
body
{
	font-family: Avant Garde, Helvetica, Verdana, Courier, Arial;
	font-size: .63em;
	color: #333333;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

form {
	font-size: 110%;
}

div {
	text-align: left;
}


#page {
	padding: 10px 15px 0;
	width:910px;
	background: transparent url("../img/sitebgr4.gif") no-repeat center 0px;
    margin: auto;
    height: 650px;
}

.clear {
	clear: both;
	overflow: hidden;
}


#page a.topLink {
	text-decoration: none;
	background-position:center top;
	display:block;
	overflow:hidden;
	text-indent:-500px;
	line-height: 35px;
	margin-left: 20px;
	width: 180px;
	background: transparent url("../img/magnus_osterhult.gif") no-repeat;
	margin-left: 70px;
}

/****************/
/**   Menu     **/
/****************/

#Menu {
	display: block;
	height: 40px;
}

#Menu span {
	display: block;
	float: right;
	font-size: 230%;
	margin: 5px 20px 0 110px;
	padding-right:15px;
	text-align: right;
}

#Menu ul {
	display: block;
	float: left;
	margin: 0;
	padding-left: 30px;
}

#Menu li {
	float:left;
	overflow:hidden;
}

#Menu li a {
	text-decoration: none;
	background-position:center top;
	display:block;
	overflow:hidden;
	text-indent:-500px;
	line-height: 45px;
	margin-left: 20px;
	width: 103px;
}

#Menu .menuBook1 {
	background: transparent url("../img/book1.gif") no-repeat;
	margin-left: 70px;
}
#Menu .menuBook1Selected{
	background: transparent url("../img/book1Sel.gif") no-repeat;
	margin-left: 70px;
}
#Menu .menuBook2 {
	background: transparent url("../img/book2.gif") no-repeat;
}
#Menu .menuBook2Selected {
	background: transparent url("../img/book2Sel.gif") no-repeat;
}

#Menu .menuProject {
	background: transparent url("../img/project.gif") no-repeat;
}
#Menu .menuProjectSelected {
	background: transparent url("../img/projectSel.gif") no-repeat;
}

#Menu .menuContact {
	background: transparent url("../img/contact.gif") no-repeat;
}
#Menu .menuContactSelected {
	background: transparent url("../img/contactSel.gif") no-repeat;
}

#Menu .menuBlog {
	background: transparent url("../img/blog.gif") no-repeat;
	margin-left: 140px;
}


/****************/
/**  Content   **/
/****************/


#Info {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}


/****************/
/**  Contact   **/
/****************/


.contactLink  {
	font-size: 230%;
	text-align: right;
	margin-right: 70px;
	padding-right: 15px;
	float: right;
}

.contactLink a {
	color: black;
	text-decoration: none;
}

.contactLink a:active {
	color: #878787;
	text-decoration: none;
}

/************************/
/**  Image Container   **/
/************************/
/*
#Container {
	text-align: center;
	clear: both;
	position: relative;
	margin-left: 120px;	
}
*/

#Container {
	margin-left: 120px;	
}

/************************/
/**  Image navigation  **/
/************************/

#controls {
	display: block;
	clear: both;
	float: right;
	padding-right: 120px;
}

#controls .nav-controls {
	padding-left: 20px;
}

#controls .ss-controls,
#controls .nav-controls {
	float: left;
}

#controls .ss-controls a,
#controls .nav-controls a {
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#controls .ss-controls .play {
	background:transparent url("../img/play.gif") no-repeat scroll 0 0;
	}

#controls .ss-controls .pause {
	background:transparent url("../img/pause.gif") no-repeat scroll 0 0;
}

#controls .nav-controls .prev {
	background:transparent url("../img/prev.gif") no-repeat scroll 0 0;
}

#controls .nav-controls .next {
	background:transparent url("../img/next.gif") no-repeat scroll 0 0;
	margin-left: 30px;
}

#controls .nav-controls a {
	margin-left: 10px;
}


/*************/
/**  Image  **/
/*************/

#slideshow {
	padding-top: 35px;
}
* +html #slideshow {
	padding-top: 25px;
}

#Container .image-wrapper img {
	background-color: #ddd;
	border: 1px solid #ccc;
}

#thumbs-min .thumbs {
	display: none;
}

#thumbs-min .bottom.pagination {
	display: none;
}

/*********************/
/**  Image caption  **/
/*********************/

#caption {
	padding-top: 20px;
	clear: both;
	display: block;
}

#caption .caption {
	color: #BBB;
	font-size: 140%;
	font-weight: bold;
}

#caption .image-desc {
	float: left;
	padding-left: 10px;
	display: none;
}

#caption .image-title {
	float: right;
	padding-right: 140px;
}

/****************/
/**  Footer   **/
/****************/

.footer {
	height: 50px;
	display: none;
}

