/* KISA - css-tiedosto näyttölaitteille */

/* Global Whitespace Reset */
 
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #EEEEFF url(/images/tausta.gif) top repeat-x;
	margin: 1em;
	}
.clear { clear: both; }

/* Layout */
#main {
	margin: auto;
	width: 950px;
	}
#logo {
	height: 130px;
	width: 450px;
	background: url(/images/kisalogo.png) top left no-repeat;
	}
#left {
	width: 165px;
	float: left;
	margin-right: 10px;
}
#news, #links{
	padding: 1em;
	background: #FFF;
	border: 1px solid #000;
	margin-bottom: 5px;
}
/*
#navi {
	padding: 0.7em 2%;
	text-align: center;
	background: url(../kuvat/tausta_navi.gif) top center no-repeat;
	margin-top: 0.7em;
	}
	#navi ul li { display: inline; list-style: none; margin: 0; }
	#navi a { text-decoration: underline; color: #06F; }
	#navi a:visited { color: #069 }
	#navi a:hover { color: #0CF }
*/
	
#wrap {
}
#content {
	padding: 1em 4em 3em 1em;
	border: 1px solid #000;
	background: #FFF;
	width: 500px;
	float: left;
	}
#sponssit {
	padding: 10px;
	background: #FFF;
	border: 1px solid #000;
	float: right;
	text-align: center;
}
	#sponssit a img { border: 1px solid #FFF; }
	#sponssit a:hover img { border: 1px solid #0CF }
#footer {
	background: url(../kuvat/tausta_footer.gif) bottom center no-repeat;
	position: relative;
	top: -10px;
	}
	#footer p {
		font-size: 0.8em;
		padding: 0.5em 1em;
		color: #360;
	}
	#footer p a {
		color: #36C;
		text-decoration: none;
	}
	#footer p a:hover { color: #39F; }

/* Minimikorkeuden asettaminen sisällölle */
/* Fiksuille selaimille */
#content {
	min-height: 300px; 
	height: auto;
}
/* for IE:lle */
/*\*/
* html #content {
	height: 300px;
}
/**/


/* Tekstin yleiset muotoilut */
h1, h2, h3 { font-weight: bold; margin: 0.5em 0 0.2em 0;}
h1 {
	font-size: 1.8em;
	font-variant: small-caps;
	margin: 0.5em 0 0.2em 0;
	width: 100%;
}
h2 {
	padding-left: 0.8em;
	font-size: 1.2em;
	
}
h3 {
	font-size: 1.0em;
}
p { margin: 0.5em 0 0 1em; }
ul li {
	margin-left: 2.2em;
}
a { text-decoration: underline; color: #06F; }
a:visited { color: #069 }
a:hover { color: #0CF }

/* Spesiaalit tekstimuotoilut */
p.slogan {
	margin: 0 0 1em 4em;
	font-size: 1.2em;
	font-weight: bold;
	}
#content img { margin-bottom: 1em; }
