/*  
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/

	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

*/



/* Begin Typography & Colors */
body {
	color: #000; 
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: url('images/bg.gif') #D6EAF8 repeat-x top center; 
	margin: 39px 0px 0px 0px;
	text-align: center;
	}

a {color: #2081CB; text-decoration: none}

a:hover {text-decoration: underline}

#page {
	border: 0px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 12px;
	line-height: 18px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}
	
.nofound {
	font-size: 1.4em;
	padding: 74px 0px 92px 0px;
	color: #444;
	}

h2.pagetitle {
	font-size: 1.4em;
	color: #444;
	}

#sidebar h2 {
	font-size: 15px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
	
.post h5 {font-size: 1.2em; margin: 10px 0px 0px 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
	
.post h5 a {color: #2c92d9;}

.post h5 a:hover {color: #2c92d9; text-decoration: none;}

h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #444;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #333;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 12px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	margin: 10px 20px 0px 20px;
	width: 600px;
	overflow: hidden;
	display: inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0px 0px 0px;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0px 0px 15px;;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 {
	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;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 15px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0px 0px 10px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 15px 0px 15px 0px;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	list-style: none;
	border: 1px #e6e6e6 solid;
	background-color: #fafafa;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	font-size: 12px;
	}

#commentform {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	text-align: left;
	background-color: #46a6e4;
	width: 180px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px #2c92d9 solid;
}

#sidebar a {color: #ffffff;}
/* End Sidebar */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
	font-size: 12px;
	}
/* End Various Tags & Classes*/



/* "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." */

#main {margin: auto; width: 868px}

#pais {width: 865px; padding: 39px 0px 9px 3px; overflow: hidden; clear: both}

#pais_parem {padding: 0px 20px 0px 10px;}

.rss-icon {
	background: url('images/rss_icon.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
	
#logo {float: left; width: 114px;}

.logo_pilt {
	background: url('images/logo.png');
	background-repeat: no-repeat;
	width: 114px;
	height: 39px;
}

#seaded {float: right; width: 751px; color: #FFF; padding: 26px 0px 0px 0px;}

#seaded td {color: #FFF;}

#seaded a {color: #004381;}

#peabox {width: 868px}

#ylvari {width: 868px; height: 9px; background: url(images/ylvari.gif) #A1CEEC repeat-x top center;}

#ylvari_nurgad {width: 868px; height: 9px; background: url(images/ylvari_nurgad.gif); background-repeat:no-repeat; overflow: hidden;}

#sisu {width: 868px; background: url(images/sisu.gif) repeat-y top center; overflow: hidden;}

#sisu_vasak {float: left; width: 9px; height: 145px; background: url(images/vasakvari.gif); background-repeat:no-repeat;}

#sisu_kesk {float: left; width: 850px;}

#sisu_pais {width: 850px; height: 144px; background: url(images/sisu_pais.gif) #FFF no-repeat top center; border-bottom: 1px solid #FFF;}

#sisu_parem {float: left; width: 9px; height: 145px; background: url(images/paremvari.gif); background-repeat:no-repeat;}

#tekst {width: 850px; overflow: hidden; background: url(images/tekst.gif) repeat-y top center;}

#allvari {width: 868px; height: 12px; background: url(images/allvari.gif) #A1CEEC repeat-x top center;}

#allvari_nurgad {width: 868px; height: 12px; background: url(images/allvari_nurgad.gif); background-repeat:no-repeat; overflow: hidden;}

/* -- Jalus -- */

#footer {width: 828px; height: 24px; padding: 0 20px 0 20px; overflow: hidden;}

#footer_tekst {width: 760px; height: 24px; float: left; line-height: 24px; color: #0077BB; text-align:left;}

#footer_tekst a {color: #0077BB; text-decoration: underline;}

#okia {width: 68px; height: 24px; line-height: 24px; float: right; text-align: right; margin: 10px 0px 0px 0px;}

#okiaimg { width: 25px; height: 11px; background: url(images/okia.gif); float: right;}

/* -- Sisu -- */

#obpakkumine {padding: 11px 0px 0px 20px; overflow: hidden; width: 640px; float: left;}

.yl_valgek {background: url(images/yl_valgek.gif) no-repeat; width: 640px; height: 4px; font-size: 0; clear: both;}

.all_valgek {background: url(images/all_valgek.gif); background-repeat: no-repeat; width: 640px; height: 4px; font-size: 0; clear: both; margin: 0px 0px 9px 0px;}

#obp_vasak {float: left; background-color: #ffffff; width: 640px;}

.searchbox {
	width: 180px;
	height: 30px;
	background: url('images/search_bg.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	overflow: hidden; 
}

#sidebar form {
	overflow: hidden;
	padding: 5px 3px 0px 3px;
}

.searchinput1, .searchinput2, .search_1, .search_2 {float: left; margin: 0px; padding: 0px; display: inline;}

.searchinput1 input {
	width: 91px;
	height: 18px;
	border: 0px;
	padding: 2px 0px 0px 4px;
	background-color: #fff;
}

*html .searchinput1 input {
	width: 91px;
	height: 18px;
	border: 0px;
	padding: 2px 0px 0px 4px;
	background-color: #fff;
	position: relative;
	top: -1px;
} /*style for IE*/

*:first-child+html .searchinput1 input {
	width: 91px;
	height: 18px;
	border: 0px;
	padding: 2px 0px 0px 4px;
	background-color: #fff;
	position: relative;
	top: -1px;
} /*style for IE*/

.searchinput2 input {
	width: 63px;
	height: 20px;
	border: 0px;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	background: url('images/search.gif');
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: tahoma;
	color: #ffffff;
	display: inline;
}

*html .searchinput2 input {padding: 0px 0px 1px 0px;}

*:first-child+html .searchinput2 input {padding: 0px 0px 1px 0px;}

.search_1 {
	width: 3px;
	height: 20px;
	background: url('images/search_1.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 2px;
}

.search_2 {
	width: 3px;
	height: 20px;
	background: url('images/search_2.gif');
	background-repeat: no-repeat;
	margin: 0px 7px 0px 0px;
}

.sidebar_2 {
	width: 180px;
	height: 3px;
	background: url('images/sidebar_2.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin: 0px;
}

.mainsidebar {margin: 11px 8px 0px 10px; overflow: hidden; width: 180px;}

*html .mainsidebar {margin: 11px 10px 0px 10px; overflow: hidden; width: 180px;}

html:first-child .mainsidebar {padding: 0px 8px 0px 10px; overflow: hidden; width: 180px;}

.author {font-size: 11px; margin: 0px 0px 0px 3px; padding: 0px; line-height: 14px;}

.bottomdata {font-size: 11px;}

.posthr {
	height: 1px;
	background-color: #60b9ee;
	width: 600px;
	margin: 25px 0px 0px 0px;
}

.posthr2 {
	height: 1px;
	background-color: #60b9ee;
	width: 600px;
	margin: 0px 0px 0px 0px;
}

.commentbox {
	width: 600px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	overflow: hidden;
}

.c_text {font-size: 0.8em; padding: 5px 0px 0px 0px;}

.c_text2 {font-size: 0.8em;}

.c_input {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	width: 170px;
	height: 18px;
	padding: 0px;
	margin: 5px 5px 1px 0;
	font-size: 0.8em;
}

.c_input2 {
	width: 80%;
	padding: 2px;
	border: 1px #cccccc solid;
	margin: 8px 0px 0px 0px;
	font-size: 0.8em;
}

.c_input3 {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	margin: 8px 0px 8px 0px;
	font-size: 0.8em;
}

.rssvoog {
	background-color: #46a6e4;
	text-align: left;
	padding: 8px 0px 5px 10px;
	border-top: 1px #6dbdf1 solid;
	float: left;
	width: 170px;
	overflow: hidden;
}

.rssvoog a, rssvoog a:hover {color: #fff;}

.floatleft {float: left; overflow: hidden;}

.autor { float:left; padding:0 10px 0 0;}