@charset "utf-8";
/*
Theme Name: Сайт о строительстве ekostroy
Author: Андрей
Description: Тема для ekostroy
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #732c14;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


html, body { 
	height: 100%;
}

body {
	font-family: 'Arial';
	font-size: 12px;
	color: #000;
	line-height: 130%;
	background: #fff;
}

#site {
	min-height: 100%;
	background: url(images/top_bg.jpg) 50% 0 no-repeat;
	position: relative;
}	

#container {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 120px;
	position: relative;
}

#triangle_l {
	width: 325px;
	height: 536px;
	background: url(images/triangle_l.png) 0 0 no-repeat;
	position: absolute;
	top: 114px;
	left: -45px;
	z-index: -10;
}

#triangle_r {
	width: 325px;
	height: 536px;
	background: url(images/triangle_r.png) 0 0 no-repeat;
	position: absolute;
	top: 114px;
	right: -45px;
	z-index: -10;
}

#header {
	height: 300px;
	position: relative;
	margin-bottom: 26px;
}

#logo {
	position: absolute;
	top: 135px;
	left: 140px;
	display: block;
	width: 160px;
	height: 77px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 50px;
	list-style-position: outside;
	list-style: none;
	padding-left: 64px;
}

#menu li {
	display: block;
	float: left;
	height: 50px;
	background: url(images/menu_line.png) 100% 0 no-repeat;
}

#menu li a {
	display: block;
	height: 37px;
	padding: 13px 25px 0 25px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
}

#menu li:first-child  a{
	background: url(images/menu_line.png) 0 0 no-repeat;
}

#menu li.active a, #menu li:hover a {
	color: #b3afad;
}

#menu_shadow {
	width: 1082px;
	height: 27px;
	background: url(images/menu_shadow.png) 0 0 no-repeat;
	position: absolute;
	bottom: -27px;
	left: -11px;
	right: -11px;
}

.news {
	height: 323px;
	background: url(images/red_grad.png) 0 0 repeat-x;
	border: 1px solid #ffe7df;
	border-top-color: #fed4c5;
	border-bottom: 0;
	margin-bottom: 10px;
}

#bottom_news {
	margin-bottom: -20px;
}

.news .title_m {
	padding: 3px 50px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 17px;
	line-height: 130%;
	color: #047703;
}

.news_item {
	width: 250px;
	float: left;
	margin-left: 12px;
	border-top: 2px solid #ffd918;
	overflow: hidden;
}

.news_item.first {
	border-color: #198918;
}

.news_item.second {
	border-color: #195c8a;
}

.news_item.third {
	border-color: #863827;
}

.news_item img {
	width: 250px;
	max-height: 154px;
	margin: 6px 0 2px 0;
}

.news_info {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 130%;
	color: #000;
	padding-bottom: 5px;
}

.news_info span {
	color: #a94119;
}

.news_item .title_s {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 130%;
	color: #732C14;
	padding-bottom: 5px;
	font-weight: bold;
}

.news_item .title_s a {
	color: #A52A2A;
	text-decoration: none;
}

.news_item .title_s a:hover {
	text-decoration: underline;
}

.news_item p {
	font-family: Arial;
	font-size: 12px;
	line-height: 130%;
	font-style: italic;
	color: #000;
}

#content_box {
	padding-bottom: 20px;
}

#sidebar_l {
	width: 250px;
	float: left;
	margin-right: 10px;
}

#sidebar_r {
	width: 200px;
	float: right;
	margin-left: 10px;
}

#sidebar_l + #sidebar_r + #content {
	margin-left: 260px;
}

#sidebar_r + #content {
	margin-right: 210px;
}

.widget {
	background: #fbe9e2;
	overflow: hidden;
	margin-bottom: 15px;
}

.widget > div {
	padding: 0 5px 15px 5px;
}

#sidebar_l .widget > div {
	padding: 10px 10px 15px 10px;
}

.widget .title_m {
	height: 22px;
	background: url(images/wiget_title_bg.jpg) 50% 0 no-repeat;
	border-bottom: 2px solid #6a1901;
	padding: 16px 0 0 15px;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
}

.nav, .widget ul, .widget ol {
	display: block;
	list-style-position: outside;
	list-style: none;
}

.nav li, .widget li {
	display: block;
	height: 40px;
	background: url(images/widget_line.png) 0 100% repeat-x;
}

.nav li a, .widget li a {
	display: block;
	height: 30px;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #6c1d03;
}

.nav li:hover a, .widget li:hover a {
	text-decoration: underline;
}

.popular {
	padding-top: 8px;
	padding-bottom: 12px;
	background: url(images/widget_line.png) 0 100% repeat-x;
}

.popular img {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}

.popular .title_s {
	display: block;
	width: 170px;
	height: auto;
	margin: 0 auto;
	background: #f8c8b6;
	font-size: 14px;
	line-height: 130%;
	padding: 4px 5px;
}

.popular .title_s a {
	text-decoration: none;
	color: #A52A2A;
	font-weight: bold;
}

.popular .title_s a:hover {
	text-decoration: underline;
}

#search {
	display: block;
	background: #c37757;
	padding: 10px 15px 7px 15px;
}

#search input[type="text"] {
	display: block;
	width: 150px;
	height: 20px;
	padding: 0 10px;
	margin-bottom: 5px;
	background: url(images/input_bg.png) 0 0 repeat-x;
	border: none;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #888;
}

#search input[type="submit"], #respond input[type="submit"] {
	display: block;
	width: 80px;
	height: 28px;
	margin: 0 auto;
	background: url(images/button_grad.png) 0 0 repeat-x;
	border: 1px solid #972c02;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.6), 0 0 3px rgba(255,255,255,0.8) inset;
	font-family: Arial;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.widget_comment {
	background: url(images/widget_line.png) 0 100% repeat-x;
	padding: 7px 0;
}

.widget_info {
	min-height: 25px;
	padding-left: 53px;
	font-size: 10px;
	line-height: 130%;
	color: #000;
	background: url(images/comment_icon.png) 15px 0px no-repeat;
}

.widget_info a {
	color: #a94118;
	text-decoration: none;	
}

.widget_info a:hover {
	text-decoration: underline;	
}

.widget_comment > a {
	display: block;
	margin: 0 5px;
	color: #000;
}

.new_article {
	overflow: hidden;
	margin-top: 10px;
}

.new_article img {
	width: 80px;
	max-height: 50px;
	float: left;
	margin: 2px 10px 0 0;
}

.new_article .title_s, .write .title_s {
	font-size: 14px;
	line-height: 130%;
	color: #A52A2A;
	font-weight: bold;
}

.new_article .title_s a, .write .title_s a {
	color: #A52A2A;
	text-decoration: none;
}

.new_article .title_s a:hover, .write .title_s a:hover {
	text-decoration: underline;
}

.write {
	padding: 10px 0;
	background: url(images/widget_line.png) 0 100% repeat-x;
}

.write img {
	width: 230px;
	max-height: 150px;
	margin-bottom: 5px;
}

#content {
	padding-top: 12px;
}

.content_block {
	overflow: hidden;
	margin-bottom: 20px;
}

.section {
	width: 420px;
	float: right;
}

.section.small {
	width: 275px;
	float: left;
	margin-left: 10px;
}

.section:first-child {
	float: left;
}

.section.small:first-child {
	margin-left: 0;
}

.section .title_m {
font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	color: #a94119;
	padding: 0 10px 4px 10px;
	border-bottom: 2px solid #ffd919;
}

.section.small .title_m {
	padding-left: 20px;
}

.section.green .title_m {
	border-bottom-color: #94dd80;
}

.section.blue .title_m {
	border-bottom-color: #b1d6f2;
}

.section.red .title_m {
	border-bottom-color: #d28b7b;
}

.section_top {
	border-bottom: 1px solid #ffd919;
	margin: 0 10px 10px 10px;
	padding: 7px 0 9px 0;
	overflow: hidden;
}

.section.green .section_top {
	border-bottom-color: #94dd80;
}

.section.blue .section_top {
	border-bottom-color: #b1d6f3;
}

.section.red .section_top {
	border-bottom-color: #d28b7b;
}

.section_top img {
	width: 235px;
	max-height: 160px;
	float: left;
	margin-top: 3px;
}

.section_top img + .section_info {
	margin-left: 245px;
}

.section_info > div {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 130%;
	color: #000;
	padding-bottom: 2px;
}

.section_info div span {
	color: #a94119;
}

.section_info .title_s {
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #000;
	padding-bottom: 2px;
}

.section_info .title_s a {
	color: #A52A2A;
	text-decoration: none;
}

.section_info .title_s a:hover {
	text-decoration: underline;
}

.section_info p {
	font-size: 12px;
	line-height: 130%;
	color: #000;
}

.section_bottom {
	margin: 0 10px;
}

.section_news {
	overflow: hidden;
	margin-bottom: 12px;
}

.small_news {
	width: 190px;
	float: right;
}

.small_news:first-child {
	float: left;
}

.other_news {
	overflow: hidden;
	border-top: 1px solid #f1baa9;
	border-bottom: 1px solid #f1baa9;
	margin-top: 5px;
	padding-top: 8px;
}

.other_news .small_news {
	width: 240px;
	margin-bottom: 10px;
	float: left;
}

.small_news img {
	width: 80px;
	max-height: 54px;
	float: left;
	margin-right: 5px;
}

.small_news > div {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 130%;
	color: #000;
	padding-bottom: 2px;
}

.small_news span {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 130%;
	color: #a94119;
	padding-bottom: 2px;
}

.small_news .title_s {
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color: #000;
}

.small_news .title_s a {
	color: #A52A2A;
	text-decoration: none;
}

.small_news .title_s a:hover {
	text-decoration: underline;
}

.section_item {
	padding: 0 20px;
}

.section_item > img {
	width: 240px;
	max-height: 160px;
	margin: 7px 0;
}

#slider {
	height: 160px;
	padding: 10px 40px;
	background: #fbe9e2;
	position: relative;
	border: 1px solid #fae1d7;
}

#slider > div {
	height: 160px;
	overflow: hidden;
}

#slider > div ul {
	display: block;
	height: 160px;
	overflow: hidden;
	list-style: none;
}

#slider > div ul li {
	display: block;
	float: left;
	width: 240px;
	height: 160px;
	padding: 0 5px 0 10px;
}

#slider > div ul li:first-child {
	margin-left: 0;
}

#slider > div ul li a {
	display: block;
	width: 240px;
	height: 160px;
	position: relative;
}

#slider > div ul li a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#slider > div ul li a .title_s {
	display: block;
	position: absolute;
	top: 112px;
	left: 12px;
	right: 12px;
	font-family: Arial;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
}

#arrow_l, #arrow_r {
	display: block;
	position: absolute;
	top: 65px;
	width: 23px;
	height: 48px;
	cursor: pointer;
}

#arrow_l {
	background: url(images/arrow_l.png) 0 0 no-repeat;
	left: 9px;
}

#arrow_r {
	background: url(images/arrow_r.png) 0 0 no-repeat;
	right: 9px;
}

.breadcrumbs {
	font-size: 12px;
	line-height: 130%;
	font-weight: 100;
	color: #000;
	padding: 3px 0 2px 0;
	border-bottom: 2px solid #f0b3a0;
	margin-bottom: 20px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.category_news {
	padding-bottom: 15px;
	border-bottom: 2px solid #fbe9e2;
	margin-bottom: 15px; 
	overflow: hidden;
}

.category_pic {
	width: 200px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
}

.category_pic img {
	width: 200px;
	height: auto;
}

.category_pic + .category_text {
	margin-left: 210px;
}

.category_text {
	
}

.category_text .title_m {
	font-size: 17px;
	line-height: 130%;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}

.category_text .title_m a {
	color: #A52A2A;
	text-decoration: none;
}

.category_text .title_m a:hover {
	text-decoration: underline;
}

.category_text p {
	font-size: 12px;
	line-height: 130%;
	color: #000;
}

.top_info {
	font-size: 10px;
	line-height: 130%;
	color: #000;
	margin-bottom: 10px;
}

.top_info span, .top_info a {
	color: #a94118;
	text-decoration: none;
}

.top_info a:hover {
	text-decoration: underline;
}

.pages {
	text-align: center;
	margin-bottom: 15px;
}

.pages a, .pages span {
	display: inline-block;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	text-decoration: none;
	padding: 2px 6px;
}

.pages a:hover, .pages span {
	color: #fff;
	background: #f0b3a0;
}

.pages a.page, .pages span.page {
	background: none;
	color: #000;
}

.pages a.page:hover {
	text-decoration: underline;
}

.article {
	overflow: hidden;
	border-bottom: 2px solid #fbe9e2;
	margin-bottom: 15px;
}

.article h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	color: #952601;
	padding-bottom: 10px;
}

.article h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 130%;
	color: #7f290c;
	padding-bottom: 10px;
}

.article h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #953b1d;
	padding-bottom: 10px;
}

.article p {
	font-size: 14px;
	line-height: 130%;
	color: #000;
	padding-bottom: 10px;
}

img.align_l {
	float: left;
	margin: 3px 10px 4px 0;
}

img.align_r {
	float: right;
	padding: 3px 0 4px 10px;
}

.related {
	background: #fbe9e2;
	padding: 7px 15px 20px 15px;
	margin-bottom: 15px;
}

.related .title_m, #comments .title_m, #respond .title_m {
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	padding-bottom: 7px;
}

.related > div {
	overflow: hidden;
	height: 90px;
}

.related a {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	margin-left: 20px;
	position: relative;
}

.related a:first-child {
	margin-left: 11px;
}

.related a b {
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden;
}

.related a b img {
	width: 120px;
	height: auto;
}

.related a span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 46px;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.related .title_s {
	display: block;
	position: absolute;
	left: 7px;
	right: 7px;
	top: 52px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #A52A2A;
}

#comments {
	padding-top: 10px;
	border-top: 2px solid #fbe9e2;
	border-bottom: 2px solid #fbe9e2;
	margin-bottom: 10px;
}

.comment {
	overflow: hidden;
	padding: 5px 0 10px 0;
}

.avatar_img {
	float: left;
	width: 68px;
	height: 68px;
	overflow: hidden;
	border: 1px solid #f0b3a0;
}

.avatar_img + .comment_body {
	margin-left: 95px;
}

.comment_body p {
	font-size: 12px;
	line-height: 130%;
	font-style: normal;
	color: #000;
	padding-bottom: 8px;
}

.comment_info {
	font-size: 12px;
	line-height: 130%;
	font-style: italic;
	color: #000;
	padding-bottom: 8px;
}

.comment_info a {
	text-decoration: none;
	font-weight: bold;
}

.comment_info a:hover {
	text-decoration: underline;
}

p.logged-in-as a {
	margin-right: 5px;
}

#respond {
	background: #fbe9e2;
	padding: 8px 15px 12px 15px;
}

#commentform {
	display: block;
	overflow: hidden;
	padding: 10px 10px 5px 10px ;
}

#commentform #author, #commentform #email {
	display: inline-block;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	margin-bottom: 10px;
	float: right;
}

#commentform #author {
	float: left;
}

#respond_form p input {
	width: 150px;
	height: 18px;
	padding: 0 7px;
	border: 1px solid #91b4cb;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35) inset;
}

#commentform textarea {
	width: 524px;
	height: 150px;
	padding: 3px 7px;
	border: 1px solid #91b4cb;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	overflow: auto;
	margin-bottom: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.35) inset;
}

#commentform input[type="submit"] {
	width: 120px;
}

#footer_box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: url(images/footer_bg.jpg) 50% 0 no-repeat;
}

#footer {
	width: 1060px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

#footer > p {
	
	height: 20px;
	padding-top: 33px;
	color: #fff;
	font-size: 13px;
	line-height: 135%;
	margin: 1px 1px 1px 45px;
}

#counters {
	display: block;
	position: absolute;
	right: 27px;
	top: 27px;
	height: 31px;
}

#counters > div {
	height: 31px;
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
}


.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
img.alignleft { float: left; margin:4px 16px 16px 0; }
img.alignright { float: right; margin:4px 0 16px 16px; }
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.alignright{ text-align:right;}
.alignleft{ text-align:left;}
.aligncenter{ text-align:center;}
.alignRight{ text-align:right;}
.alignLeft{ text-align:left;}
.alignCenter{ text-align:center;}
.right{ text-align:right;}
.left{ text-align:left;}
.center{ text-align:center;}
.wp-smiley{ display:inline;}