 /* *** Sivun tyylitiedosto *** */
 
 

body	{ 
		font-family: Arial, Helvetica, Verdana, sans-serif;
		margin: 0;
		padding: 0;
		background: url(../images/hirsi_tausta.jpg);
		background-color: #ded7c6;
} 
	   
#wrapper { 
        width: 989px;
        margin: 15px auto;
		background-color: #ece9d6;		
		
}
 
		   
#header {  
		height: 250px;
		width: 989px;
		background-color: #f4f4f4;
		
}
 

.oikea 	{
        float: right;	 
}

		 
#sisalto {
		width: 989px;
		background-color: #ece9d6;
		float: left;
		
}
		 
#vasen  	{  
		background: #ece9d6; 
		width: 130px;
		float: left;

}		 

 
#vasen p {
        font-size: small;
        margin-left: 7px;
		margin-top: 20px;
		padding-right: 5px;
}


a {
	color: #2B3B5C;
	text-decoration: none;
}
a:hover {
	color: #8A7338;
	text-decoration: underline;
}
a:visited {
	color: #2B3B5C;
}




		  
#oikea {
        background: #f4f4f4;
		width: 858px;
		float: right;
		margin: 0;
		min-height: 450px;
}

#rss  {
	   float: right;
	   position: absolute;
	   margin-left: 200px;
	   

}

h1 {
		font-size: 20px;
		margin-left: 20px;
		clear: both;
		margin-top: 20px;
}	

h2 {
		font-size: 14px;
		margin-left: 20px;
		
}			

#oikea p {
        font-size: 12px;
		line-height: 16px;
		margin-left: 20px;
		margin-right: 10px;
		
} 		  

.keltainen {
	   background-color: #ece9d6;
	   padding-left: 5px;
	  
}
		
.harmaa {
}

.valkoinen {
	background-color: #FFE373;
}

.uutiset {
	border: 1px Solid #ccc;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

		  
		
#navi	{
		font-family: Arial;
		background-color: gray;
		background:url(../images/navinappi.jpg) repeat-x;
		float: left;
		width: 990px;
		margin: 0;
		padding: 0;
		
}
		
#navi ul 	{
		list-style-type: none;
		margin: 0;
		padding: 0;
}
  
#navi li 	{
		display: inline;
		padding: 0;
		margin: 0;
		margin-left: 0;
		float: left;
}
  
#navi a:link, #navi a:visited {
                      	     background:url(../images/navinappi.jpg) repeat-x;
							 color: white;
							 text-decoration: none;
							 padding: 10px 20px 10px 20px;
							 font-size: 12px;
							 float: left;
 }

							 
#navi a:hover {
        background:#1d4219;
		background:url(../images/navihover.jpg) repeat-x;
}	


			
 #footer {
        background-color: gray;
		height: 20px;
		width: 989px;
		clear: both;
		background:url(../images/navinappi.jpg);
		margin-bottom: -20px;
		float: left;
		position: relative;
		
}  
  
 #footer p 	{
        font-size: 11px;
		color: #f4f4f4;
		text-align: right;
		padding-top: 2px;
		padding-right: 10px;
		margin: 0;
	
}



#systemMessage {
	clear: both;

}

img {
	border: none;

}

div#flags {
	margin-left: 10px;
}

.kuvanmuokkaus {
	height: 90px;
}

/* *** Lightbox tyylit *** */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
