/* CSS Document for Pikku-Torre 2008*/

/*VÄRIT tum vih: rgb(155,155,155); */

* {margin: 0; padding: 0;}

body {
	text-align: center;
	background-color: #60b020;
	background-image: url(images/back_gradi.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 100%;
}

h1,h3,h4,h5,h6 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #000;
	 font-weight: bold;
	 margin-left: 0;
	 margin-bottom: 12px;
}

h2 {font: 1.8em Georgia, "Times New Roman", Times, serif; font-style: italic; letter-spacing: 0.5px; color: #000;}
h5 {font: 1.5em Georgia, "Times New Roman", Times, serif; color: #fff;}


#container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	background-color: #fff;
	border: 8px solid rgb(19,102,34);
	background-image: url(images/kulma.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 550px;
}

#toplause {
	height: 15px;
	background-color: rgb(19,102,34);
	text-align: center;
	color: #fff;
	margin: 0;}

#top {
	height: 250px;
	background-color: #000;
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;}


#menu {
	width: 200px;
	float: left; 
	clear: left; 
	color: #fff;
	height: 250px;
}

menu img {margin: 0;} 

#menu ul {
	list-style: none;
	margin: 10px;
} 

#menu ul li {margin-bottom: 3px;}

#menu ul li a {text-decoration: none; margin-left: 5px;}
#menu ul li a:link, #menu ul li a:visited {font: bold 12px Arial, Helvetica, sans-serif; color: #fff;}
#menu ul li a:hover {}
#menu ul li a.activelink {color: #c00;}


#nosto {float: right; width: 700px;}


#content {
	padding: 0;
	padding-left: 200px;
	line-height: 1.4em;
	}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-left: 10px;
	margin-top: 5px;}

#content p {
	margin-bottom: 12px;}

#content a {color: #000;}


#right {
	float: right;
	margin: 20px;}
	
#right2 {
	float: right;
	margin: 20px;
	line-height: 140%;
	background-color: rgb(19,102,34);
	padding: 20px;
	color: #fff;
	text-align: center;}

#right2 h3, #right2 a {color: #fff;}


ul#matsi {margin: 10px; list-style: none;}

dl#klubit {margin: 10px;}

dl#klubit dt {font-size: 18px; font-weight: bold; color: #333; clear: both;}
dl#klubit dd {margin-top: 6px; margin-bottom: 30px; margin-left: 10px; border-bottom: 2px dotted #ccc; width: 450px; padding-bottom: 22px;}

dl#klubit dd img {float: right; clear: both;}

.artisti {font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: -.01em; line-height: 23px;}

dl#klubitsub {margin-left: 20px;}


#matsi li {margin-bottom: 6px;}

ul#matsisub {margin: 10px; list-style: none;}
#matsisub li {margin-bottom: 6px;}


#kumppani {
	width: 200px;
	height: 150px;
	float: left;
	text-align: center;
	border: 1px dotted #ccc;
	margin-top: 6px;
	}

#logot img {margin: 7px; margin-top:22px;}

.hinta {
	right:0;
	top:0;
	position: absolute;
	color: #900;
	text-align: right;
	width: 100px;
	}

.listaotsikko {margin-bottom: 12px;}

.lista {
	width:380px;
	list-style-type:none;
}

.lista em {
	display:block;
	color: #900;
}	

.lista li {
	margin-bottom: 2em;
	margin-left: 1em;
	position: relative;
	color:#444;
}

.lista li h4 {
	font-size: small;
	color: #000;
	width: 230px;
	text-transform: uppercase;
	margin-bottom: .3em;
	padding: 0;
}
	
.lista li ul {
	list-style-type: circle;
}
.lista li ul li {
	margin: .1em 0 .1em .8em;
}


#subnavi {
	float: right;
	border: 1px solid #000;
	padding: 10px 5px 10px 20px;
	margin-top: 35px;
	width: 130px;
}
#subnavi ul {
	padding: 0;
	margin: 0;
	color: #c00;
}
#subnavi ul li {
	margin-bottom: 8px;
	margin-left:6px;
}
#subnavi ul li a {
	text-decoration:none;
	color: #000;
	font: bold x-small Arial, Helvetica, sans-serif;
}
#subnavi ul li a:hover {
	color: #f00;

}
#subnavi ul li a.activelink {
	color: #f00;
}
#subnavi h3 {
	font-size:x-large;
	font-style:italic;
	color: #900;
	margin: 0 0 1em 0;
	padding:0;
	}


#kisa {line-height: 160%; width: 550px; margin-bottom: 22px;}
#kisa dt{margin-top: 12px; font-weight: bold;}
#kisa dd{font-style: italic;}

#kisa dd a {font-size: x-small;}

#footer {
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	text-align: center; 
	background-color: rgb(19,102,34); 
	color: #fff; 
	letter-spacing: .06em;
}

#footer p {margin: 5px;}
	
.levee {letter-spacing: .42em;}

/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}

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