/*
Theme Name: Korku
Theme URI: http://www.kuopassa.com/weblog/
Description: Tumma ja pelkistetty teema. Ja ilmainen, kunhan vain linkki nettisivuilleni pysyy koskemattomana footer.php-tiedostossa.
Version: 4.8.2007
Author: Petri Ikonen
*/

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #141414 url(images/bg1.jpg) repeat 0 0 fixed;
	position: relative;
	text-align: center;
	}
	
a {
	text-decoration: none;
	color: #1e575e;
	}
	
a:hover {
	text-decoration: none;
	color: #DA8000;
	}
	
/* Runko */

ul#skipnavi {
	display: none;
	}

div#varjo {
	height: 140px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/varjo.png) repeat-x 0 0;
	}
	
div#runko {
	margin: 0 auto;
	padding-top: 5em;
	text-align: left;
	width: 600px;
	}
	
div#header {
	height: 160px;
	background: #0e3f43 url(images/header.jpg) no-repeat 0 0;
	position: relative;
	}
	
div#header h1 {
	position: absolute;
	top: -32px;
	left: -2px;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -2px;
	}

div#header h1 a {
	text-decoration: none;
	color: #152025;
	display: block;
	}
	
div#header h1 a:hover {
	text-decoration: none;
	color: #105458;
	}
	
div#header p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	display: block;
	text-align: center;
	width: 580px;
	height: 100px;
	overflow: hidden;
	letter-spacing: -2px;
	color: #0f3137;
	font: 3.2em Georgia, "Times New Roman", Times, serif;
	z-index: 1;
	}

/* Palstat */

div#middle {
	background: url(images/middle.png) repeat-y 0 0;
	}
	
div#midbar {
	min-height: 30em;
	height: auto;
	_height: 30em;
	}

br.tyhjennys {
	clear: both;
	}
	
div#bottom,
div#botbar {
	background: url(images/bottom.png) no-repeat 0 0;
	}
	
/* Navigaatio */

div#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 125px;
	right: 10px;
	}
	
div#header ul li {
	display: inline;
	}
	
div#header ul li a {
	padding: 5px;
	}
	
/* Alaosan tavarat */

div#bottom p {
	list-style: none;
	margin: 0;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #155259;
	font-size: smaller;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
div#bottom p a {
	text-decoration: underline;
	}
	
/* Julkaisut */

div.julkaisu,
div#kommentit {
	padding: 30px 40px 10px 40px;
	}
	
div.julkaisu h3,
div#kommentit h3,
div#kommentit h4 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #666;
	}
	
div#kommentit h3,
div#kommentit h4 {
	margin-bottom: 20px;
	border-bottom: 1px dashed #333;
	}

ul.julkaisuinfo {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
	font-size: 0.9em;
	}
	
ul.julkaisuinfo li {
	display: inline;
	padding-left: 15px;
	background: url(images/li.png) no-repeat 0 4px;
	}
	
p, ul, ol, dl, table, form, blockquote {
	margin: 0 0 20px 0;
	line-height: 170%;
	color: #666;
	font-size: 0.9em;
	}
	
ul {
	padding-left: 15px;
	}
	
ol {
	list-style-position: inside;
	}
	
blockquote {
	padding: 10px 30px 0 30px;
	font: oblique 0.9em Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
	}
	
/* Botbarin roinat */

div#botbar h5 {
	text-align: center;
	padding: 20px 10px 0 10px;
	margin: 0;
	color: #666;
	background: url(images/botbar.png) no-repeat 0 0;
	}

div#botbar ul.recent_articles {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	background: url(images/botbar.png) no-repeat 0 -30px;
	}
	
/* Kommenttilista */

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

ol.comments p.kinfo,
div#cpreview p.kinfo {
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
	}
	
/* Kommenttilomake */

form#txpCommentInputForm {
	margin: 0;
	padding: 0;
	}
	
form#txpCommentInputForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	
form#txpCommentInputForm ul li {
	margin-bottom: 10px;
	display: block;
	clear: both;
	}
	
form#txpCommentInputForm ul li label {
	float: left;
	width: 170px;
	}
	
form#txpCommentInputForm ul li input#name,
form#txpCommentInputForm ul li input#email,
form#txpCommentInputForm ul li input#web,
form#txpCommentInputForm ul li textarea {
	width: 340px;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #000;
	background: #333;
	color: #999;
	}
	
form#txpCommentInputForm ul li input#name:focus,
form#txpCommentInputForm ul li input#email:focus,
form#txpCommentInputForm ul li input#web:focus,
form#txpCommentInputForm ul li textarea:focus {
	color: #CCC;
	}
	
form#txpCommentInputForm ul li#submit {	
	margin-left: 170px;
	}
	
form#txpCommentInputForm ul li#submit input {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
	}
	
form#txpCommentInputForm p {
	font-size: 1em;
	padding: 5px;
	background: #133d42;
	color: #000;
	margin: 10px 0;
	}
	
div#cpreview {
	margin: 10px 0;
	}
	
div#cpreview p#komesi {
	background: #000;
	padding: 5px;
	margin: 0 0 10px 0;
	}

/* Lyhenteet */

abbr, acronym {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	cursor: help;
	display: inline;
	}
	
/* Sivutus */

ul#sivutus {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 10px;
	}
	
ul#sivutus li {
	display: inline;
	margin: 0 5px;
	}
	
uL#sivutus li a {
	padding: 10px 5px;
	}
	
/* Kuva artikkelissa */

p.artikkelikuva {
	float: right;
	margin: 10px;
	}
