/* catastrophe2006.css 
	 Ville Kahkonen
	 17.4.2006
*/

body{
	padding: 20px 0 0 30px;
	margin: 0;
	width: 100%;
	font-family: "Georgia", "Times New Roman", Arial, sans-serif;
	font-size: small;
	background: url("RM_bg.jpg") no-repeat #000000;
	color: #000000;
	}

#reunat {
	width: 900px;
	padding-top: 275px;
	margin: 0 0 20px 45px;
	font-size: 110%
	}

/*** linkit ***/
a:link{color: #35301d;}
a:visited{color: #252214;}
a:active{color: #494326;}
a:hover{color: #494326;}	


p#valikko{
	font-size: 130%; 
	color: beige;
	/* position: absolute;
	top: 142px; 
	left: 260px; */
	margin: 0 0 0 230px;
	padding-bottom: 70px;	
}

#valikko a:visited{color: darkred}
#valikko a:link{color: white}

#news #valikko a#menu_news,
#blog #valikko a#menu_blog,
#music #valikko a#menu_music,
#band #valikko a#menu_band,
#media #valikko a#menu_media,
#guestbook #valikko a#menu_guestbook
{
	color: beige; 
	font-size: 110%;
	text-decoration: none;
	cursor: default;
}


h1{
	display: none;
}

h2, h3, #valikko{font-family: "Georgia", serif}

h2{
/*	clear: left;	*/
	font-size: 164%;
	font-weight: normal;
	border-bottom: 0px solid;
	letter-spacing: 0.02em;
	margin: 1em 0 15px 0;
	color: #000000;
}

h2 span{font-size: small;}

h3{font-size: 110%; margin: 0;;}

	
/* Levyn sivu */
.biisit{width: 380px;}
.biisit tr td{border-bottom: 1px solid #62543f;}
.biisit tr td{padding: 3px 0}

.valiotsikko{clear: left}	


/* Sivun jako palstoihin, esim band-sivu */

.palsta{
	float: left;
	margin: 0 40px 0 0px;
	width: 410px;	
	}

.puolet{
	width: 300px;
	margin-right: 20px;
	padding-right: 20px;
	float: left;
}

.kolmasosa{
	width: 250px;
	margin-right: 30px;
	float: left;
}

.kolmasosa#oikea{margin: 0;}

.kolmasosa h2 span{display: inline;}
	
.palsta#levythumbit{width: 200px;}
.palsta#levy{width: 480px}

/* Band-sivun levylistat */
dt{font-weight: bold}
dd{margin-left: 0}


/* Etusivun juttuja */

.uutinen{margin-bottom: 1.5em;}
.uutinen h3{margin: 0em;}
.uutinen p{margin: 0.7em 0}
.lorut{font-weight: normal; font-size: 70%; display: block;}

.kommentti{border-bottom: 1px solid #aaa;  padding-bottom:10px;}



/* Levyn sivun alareunassa thumbit muihin */
p.tuotanto{line-height: 140%; height: 160px;}

p.tuotanto a{
	float: left;
	text-decoration: underline;
	margin: 0 15px 0 0;
}	

p.tuotanto a img{
	width: 145px;
	height: 145px;
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	}



p.tuotanto a:hover img{
	
}	

.huomio{color: red; text-decoration: blink; }

.kansi{float: left; border: 0px solid #ccc; margin: 0 20px 0 0}


/* Sivun alareuna */

#ala{
font-size: 86%;	
clear: left;
padding-left: 20px;
line-height: 100%;
margin: 2em 0 0 0;
}

.oikealle{float: right}

ol {list-style-type: lower-roman;}
li {padding-left:10px;}

/* Gallery */

.kuvaus p{margin: 0;}
.kuvaus p a:hover{color: red}

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