@charset "UTF-8";
/* CSS Document */




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#aaa;
}


.box_samll{
   width:30px;
   height:16px;
   font-size:14px;
   margin-right:10px;
   padding:0px;
   
   
   }
   
 .box_name {
   width:300px;
   height:18px;
   font-size:16px;
   margin-right:10px;
   padding:0px;
   
   
   }
     
   
   
.lomakelabel{

   font-size:20px;
   line-height:25px;

   
   }   
   
   


body {
	font: 100% Georgia,"Times New Roman",Times,serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center;
	color: #000000;
	background:url(images/base_04.jpg);
	background-color:#0b0b0b;
	background-position:center;
	background-repeat:repeat-y;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header_container {
	background-color:#0b0b0b;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:121px;
	color:#0b0b0b;
	
}

#header {
	width:945px;
	margin:auto;
	background-color:#333;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(images/base_01.jpg);
	background-color:#0b0b0b;
	background-position:center;
	background-repeat:no-repeat;
	height:121px;
	color:#0b0b0b;
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#0b0b0b;
	font-size:10px;
	font-weight:normal;
	
}

#footer h1 {
	text-align:center;
	margin-bottom:0;
	padding:0;
	
	font-size:12px;
	font-weight:normal;
	
}



#nav  ul li {
position:relative;
top:86px;
 left:1px;
 padding:0px;
 display:block;
 list-style-type:none;
 float:left;
   }
   
 #nav ul li a {
	 margin:0px;
	 padding:0px;
   display:block;
   height:33px;
   width:236px;
	background:transparent url(images/navi_v3.png) no-repeat 0 0;
   text-indent:-9009px;
   }
   
  #nav ul li a:hover {
   } 
   
   
   
      #nav ul li#tyhja_1 {
     width:230px;
	background-image:url(images/_.gif);
   }
 
 #nav ul li#etusivu a {
   width:87px;
   background-position: -233px 0px;
   }

 
#nav ul li#etusivu a:hover {
   background-position: -233px -33px;

} 
 #nav ul li#galleria a {
   width:102px;
   background-position: -319px 0px;
   }

 
#nav ul li#galleria a:hover {
   background-position: -319px -33px;
   }

   
#nav ul li#nayttelyt a {
   width:115px;
   background-position: -421px 0;
   }

 
#nav ul li#nayttelyt a:hover {
   background-position: -421px -33px;
   }
   
   
   
   #nav ul li#sarjakuvat a {
   width:120px;
   background-position: -534px 0;
   }

 
#nav ul li#sarjakuvat a:hover {
   background-position: -534px -33px;
   }
   
   #nav ul li#tyhja {
   width:118px;
   background-image:url(images/_.gif);
   }


      
#nav ul li#jarmo a {
   width:80px;
   background-position: -656px 0;
   }

 
#nav ul li#jarmo a:hover {
   background-position: -656px -33px;
   }
   




#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent_inner {
	width:945px;
	margin:auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#footer { 
	background: #DDDDDD;
	padding:19px;
	background:url(images/base_03.jpg);
	margin:0;
	background-color:#0b0b0b;
	background-position:center;
	background-repeat:no-repeat;
	height:121px;
} 


#footer_inner {
	width:945px;
	margin:auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer p {
	font-size:80%;
	color: #CCC;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fb_share_link {
	color: #CCC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



 p {
	font-size:80%;
	line-height:17px;
	color: #777;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.imagelist img  {
border:1px solid #ffffff;
display:block;
background:#FFF;
margin-bottom:4px;
border:2px solid #ccc;
}

.imagelist img a {
border:1px solid #ffffff;
border:2px solid #ccc;
}

.imagelist img:hover {
border:2px solid #aaa;

}


.imagelist li {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
list-style-type:none;
text-align:left;
float:left;
padding:1px;
margin-top:0px;
margin-right:15px;
margin-bottom:15px;
background-color:#ffffff;
}


.imagelist_otsikko {
clear:both;
position:relative;
	top:0px;
padding:0px;
margin-left:15px;
margin-bottom:0px;

}


.clearing {
clear:both;
} 


.note_column {
	width:200px;
	float:left;
	margin-left:10px;
}

.note_column h1 {
	margin-bottom:20px;
	margin-top:25px;
	font-size:120%;
	font-weight:normal;
	padding:0;
}


.note_column h2 {
	margin-bottom:5px;
	font-size:100%;
	font-weight:normal;
	padding:0;
}

.note_column p {
	margin-bottom:5px;
	font-size:75%;
	font-weight:normal;
	padding:0;
}


.content_column {
	margin-left:238px;
	
} 



#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; }