/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url("typo.css");
@import url("sponsorit.css");
@import url("extrat.css");
@import url("otsikot.css");

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	color: #666;
	background: #f5f5f5 url(../images/bg.png) no-repeat 0 0;
	}
	
a {
	text-decoration: underline;
	color: #09F;
	}
	
a:hover {
	text-decoration: none;
	}
	
/* Rakenne */

#runko {
	width: 100%;
	margin: 0 auto 10px auto;
	min-width: 1000px;
	position: relative;
	}
	
#header {
	height: 200px;
	background: #d36097 url(../images/ylaosa.jpg) no-repeat 0 100%;
	position: relative;
	}
	
#middle {
	min-height: 10em;
	height: auto;
	_height: 10em;
	width: 960px;
	padding: 1em 0 1em 5%;
	clear: both;
	}
	
#left_column {
	display: inline;
	float: left;
	width: 420px;
	}
	
#right_column {
	display: inline;
	float: left;
	width: 270px;
	background: url(../images/right_column_middle.png) repeat-y 0 0;
	}
	
/* Lisätty vaihtoehtoinen iso palsta */

#big_left_column {
	display: inline;
	float: left;
	width: 690px;
	}
	
#sponsorit {
	display: inline;
	float: left;
	width: 200px;
	}
	 
/* Skipnavi */

#skipnavi {
	display: none;
	}
	
/* Ylälaidan navigaatio */

#navi {
	border-top: 2px ridge #FFF;
	border-bottom: 2px ridge #FFF;
	background: #FFF url(../images/harmaa-fade.png) repeat-x 0 100%;
	font: 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}

#navi ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	min-height: 40px;
	height: auto;
	_height: 40px;
	}
	
#navi ul li {
	display: inline;
	}
	
#navi ul li a {
	text-decoration: none;
	padding: 13px;
	color: #666;
	display: block;
	float: left;
	border-right: 2px ridge #CCC;
	}
	
#skipnavi ul li a {
	border-left: 2px ridge #CCC;
	border-right: 0;
	}

#navi ul li a:hover {
	color: #333;
	}
	
/* Sivun otsikko */

#header h1 {
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: -1px;
	font: 2.4em "Times New Roman", Times, serif;
	text-align: center;
	position: absolute;
	left: 390px;
	top: 50px;
	color: #2a86d3;
	}
	
#header h1 a {
	text-decoration: none;
	color: #333;
	padding: 5px 0;
	display: block;
	clear: both;
	text-transform: uppercase;
	}
	
#header h1 a:hover {
	color: #333;
	}
	
#header h1 em {
	font-style: normal;
	}
	
#header h1 em,
#header h1 strong {
	font-size: 0.4em;
	font-weight: bold;
	letter-spacing: 6px;
	}
	
/* Sivun otsikon alle väliotsikko */

#header h4 {
	margin: 0 0 0 210px;
	padding: 0;
	display: inline;
	float: left;
	clear: both;
	letter-spacing: 10px;
	color: #FFF;
	font: bold 0.95em "Times New Roman", Times, serif;
	text-transform: lowercase;
	}
	
/* Sivun otsikon ylle väliotsikko */

#header h5 {
	margin: 50px 0 0 245px;
	padding: 0;
	display: inline;
	float: left;
	clear: both;
	letter-spacing: 10px;
	color: #FFF;
	font: bold 0.95em "Times New Roman", Times, serif;
	text-transform: lowercase;
	}
	
#header h5#biathlete {
	margin-left: 285px;
	}
	
/* right_column kehys */

#right_column .right_column_top,
#right_column .right_column_bot {
	display: block;
	width: 270px;
	height: 9px;
	}
	
#right_column .right_column_top {
	background: url(../images/right_column_top.png) no-repeat 0 0;
	}
	
#right_column .right_column_bot {
	background: url(../images/right_column_bot.png) no-repeat 0 0;
	}
	
/* left_column kehys -> poikkeaa right_columnista */

#left_column .left_column_box {
	background: url(../images/left_column_middle.png) repeat-y 0 0;
	z-index: 100;
	}
	
#left_column .left_column_box .left_column_top,
#left_column .left_column_box .left_column_bot {
	display: block;
	height: 9px;
	width: 420px;
	}
	
#left_column .left_column_box .left_column_top {
	background: url(../images/left_column_top.png) no-repeat 0 0;
	}
	
#left_column .left_column_box .left_column_bot {
	background: url(../images/left_column_bot.png) no-repeat 0 0;
	}
	
/* BIG left column */

#big_left_column .big_left_column_box {
	background: url(../images/big_left_column_middle.png) repeat-y 0 0;
	}
	
#big_left_column .big_left_column_box .big_left_column_top,
#big_left_column .big_left_column_box .big_left_column_bot {
	display: block;
	height: 9px;
	width: 690px;
	}
	
#big_left_column .big_left_column_box .big_left_column_top {
	background: url(../images/big_left_column_top.png) no-repeat 0 0;
	}
	
#big_left_column .big_left_column_box .big_left_column_bot {
	background: url(../images/big_left_column_bot.png) no-repeat 0 0;
	}

/* Oikean palstan kuvat */

#right_column img {
	margin: 5px 15px;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	width: 228px;
	background: #CCC;
	}