@charset "UTF-8";
/* CSS Document */

<style type="text/css">



/* Sivun perusasetukset */

body {
	margin-left:100px;
	margin-top:50px;
	margin-right:100px;
	margin-bottom:50px;
	background-color:#333333;
}

a:link {
	text-decoration: none;
	color: #333333;
	border-style: none;

}

a:visited {
	text-decoration: none;
	color: #333333;
	border-style: none;
}

a:hover {
	text-decoration: none;
	color: #999999;
	border-style: none;
}

a:active {
	text-decoration: none;
}

.omabg
{
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(../graphics/background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*javascript */

#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: 10px;
height: 10px;
margin: 0 auto;
padding:5px;
-moz-border-radius:15px;
border-radius:15px;
border-style: none;
border:hidden;
border-color:#FFFFFF;
border-style:none;
}

#imageContainer
{ 
padding: 10px;
}

#loading
{ 
position: absolute; 
top: 30%; 
left: 30%; 
height: 30%; 
width: 30%; 
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(../graphics/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover 
{ 
background: url(../graphics/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer
{ 
font: 11px "Minion Pro", Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-style: normal;
	font-weight: lighter;
	padding:5px;
	-moz-border-radius:15px;
	border-radius:15px;
	border-style: none;
	border:hidden;
	border-color:#FFFFFF;
	border-style:none;
}

#imageData
{	
padding:0 10px; 
color: #666; 
}

#imageData #imageDetails
{ 
width: 70%; 
float: left; 
text-align: left; 
}	

#imageData #caption
{ 
font-weight:normal;	
}

#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; }


/* Kuvat */

.image_no_border
{  
	border-style: none;
	border-color:#FFFFFF;
	a:link:#ffffff;
}


/* Tekstin asetukset*/

.style_leipa
{
	font-family: "Minion Pro", Verdana, sans-serif;
	color: #333333;
	font-size:12px;
	text-align: left;
	
}

.style_otsikko
{
font-family: Palatino, Baskerville, "Minion Pro", Verdana, sans-serif;
color: #000000; 
font-size:12px;
}

.style_leipa_highlight 
{font-family: "Minion Pro", Verdana, sans-serif; 
color: #CC0000; 
font-size:10px;
}

/* Leijuvat laatikot */

.slideshow
{
	background-color:#ffffff;
	position:absolute;
	left:15ex;
	top:70px;
	padding:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border-style: none;
	border:hidden;
	border-color:#FFFFFF;
	border-style:none;
	max-width: 600px;
	min-width: 600px;
}

.slideshow_textfield
{
	white-space:nowrap;
}


.thumbnails
{
	background-color:#ffffff;
	position:absolute;
	left:15ex;
	top:460px;
	padding:10px;
	-moz-border-radius:15px;
	border-radius:15px;
	border-style: none;
	border:hidden;
	border-color:#FFFFFF;
	border-style:none;
	max-width:70%;	
}

.backtoindex
{
	background-color:#ffffff;
	position:absolute;
	right:20px;
	top:30px;
	padding:10px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.endofpage
{
	background-color:#ffffff;
	position:absolute;
	left:550px;
	top:800px;
	padding:10px;
	-moz-border-radius:15px;
	border-radius:15px;
	/* for IE */
	filter:alpha(opacity=0);
	/* CSS3 standard */
	opacity:0.0;
}

</style>
