/* RESET */  
   
 html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form{  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
     font-size: 62.5%;  
     font-family: arial, helvetica, sans-serif;  
     color: #3b3737;
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,   q:before, q:after {  
     content: '';  
     content: none;  
 }  
   
 a {  
     color: #8c0305;  
     text-decoration: underline;  
 }  
   
 a:hover {  
     text-decoration: none;  
 }  
   
 p {  
     line-height: 20px;  
     font-size: 13px;  
     margin: 0 0 1em 0;  
 }  
   
 strong {  
 
}  

/* THE TYYLI */
body {
	background-color: #b2b2b2;
}
#wrapper {
	position: relative;
	width: 869px;
	margin: 0px auto;
	
}
#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 187px;
}

#header h1 {
	text-indent: -9999px;
	
}

ul#navi {
	width: 867px;
	height: 26px;
	background-color: #3b3737;
	padding-top: 12px;
	padding-left: 2px;
}

ul#navi li {
	display: inline;  
   padding-left: 20px;
}

ul#navi li a {
   text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

ul#navi li a:hover {
	text-decoration: underline;
}

#content {
	width: 807px;
	margin-top: 10px;
	padding: 30px;
	border: 1px solid #3b3737;
	background-color: White;
	
}

#footer {
	background-color: #3b3737;
	width: 100%;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sivuun {
	float: right;
}

img {
	border: 1px solid #3b3737;

}

h2 {
	font-size: 24px;
	color: #8c0305;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	color: #3b3737;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #3b3737;
	font-weight: bold;
	margin-bottom: 6px;
}

p {
	line-height: 1.8;
	width: 550px;
}

.kuva2 {
	padding: 5px;
	margin-right: 8px;
	margin-bottom: 12px;
	border: 1px solid #3b3737;
}

.ajankohtaista {
   width: 550px;
	border-top: 1px dashed #3b3737;
	padding-top: 5px;
	padding-bottom: 10px;
}

.roulette {
	border: none;
}

.roulettewrap {
	border: 1px solid #3b3737;
	height: 176px;
	width: 235px;
}

#yhteistyokumppanit {
	border: 1px solid #3b3737;
	padding: 8px;
	margin-top: 10px;
	width: 218px;
}

#yhteistyokumppanit li {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
	list-style-type: disc;
	margin-left: 15px;
	}

	#yhteistyokumppanit a {
		text-decoration: none;
	}
	
#bannerit {
	margin-top:10px;
}

/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	color: #8C0305;
	}

#imageData{	padding:0 10px; color: #8C0305; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}