@charset "UTF-8";
/* Import other stylesheets*/
/* CSS Document */
/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
/* Reset End */
html, body{
	background: #ffffff; background-image:url(img/bg.jpg); background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

body{  
   text-align:center; /*For IE6 Shenanigans*/  
}  

#wrapper{  
   width:980px;  
   margin:0 auto;  
   text-align:center;  
}  

/* Main content*/
#content {
	position:relative;
	top:-24px;
	z-index:1;
	
}

/* Header */

#header {
	position:relative;
	padding-top:35px;
	z-index:50;
	
}
#logo {
	position:relative;
	width:980px;
	height:166px;
	float: left;
	background-image:url(img/SidselKvinge_header2.png);
	background-repeat:no-repeat;
	display: block;
	z-index:50;
}

#clicklogo { 
position:relative;
	width:480px;
	height:166px;
display: block;
float:left;
	z-index:55;
	
}
/* Footer */
#footer {
	position:relative;
	z-index:4;
	padding-top:14px;

	}
	
#footer h1 {
	text-align:left;
	padding-top:3px;
	padding-left:20px;
	text-decoration:none; color:#5d5650;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px; 
	}
	
	

#footer a:link{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#footer a:visited{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#footer a:active{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#footer a:hover{
	color: #31303A;
}	
	
	
	
	/* Imageslider */

#prev ul li {
	
	heigt:544px;
	width:980px;
	list-style:none;
	top:-160px;
	

}

#prev {
	position:relative;
	left:11px;
	clear:both;
	text-align:center;
	list-style:none;

}

/* Remove IE border */

a img {
      border:none;
      outline:none;
}

/* Top navigation */

#nav { 
	float:right;
	display: inline;
	width:400px;
	height:auto;
	text-align:right;
	margin-left:55px; margin-top:69px;
	margin-right:19px;
	color:#aa9f92;
	line-height:17px;
}
	
#nav a:link{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:15px;
	text-transform:uppercase;
}
#nav a:visited{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:15px;
	text-transform:uppercase;
}

#nav a:active{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:15px;
	text-transform:uppercase;
}
#nav a:hover{
	color: #31303A;
}

#nav a.active:link, #nav a.active:visited, #nav a.active:active, #nav a.active:hover {
	text-decoration:none; color:#31303A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:15px;
	text-transform:uppercase;
}

/*Contentwrapper for thumbnails and other content*/

#contentwrapper {
	padding-top:30px;
	width:960px;
	padding-left:11px;
	clear:both;
	position:relative;
	z-index:60;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#contentwrapper h1 {
	text-align:left;
	font-size:28px;
	color:#5d5650;
	font-weight:bold;
}

#contentwrapper h2 {
	padding-top:18px;
	text-align:left;
	font-size:24px;
	color:#5d5650;
	font-weight:normal;
	clear:both;
}

#contentwrapper p {
	padding-top:18px;
	text-align:left;
	font-size:16px;
	color:#5d5650;
	font-weight:normal;
	clip: rect(top right bottom left);
}




/* Imagethumbnails */



.thumbleft{
	width:308px;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
	clear:both;
	
}

.thumbcenter{
	width:308px;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
}

.thumbright {
	width:308px;
	margin-bottom:18px;
	float:left;
}
	
/* Boxes */

.boxright{
	margin-top:18px;
	margin-bottom:18px;
	margin-left:18px;
	float:right;
	display:inline;
	padding:18px;
	background-color:#5D5650; 
	text-align:left;
	text-decoration:none; color:#E3D4C2;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px; 
}

.boxright small a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px; 
	text-decoration:none; color:#E3D4C2;
}

/* rightside link back to galleries */


.backtog {
	text-align:right;
}



/* links*/




 a:link{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
 a:visited{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

 a:active{
	text-decoration:none; color:#aa9f92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
 a:hover{
	color: #31303A;
}	
#wrapper #content #contentwrapper p .bold {
	font-weight: bold;
}
#wrapper #content #contentwrapper ul li {
	text-align: left;
	list-style-type: square;
	color: #5A5552;
	line-height: 20px;
	padding-left: 5px;
	margin-left: 15px;
}
