/*  
Theme Name: Kylteri Blog
Theme URI: http://kyweb.org/
Description: Kylteri Blog -teema on kywebi&auml; varten suunniteltu ulkoasu, joka mahdollistaa ulkoasun personoimisen monin tavoin.
Version: 0.9
Author: Petri Vilen
Author URI: http://dev.kyweb.org/
*/






/* Yleisiä */

.storbox {
	padding-bottom: 0px;
}


body {
	background-color: #fafafa;
}

hr {
	
	margin-bottom: 20px;
	
	margin-top: 10px;
	
	border-top-color: #ccc;
	
	border-top-style: dotted;
	
	border-left-width: 0px;
	
	border-bottom-width: 0px;
	
	border-right-width: 0px;
	
	border-top-width: 1px;
	
}






/* header */

#kylteri_header {
	background-repeat: repeat-x;
	background-image: url('/static/images/kylteri_tausta.png');
	width: 100%; 
	height: 100px;
}

#kylteri_header_img {
	padding-left: 20px;
	width:1000px; 
	height:100px; 
	margin: 0 auto;
}


#kylteri_header_topic a, #kylteri_header_description {
	color: white;
}


#kylteri_header_topic {
	margin-bottom: 6px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 34px;
}



/* rakenteet */

.giantbox_content {
	padding-bottom: 15px;
	padding-top: 10px;
}


#kylteri_teksti {
	width: 480px;
}





/* sivuvalikot */

#kylteri_sivuvalikot {
	width: 467px;
	float: right;
}

#kylteri_valikko_vasen {
	margin-right: 20px;
	width: 220px;
}

#kylteri_valikko_oikea {
	margin-right: 5px;
	width: 220px;
	float: right;
}



.kylteri_sivuvalikko {
	border-left-color: #ccc;
	border-left-style: dotted;
	border-left-width: 1px;
}

.kylteri_sivuvalikko ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.widget, .linkcat {
	padding-top: 0px;
	margin-top: 0px;
}


.widget li, .linkcat li {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: square;
	color: #999;
}

.kylteri_sivuvalikko h2 {
	margin-top: 0px;
	display: block;
	color: #444;
}




/* YksittŠiset kirjoitukset */

.kylteri_post {
	padding-bottom: 20px;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 30px;
	color: #444;
}

.kylteri_post h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 20px;
}

.kylteri_post h1 {
	line-height: 120%;	
}

.postmetadata {
	padding: 0px;
	margin-top: 0px;
	font-size: 10px;
	color: #999;
}

.postmetadata a {
	color: #999;
}

.kylteri_post p, .commentlist p {
	margin-top: 5px;
	margin-bottom: 15px;
}

.kylteri_single {
	float: left;
	padding-left: 0px;
	width: 700px;
}

.kylteri_single .kylteri_post {
	padding-right: 50px;
	padding-left: 50px;
}
.kylteri_single h1 {
	line-height: 120%;
	margin-bottom: 30px;
	padding-top: 25px;
	text-align: left;
	font-size: 26px;
}

.navigation {
	background: none;
	border-width: 0px;
}



/* kommentit */

.commentlist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #444;
}

.commentlist li {
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.comment_header {
	padding: 5px;
	color: white;
	background-color: #333;
	margin-bottom: 20px;
}

.comment_header a {
	color: white;
}

a img {
	border-width: 0px;
}

