/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	padding: 0px;
	margin: 0px;
	background: white url(images/body_bg.png) repeat-x top;
	color:#79910F;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#page {
	margin: 0 auto;
	width: 800px;
	}
	
#header {
	height: 60px;
	width: 800px;
	background: transparent url(images/logo.png) no-repeat left top;
	}
	
#header a:hover {
	border-bottom: none;
	}
	
#logo {
	top: -10000px;
	position: absolute;
	/*visibility: hidden;*/
	}
	
#logoLink {
	display: block;
	float: left;
	height: 60px;
	width: 155px;
	}
	
#navi {
	float: right;
	}

ul#mainlevel-nav {
	float: right;
	height: 60px;
	margin-right: 10px;}

ul#mainlevel-nav li{
	line-height: 57px;
	float: left;
	list-style: none;
	margin: 3px 0 0 0;
	width: 117px;
	height: 57px;
	color: #815c4c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}
	
ul#mainlevel-nav li a{ 
	display: block;
	color: #815c4c;
	text-decoration: none;
	}
	
ul#mainlevel-nav li a:hover {
	background: transparent url(images/navi_bg.png) no-repeat;
	display: block;
	color: white;
	text-decoration: none;
	}
	
ul#mainlevel-nav li.active {
	background: transparent url(images/navi_bg.png) no-repeat;
	display: block;
	color: white;
	text-decoration: none;
}

ul#mainlevel-nav li:active {
	background: transparent url(images/navi_bg.png) no-repeat;
	display: block;
	color: white;
	text-decoration: none;
}

ul#mainlevel-nav li active a:hover {
	background-color: white;
	color: #a2bd30;
}

ul#mainlevel-nav li.current a { 
	background: transparent url(images/navi_bg.png) no-repeat;
	display: block;
	color: white;
	text-decoration: none;
	}

ul#languages {
	float: right;
	margin: 7px 0 0 10px;
	border-left:1px solid #DDDDDD;
	padding:0 0 0 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

ul#languages li a {
	color: #967769;
	text-transform: none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	}
	
ul#languages li a:hover {
	border-bottom: 1px dotted #a28173; 
	color: #4b1700;
	}

#alasivuotsikko {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #79910f;
	width: 800px;
	margin: 25px 0 25px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #815c4c;
	text-transform: uppercase;
	letter-spacing: 5px;
	}
	
#etusivu-otsikko {
	width: 760px;
	margin: 20px 0 5px 0;
	padding: 0 40px 15px 0;
	border-bottom: 1px dotted #815c4c;
	}
	
#etusivu-otsikko h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #a4c026;
	text-transform: none;
	}

#content {
	width: 510px;
	margin-right: 40px;
	float: left;
	}
	
#content-etusivu {
	width: 530px;
	margin-right: 20px;
	float: left;
	border-top: 1px solid #ded4d7;
	}

#content-yhteys {
	margin: 40px auto 0 auto;
	width: 600px;
	text-transform: none;
	font-size: 11px;
	}
	
#content-yhteys textarea {
	width: 400px;
	}
	
#content-yhteys .contactleft {
	font-weight: bold;
	}
	
ul#tapahtumat li {
	background: #f9f7f5;
	border-top: 1px solid #ded4d7;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 20px;
	text-transform: none;
	}

#sidebar {
	width: 250px;
	float: left;
	}
	
.sidebar-box {
	background: white url(images/sidebar_bg.png) repeat-x top right;
	text-transform: none;
	padding: 10px 15px;
	width: 220px;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-top: 1px solid #ded4d7;
	}
	
.sidebar-entry {
	margin: 20px 0 20px 0;
	border-top: 1px solid #ded4d7;
	padding-top: 10px;
	
	}
	
.sidebar-entry p {
	text-transform: none;
	line-height: 13px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#79910F;
}
	
#rssfeed {
	margin: 10px 0 10px 0;
	}
	
.sidebar-feed {
	width: 250px;
	margin-bottom: 15px;
	}
	
#tagit {
	margin: 20px 0;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	}

.sidebar-feed ul li {
	margin-bottom: 3px;
	background-color: #f2efed;
	padding: 2px 5px 3px 5px;
	text-transform: none;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ded4d7; }
	
.sidebar-feed ul li p {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 3px;}

.sidebar-feed-otsikko {
	background: #accd15 url(images/h4_bg.png) top repeat-x;
	line-height: 20px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: 3px;
	}

ul#sidebar-nav li{
	border-left: 3px solid #a4c026;
	line-height: 25px;
	list-style: none;
	margin-bottom: 5px;
	margin-left: 50px;
	height: 25px;
	color: #815c4c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	}
	
ul#sidebar-nav li a{ 
	padding-left: 15px;
	padding-right: 20px;
	display: block;
	color: #815c4c;
	text-decoration: none;
	}
	
ul#sidebar-nav li a:hover {
	background-color: #accd15;
	display: block;
	color: white;
	text-decoration: none;
	border-bottom: none;
	}
	
ul#sidebar-nav li.active {
	background-color: #accd15;
	display: block;
	color: white;
	text-decoration: none;
}

ul#sidebar-nav li:active {
	background-color: #accd15;
	display: block;
	color: white;
	text-decoration: none;
}
	
#laatikot {
	width: 800px;
	text-align: center;
	}
	
#laatikot img {
	float: left;
	margin: 8px;
	}

#laatikot a {
	opacity: 0.85;
	filter:alpha(opacity=85);
	}
	
#laatikot a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
		
#footer {
	margin-top: 30px;
	padding-top: 15px;
	background: white url(images/footer_bg.png) repeat-x top;
	width: 100%;
	text-align: center;
	}
	
#footer-content {
	width:550px;
	margin-left: auto;
	margin-right: auto;
	}
	
#palaute-linkki {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	float: right;
	padding: 10px;
	margin: 10px;
	border-left: 1px solid #ddd;
	text-align: center;}	
	
#footer-content img {
	margin: 5px;
	}
	
#footer-content img a:hover{
	border-bottom: none;
	}
	
.clearfix:after {
    content: ".";
    display: block;
	height: 0;
    clear: both;
    visibility: hidden;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

.entry {
	margin: 20px 0 20px 0;
	}
	
.hentry {
	margin-bottom: 20px;
	}
	
.post {
	margin: 0 0 40px 0;
/*	border-bottom: 1px #accd15 dotted;*/
	}

.postmetadata {
	padding: 5px;
	background: #f9f7f5;
	margin-top: 15px;
	color: #79910f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	border-bottom: 1px solid #ded4d7;
	}
	
.postmetadata alt{
	padding: 5px;
	background: #f9f7f5;
	margin-top: 15px;
	color: #79910f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	border-bottom: 1px solid #ded4d7;
	}

.esittely p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	color: black;
	margin-bottom: 15px;
	text-align: left;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	color: black;
	margin-bottom: 15px;
	text-align: left;
	color: #444;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #accd15;
	color: white;
	display: block;
	border-top: 1px solid #a4c026;
	
	}
	
h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	}

a {
	color: #815c4c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	border-bottom: 1px dotted #a28173; 
	color: #4b1700;
	}
	
a:active {
	color: #a28173;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto 0 auto;
	padding: 5px 3px;
	/*text-align: center;*/
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



.blog {
    width: 530px;
    float: left;
    padding-left: 8px;
}

.blog h2,
.blog-post h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.blog h2 {
    background: #ACCD15 url(h4_bg.png) top repeat-x; /* this image is on the site already */
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.blog h2 a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.blog h2 a:hover{
    text-decoration: underline;
	border:0;
}

.blog h2 span {
    float: right;
    text-transform: none;
    overflow: hidden;
}

.blog-post {
    margin-bottom: 3px;
    background-color: #F2EFED;
    padding: 0 0.6em;
    text-transform: none;
    border-bottom: 1px solid #DED4D7;
}

.blog-post h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    padding-top: 0.5em;
}

.blog-post h3 a {
    color: #815C4C;
    font-weight: bold;
    text-decoration: none;
}

.blog-post h3 a:hover {
    border-bottom: 1px dotted #A28173;
    color: #4B1700;
}

.blog-post .summary {
    margin: 0 0 1em 0;
    font-size: 0.8em;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

