﻿/*
Author URI: 
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/
        
/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: 0px #000000; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/14px Arial, Geneva, sans-serif; 
	font-weight: normal;
        color: #eee; 
	line-height: 16px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h7, h8 { font-family: Tahoma, Helvetica, Arial, Geneva, Sans-Serif; color: #666666; margin-top: 0px; }
h1 { font-size: 20px; line-height: 24px; margin-bottom: 12px; color: #498439; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
h4 { font-size: 14px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 12px; line-height: 12px; margin-bottom: 0px; color: #fff333; }
h6 { font-size: 11px; line-height: 16px; margin-bottom: 5px; color: #FF0000; }

h1 span { color: #498439; }

a:link { color: #fff333; font-weight: normal; }
a:hover { color: #ffffff; font-weight: normal; }
a:visited { color: #fff666; font-weight: normal; }
a:active { color: #ffffff; font-weight: normal; }

a:img, a:img.preview {
border: 0px #000000;
text-decoration: none;
}

a:preview {
border: 0px #000000;
text-decoration: none;
}

a:link img {
border: 0px #000000;
text-decoration: none;
}

a:visited img {
border: 0px #000000;
text-decoration: none;
}

a:hover img {
border: 0px #666666;
text-decoration: none;
}



p { margin-bottom: 6px; }
p.admin a { font-size: 10px; text-decoration: none; }

input, textarea { font: 12px Helvetica, Arial, Geneva, sans-serif; 
                  color: #ddd;   
                  padding: 10px 10px;               
}

blockquote { 
	font: italic 12px/16px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 384px; 
        margin: 0 auto;
	background: url(http://www.kuj.fi/wp-content/themes/kuj/images/header_bg_puurojuhla.jpg);
         background-repeat: no-repeat;
	position: relative;
        padding: 0px;
margin-top: 0px;
        
    
}

#header h1 { 
        width: 230px;
        position: absolute;
        top: 80px;
        left: 160px;
	font: 20px Verdana; 
	padding-top: 0px; 
	margin-bottom: 0; 
	color: #fff; 
	margin: 0;

}
#header h1 a { 
        color: #333; 
	text-decoration: none; 

}
#header span {
        position: absolute;
        top: 195px;
        left: 160px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 

}

#home a:hover {
       background: url("wp-content/themes/kuj/images/etusivu.png")
}
/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 960px; 
	overflow: hidden; 
	background: url(http://www.kuj.fi/wp-content/uploads/2010/11/container_bg.jpg) repeat-y;
        margin: 0 auto; 
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 800px; 
	height: 100px; 
	margin-left: 160px; 
	position: relative;
        top: 225px;
	margin-top: 0;
}
#nav ul { 
	margin-left: 30px; 
margin-top: 0;
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 123px; 

}
#nav ul li { 
	float: left; 
margin-top: 0;
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: normal;


}
#nav ul li.current_page_item { 
        width: 100px;
margin-top: 0;
        height: 122px;

}
#nav ul li a {
        width: 100px;
        height: 122px;
margin-top: 0;

	display: block; 
	text-decoration: none; 
	color: #fff666; 
	line-height: 123px; 
	text-align: center;

}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url() no-repeat; color: #555; font-weight: normal; }



/* Content
-------------------------------------------------------------------*/
#content { 
	color: #ffffff;

         width: 740px; 
	float: left; 
	padding: 0px 0px 0px 100px
}
#content .post { margin-bottom: 20px; 
                 padding: 0px 0px 10px 0px;
                 border-bottom: dashed 1px #003300; }
#content .post p { margin-bottom: 10px; }
#content .post h3 a { font-family: helvetica; text-decoration: none; font-size: 20px; padding-left: 0px; padding-bottom: 6px; color: #528439; }

#content .post h3 a:hover { color: #ddd;
}

#content .post-list li { list-style: none; }


#content .post .post-info { 
	clear: both; 
        font-family: verdana;
	font-size: 9px; 
	color: #A6D785; 
	padding: 0px 0px 0px 0px; 
	margin-bottom: 8px; 
        text-align: left;

}
#content .post .post-info a { color: #fff333; text-decoration:none; }
#content .post .post-info a:hover { color: #ffffff; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: 20px "Trebuchet MS"; color: #fff333; text-decoration: none; }
#content #pages a:hover { color: #ffffff; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: normal;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #ffffff;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 250px;

	font-size: 10px; 
	margin: 0 10px 10px 0;
	color: #fff;
        position: relative;
        
}

#sidebar h3 { 
        font: normal 14px Verdana, Arial, Sans-Serif; 
        color: #fff333; 
        padding-left: 23px;
}

#sidebar a { color: #fff333; text-decoration: none; }
#sidebar a:hover { color: #000000; }

#sidebar .block {
	width: 170px;
	padding: 15px; 
	border: 1px solid transparent; 
margin-left: 10px;
background: transparent;
	overflow: hidden;
	color: #fff;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 148px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.gif) no-repeat;
}
#search #searchsubmit { 
	width: 60px; 
	height: 20px;
        text-align: center;
	background: url(images/searchbt_bg.gif) no-repeat;
        font-weight: normal;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: 14px Helvetica, Arial, Geneva; 
	color: #fff333; 
}
#comments .comment { 
	background: green; 
	margin-bottom: 15px; 
	overflow: hidden; 
	width: 730px; 
	padding-bottom: 3px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 0px; 
	padding: 0px 0px; 
}

#comments .comment .comment-content { 
	
         color: #eee;
	padding: 10px 15px; 
	margin: 5px 7px; 
	width: 685px; 
	background: #339933; 
         font-size: 12px;
}
#comments .comment .comment-content a { color: #000000; text-decoration: none; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #333;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: 12px Helvetica, Arial, Geneva;  	
	font-weight: bold;
         padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #ffff33; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: ; 
	border: 0px;
         border-color: #000; 
	padding: 10px; 
	color: #fff666; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 710px; 
	border: 1px solid #000000; 
	height: 120px;
         background: green;
         overflow: auto;
        margin-top: 10px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #000000; 
	margin-right: 5px; 
	padding: 6px 6px;
        color: #000;
 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}

#submit.bt { color: #000; font-size: 10px; }




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 960px; 
        height: 157px;
	margin: 0 auto; 
	background: url(images/footer_bg.jpg) no-repeat;
        position: relative; 
}

.rss {
        float: right;
	width: 200px; 
        height: 73px;
}

#footer-inner {

        clear: both;
        text-align: center; 
	width: 900px; 
	margin: 0 auto;
        padding-top: 10px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #ff0000; }

/* Päävalikko
-------------------------------------------------------------------*/

#koti {
margin-left: 230px;
margin-top: 125px;

}

/* Lue lisää teksti
-------------------------------------------------------------------*/

#luelisaa a { color: #ffff66; text-decoration: none; }
#luelisaa a:hover { color: #fff; text-decoration: none; }

#homo a {
	color: #019a1b;
	text-decoration: none;

}

/* Post image alignment 
--------------------------------------------------------------------*/

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}


