/* yleistä */

html 														{ height:100%; margin:0; max-height:100%; padding:0; }

body 														{ margin: 0;background: #dbdbdb url('/kuvat/bg_body3.jpg') scroll left top no-repeat; text-align: center; font: normal normal 15px 'Helvetica Light', Helvetica, Arial; color: #fff; }

img															{ border: 0; padding: 0; margin: 0;}
p															{ margin: 0; }

h1 															{ font-size: 28px; font-weight: normal; margin: 0; padding: 0;}
h2 															{ font-size: 20px; margin: 0; padding: 0 0 15px;}
h3 															{ font-size: 15px; padding: 0; margin: 0; }

a, a:link, a:visited, .button span							{ color: #4ad2ff; text-decoration: none; }
a:hover 													{ color: #2badff; text-decoration: none; }
a.small_link img											{ vertical-align: bottom; }

/* sivuala */

#container 													{ margin: 0 auto 30px; position:relative; text-align: left; width: 715px; text-align: left; }

#disclaimer													{ position: fixed; left: 20px; bottom: 20px; font-size: 11px; font-style: italic; }

/* boksit */

.box														{ background: url('/kuvat/bg_box_transparent.png') scroll left top repeat transparent; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; margin-bottom: 7px; }
.box.small	 												{ margin-top: 100px; }
.box.shadowed												{ -moz-box-shadow:0 0 5px #111; -webkit-box-shadow:0 0 5px #111; box-shadow:0 0 5px #111; }

.box .content												{ padding: 10px 30px; }
.box.small .content											{ padding: 5px 30px; }

.box p 														{ padding: 0; margin: 0 0 10px; }

.button														{ background: #000; padding: 2px 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; -moz-box-shadow:0 0 3px #222; -webkit-box-shadow:0 0 3px #222; box-shadow:0 0 3px #222; text-align: center; white-space: nowrap; line-height: 25px; cursor: pointer; font: normal normal 15px 'Helvetica Light', Helvetica, Arial; color: #fff; }
.button:hover												{ background: #333; }
.button:hover span											{ color: #2badff; }
/* menu */

#main_menu													{ position: fixed; width: 150px; top: 100px; left: 0; }
#main_menu span												{ display: block; text-align: right; margin: 0;}
#main_menu span span										{ display: block; padding: 0 20px 4px 20px; }
#main_menu span span a.active								{ color: #fff; }

/* contact */

#contact													{ }
#contact_form .input_label									{ clear: both; float: left; width: 150px; padding: 2px 0;}
#contact_form .input_field									{ float: left; width: 500px; }
#contact_form input, #contact_form textarea, #contact_form button { margin: 5px 0; }
#contact_form .text											{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; background: #fff; padding: 2px; color: #000; }
#contact_form input.text									{ width: 350px; }
#contact_form textarea										{ font: normal normal 15px 'Helvetica Light', Helvetica, Arial; color: #000; }
#contact_form #input_submit									{ }
#contact_form #contact_submit								{ margin-right: 30px; }


#kiitos														{ margin-top: 200px;}


/* lightbox */

#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; }
/* lightbox end */