/*  
	Satyyri pahoittelee; /
	ehkä vielä päästään /
	lähemmäs kohti jotakin /
	semanttista /
	jäsenneltyä. 
*/

/* yleiset */

body { 
	background: url(../kuvat/background.gif);
	color: #080808; 
	font-size: 9pt; 
	font-family: Georgia, Serif;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	}

td { 
	color: #080808; 
	font-size: 9pt; 
	font-family: Georgia, Serif;
	}
	
a { 
	color: #1D1D1D; 
	font-size: 9pt; 
	font-family: Georgia, serif; 
	text-decoration: none; 
	background-color: none 
	}
	
a:hover { 
	color: #FDFCF8; 
	text-decoration: none; 
	background-color: #666666 
	}

/* roskaa */

.header_georgia_11pt { color: #080808; font-size: 11pt; font-family: Georgia, serif; font-weight: bold }
.header_georgia_11pt_grey { color: #666666; font-size: 11pt; font-family: Georgia, serif; font-weight: bold }
.header_georgia_11pt_black { color: #000000; font-size: 11pt; font-family: Georgia, serif }
.body_georgia_9pt { color: #080808; font-size: 9pt; font-family: Georgia, serif; line-height: 18pt; text-align: justify; text-justify: auto; word-spacing: 0pt }
.body_georgia_9pt_white { color: #F9F8F4; font-size: 9pt; font-family: Georgia, serif } 
.footer_georgia_8pt { color: #EAE9E4; font-size: 8pt; font-family: Georgia, serif }
.body_georgia_8pt { color: #080808; font-size: 8pt; font-family: Georgia, serif }
.body_georgia_8pt_white { color: #F9F8F4; font-size: 8pt; font-family: Georgia, serif } 

/* navigaatio */

#nav {
	width: 1000px;
    height: 10px;
	text-align: right;
	padding: 6px 0px 6px 0px;
	}

	.nav {
	   font-size: 1.3em;	
		}
		
	.nav a, nav a:link, nav a:visited { 
		font-size: 8pt;
		color: #BDBBB6;  
		padding: 10px 8px 10px 8px;  
		text-decoration: none; 
		}
		
	.nav a:hover { 
		color: #F3F3F3;  
		padding: 10px 8px 10px 8px; 
		background: #83B74B;
		text-decoration: none; 
		}
		
#nav_numbers {
	width: 1000px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	}

	.nav_numbers {
	   font-size: 1.3em;	
		}
		
	.nav_numbers a, nav_numbers a:link, nav_numbers a:visited { 
		font-size: 8pt;
		color: #BDBBB6;  
		padding: 4px 4px 4px 4px;  
		text-decoration: none; 
		}
		
	.nav_numbers a:hover { 
		color: #F3F3F3;  
		padding: 4px 4px 4px 4px; 
		background: #83B74B;
		text-decoration: none; 
		}
		
#footer {
   margin: 0px;
   height: 0px;
	text-align: right;
	padding: 2px 0px 2px 0px;
	}

	.footer {
	   font-size: 8pt;	
		}
		
	.footer a, footer a:link, footer a:visited { 
		font-size: 8pt;
		color: #BDBBB6;  
		padding: 1px 1px 1px 1px;  
		text-decoration: none; 
		}
		
	.footer a:hover { 
		color: #1D1D1D;  
		padding: 1px 1px 1px 1px; 
		background: #EBE8E3;
		text-decoration: none; 
		}
		
/* form */

form { 
	margin-top: 0; 
	}
	
select, input, textarea, file { 
	border-color: #BBBBBB #DDDDDD #DDDDDD #BBBBBB; 
	border-width: 1px; 
	border-style: solid; 
	background-color: #F2F1EC;
	}

/* 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(../images/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}