/*  
Theme Name: Almost Spring
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A two column theme. Light and simple with greens and oranges. 
Version: 1.41
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

body {
	background: #E4E4E4 none repeat scroll 0 0;
	margin: 0;
	padding: 0;
        color:#666666;
        font-family:Arial,Verdana,Helvetica,sans-serif;
        font-size:12px;
        line-height:1.5em;
	text-align: center;
}
p {
	/*font-size: 1.2em;
	line-height: 1.5em;*/
	margin: 1.2em 0;
        text-align:justify;
}
ol, ul {
	/*font-size: 1em;*/
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
        list-style-type:none;
}
h1, h2, .h2, h3, .h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #606060; 
}
h1, h2, .h2 {font-size: 1.4em;}

.h2 {line-height:1.2em; text-align: left; font-weight: bold;}

h3, .h3 {font-size: 1.3em !important; text-align: left;}
.h3 {font-weight: bold;}

h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none; cursor: pointer;
}
a:link {
	color: #606060;
}
a:visited, a:active {
	color: #505050;
}
a:hover {
	color: #808080;
}
input, textarea, select {
	border: 1px solid #B0B0B0;
	background: #FFF;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background: #FAFAF0;
}
small {
	font-size: 0.9em;
}
code {
	/*font-size: 1.1em;*/
	font-family: "Courier New", Courier, monospace;
	background: #FAFAF0;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
padding: 5px;
}

a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
        margin: 0 10px 0 20px;

}
	#header h1 {
		margin-bottom: 10px; 
                margin-top: -20px;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #80904F;
	}		
#content {
	float: left;
	margin: 20px 0 0 20px;
	width: 750px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
	margin: 0 10px 0 20px;
	padding: 1.8em 0 0 0;
	width: 200px;
	font-size: 0.9em;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
        margin:0pt 20px;
/*        position:relative;*/
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
}

#footer #ist{bottom: 0; left: 0; position: absolute; }

/* Sidebar Styles */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .widget ul {
	margin: 5px;
	/*padding-bottom: 7px;*/
	border: 1px solid #B0B0B0;
}

#sidebar ul ul {
	margin: 1.2em 0;
}

#sidebar ul ul a{
display: inline-block;
}

#sidebar ul ul li {
	padding: 0;
}

#sidebar ul ul li a {
	display:block;
	padding:0 10px;
	/*margin: 0 0 0 -10px;
	padding: 0.1em 0px;
	width: 170px;*/
}

#sidebar ul ul li a:hover {
background: #fff;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;	
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 190px;
	border: 1px solid #E8E7D0;


	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	width: 188px;
} 
html>body #wp-calendar {

	width: 188px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #9BBB38;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
}
.posttitle {
        float:left;
	margin-bottom: 0;
        margin-top: 0px;
	width: 100%;
}
.posttitle a {
	float: left;
	padding: 0;
}
.posttitle a:link, .posttitle a:visited {
}
.posttitle a:hover, .posttitle a:active {
}
.postmeta {
	margin-top: 0;
	padding-top: 0.1em;
	font-size: 0.9em;
	color: #999;
}
.postentry {
/*        min-height:90px;*/
}

.postentry ol {list-style-type: decimal;}
.postentry ul {list-style-type: disc;}
.news .post .postentry a{
        border-top: 1px solid #B0B0B0;
        text-decoration: none;
}
.post .postentry a{
        text-decoration:underline;
}
.postentry a h3{
        margin: 0; padding-top: 10px;
}

.postentry img {
        border:2px solid #666;
        margin:6px 4px 4px 0;
        padding:1px;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

.postnav {
	width: 100%;
	padding: 1.2em 0;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 0.1em 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar .s {
	margin-bottom: 2px;
	width: 198px;
}


#content .s {
	margin-bottom: 2px;
	width: 300px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #C1C0B5;
	background: #FFF;
}

p a span.copyright{
        color: #666; 
        font-size: 10px;
}

ul.news{
        margin:1.2em 0 0;
}    

#main_menu {}

#main_menu ul {
border:1px solid #B0B0B0;
	line-height: 1.5em;
font-size:16px;
margin:0pt;
padding-bottom:28px;
}

#main_menu li {
float:left;
height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#main_menu a {
border-right:1px solid #B0B0B0;
color:#606060;
display:block;
font-size:0.7em;
padding:3px 10px 1px;
text-transform:uppercase;
}

#main_menu a:hover {
background:#E4E4E4;
color:#505050;
text-decoration:none;
}

#main_menu a.current {
background:#E4E4E4;
color:#505050;
text-decoration:none;
}

.news_item {
font-weight:normal;
}
.news_item a{
text-decoration:underline;
}
p strong {
/*font-weight:normal;*/
}

div .first, div .second {
float: left; width: 360px;
}

div .second{
padding-left: 15px;
}

.last-test-drive, .last-test-drive:hover{
text-decoration:none !important;
display:block;
cursor: pointer;
}

.last-test-drive p{
margin-top: 0px; 
margin-bottom: 0px; 
padding-right: 5px;
}

#date_now{
text-align: right; 
float: right !important;
color:#606060; 
display:block; 
font-size:0.7em; 
padding:2px 10px 2px !important;
}

.all_news_link{
margin-right:20px;
float:right;
}
.pagebar{
text-align: center;
}

.pagebar a{
border:1px solid #E8E7D0;
margin-right: 3px;
margin-left: 3px;
padding: 0 2px
}
.mainblock {display: table;}


.button {cursor: pointer;}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display:block; margin:0 auto!important;}

.single-cat-title{margin-bottom: 20px; font-size: 1.8em;}
.wp-caption-text{text-align:center;margin-top:0;}

.cf_hidden {display: none;}
.cform input, .cform textarea {width: 600px;}
.cform .emailreqtxt, .cform .reqtxt {padding-left: 10px;}
.cform label span {display: block; font-weight: bold;}
.cform .sendbutton {width: 150px;}
p#ll, p#ll2 {display: none;}
.cform legend {font-weight: bold; padding-left: 25px;}
.cform fieldset {border: 0px; padding-left: 0px;}

.post-ratings, .odnaknopka {margin-bottom: 10px;}
.odnaknopka {border: 2px solid #B0B0B0; padding: 2px;}

.icon-class {
color: #fff;
float: left;
position: relative;
border: 2px solid #474747;
margin-right: 10px;
}

a .icon-class:hover {
color:#ff7f09;
}

.icon-class img {
border: 0;
margin: 0;
padding: 0;
}

.icon-class span {
background-image:url(images/bg-title-pic.png)!important;
border-bottom:1px solid #474747;
border-top:1px solid #474747;
bottom:10px;
display:block;
left:0;
position:absolute;
width: 100%;
}

.icon-class span p {
display:block;
margin:0;
padding:4px;
font-weight:bolder;
line-height: 17px !important;
}

.layout, .widget {
background: #fff;
border: 1px solid #B0B0B0;
padding-top: 5px;
margin: 3px 0;
}

.layout h2, .widget h2{
height: 18px;
padding-left: 7px; 
display: block; 
background: none repeat scroll 0 0 #B0B0B0; 
margin:5px 0; 
color: #FFF;
font-size: 12px;
font-weight: bold;
}

.layout .img-block, .widget .img-block {
border: 2px solid #fff; 
padding: 6px 1px 4px; 
display: block;
margin: 0 5px;
}

.layout .img-block div a{
display: inline-block;
}

.layout a:hover, .widget a:hover {
color:#b0b0b0;
}

#dialog-response textarea, #dialog-response input{width:500px;}
#dialog-send-to-friend input{width:300px;}
#dialog-response li, #dialog-send-to-friend li {text-align:left; list-style: none;}
#dialog-response li label, #dialog-send-to-friend li label{font-weight: bold;}

/*#post-head {background:#A82800 none repeat scroll 0 0; margin-top: 22px; padding-left: 3px;}
#post-head .posttitle, #post-head .postmeta {color: #fff;}*/
.more-link{
font-weight: bold;
}

#twitter {text-align:center;}

#twitter a , #youtube a{
margin-bottom: 5px;
display:block;
height:50px;
}

#vk {
padding-top:5px;
text-align:left;
}

.piclenselink{display: none;}