/*
Theme Name: Collum.ee
Theme URI: http://collum.ee/
Description: Collum.ee theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Anton Siniorg
Author URI: http://www.lahendus.ee/
Tags: custom header, fixed width, one column
Text Domain: kubrick
*/
html, body {
	background: #fff;
	color: #333;
	text-align: center;	
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#tinymce{
	text-align: left;
}
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 960px;
}
#header {
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: auto;
	text-align: left;
}
#header .language {
	padding: 8px 2px 8px 0px;
}
#header .headerimg {
	margin: 0;
	height: 60px;
	width: 270px;
}
#header .headerimg h1 {
	position:relative;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 270px;
	font-size: 85%;
	background: url('images/logo.png') top left no-repeat;
}
#header .headerimg h1 a{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 270px;
	font-size: 85%;
	text-indent: -9999px;
	display: block;
}
#header .banner {
	margin: 0;
	height: 60px;
	width: 668px;
	border: 2px solid #80cc2a;
}
#nav {
	width: 960px;
	background: #80cc2a;
	margin:10px 0px 0px 0px;
}
#nav ul {
	padding:0;
	margin: 0;
	overflow: auto;
}
#nav ul li{
	padding:0;
	margin:0;
	float: left;
	border-left: 1px solid #fff;
}
#nav ul li a{
	padding:10px 20px 10px 20px;
	margin:0;
	display: block;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #fff;
}
#nav ul li.current_page_item a {
	background: #42ba3d;
}
#nav ul li a:hover{
	background: #42ba3d;
}
#nav ul li a:focus, #nav ul li a:active{
	border: none;
	outline: none;
}

.widecolumn {
	margin: 10px 0px 10px 0px;
	width: 960px;
	text-align: left;
}

.widecolumn .post {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #80cc2a;
	line-height: 1.5em;
	font-size: 80%;
	position: relative;
}
.widecolumn .post p {
	padding: 10px 0px 10px 0px;
	line-height: 1.5em;
}

.widecolumn .post .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 0;
}

.widecolumn .post .attachment {
	text-align: center;
	margin: 0;
}

.clear {
	clear: both;
}
#breadcrumb {
	font-size: 75%;
	margin: -3px 0px 6px 20px;
}
#footer {
	padding: 10px 8px 10px 8px;
	margin: 0 auto;
	width: 938px;
	background: #80cc2a;
	color: #fff;
	border: 2px solid #80cc2a;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
}
/* End Structure */




#content {

}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry {
    margin-top: 15px;
}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 160%;
	text-align: center;
	}

h2 {
	font-size: 140%;
	}

h2.pagetitle {
	font-size: 140%;
}

h3 {
	font-size: 120%;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


small, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 85% 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 75%;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* 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 */
.textcenter {
	margin:10px 0px 10px 0px;
	text-align: center !important;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* 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 */
.rounded {
  -webkit-border-radius: 5px;    /* for Safari */
  -moz-border-radius: 5px;       /* for Firefox */
  -khtml-border-radius: 5px;
}

.roundedf {
  -webkit-border-radius: 5px;    /* for Safari */
  -moz-border-radius: 5px;       /* for Firefox */
  -khtml-border-radius: 5px;
  background: #80cc2a;
}

#frontone h1 {
	color: #000;
	text-align: left;
	font-size: 130%;
	padding: 5px 0px 5px 30px;
	margin-bottom: 10px;

	background: url(images/on_white.png) top left no-repeat;
}
#fronttwo h1 {
	color: #fff;
	text-align: center;
	font-size: 145%;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
	background: url(images/on_green.png) top left no-repeat;
}
#frontthree h1 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	padding: 0px 0px 0px 30px;
	margin-bottom: 10px;
    min-height: 24px;
	background: url(images/on_green.png) top left no-repeat;
}
#frontone {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 270px;
	text-align: left;
	font-size: 80%;
	line-height: 1.4em;
}

#fronttwo {
	float: left;
	width: 301px;
	text-align: center;
	font-size: 80%;
	line-height: 1.4em;
	margin: 0px 10px 20px 0px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #80cc2a;
	height: 156px;
}
#frontthree {
	float: left;
	width: 301px;
	text-align: center;
	font-size: 80%;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #80cc2a;
	height: 156px;
}
#frontfour {
	clear: both;
	text-align: left;
	margin: 0px 0px 20px 0px;

}
#frontfour ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 30px;
	overflow: auto;
	background: url(images/on_white.png) top left no-repeat;
}
#frontfour ul li{
	float: left;
}
#frontfour ul li a{
	display: block;
	padding: 0px 7px 0px 7px;
	font-size: 120%;
	color: #000;
}
#frontfive {
	text-align: left;
	font-size: 80%;
	line-height: 1.4em;
}
#frontfive img{
	float: left;
	margin-right: 10px;
}
#frontsix {
	float: right;
	width: 660px;
	margin-bottom: 20px;
}


.lingiilu, .lingiilu:visited {
	background: #80cc2a url(images/link-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 3px 10px 4px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 100%;
}
#fronttwo .lingiilu, #frontthree .lingiilu {
	border: 2px solid white;
}
.lingiilu:hover{
	background: #42ba3d;
	text-decoration: none;
	color: #fff;
}

.feedbackcontent {
	border: none;
}
.feedbackcontent .entry{
	width: 270px;
}
.feedbackcontent .feedback{
	color: #fff;
	width: 630px;
	padding: 10px 10px 10px 10px;
}
.feedbackcontent .feedback h3{
	color: #fff;
	margin: 0px 30px -30px 0px;
}
.feedbackcontent .feedback label{
	float: left;
	width: 100px;
}
.feedbackcontent .feedback input{
	margin-bottom: 5px;
}
.feedbackcontent .feedback div{
	clear: both;
}
.feedbackcontent .feedback .input{
	border: 2px solid #fff; 
	margin: -30px 0px 0px 0px;
	width: 140px;
	float:right;
}
.post li {
	padding-left: 20px; 
	list-style: disc inside ;
}
.post table {
	border-collapse: collapse;
	border: 1px solid #999;
}
.post table td{
   padding: 2px 4px 2px 4px;
}
strong {
	font-weight: bold;
}

/* clean-form*/
fieldset.CleanContact {
    width: 500px;
    margin: 5px;
}
fieldset.CleanContact input[type=text], textarea {
    width: 490px;
    clear:right;
}
fieldset.CleanContact label {
    font-size: 15px;
}
fieldset.CleanContact input[type=text] {
    font-size: 20px;
}
fieldset.CleanContact textarea {
    height: 100px;
}
div#clean_contact_msg {
    color: red;
    font-weight: bold;
}


