@charset "utf-8";

/*
Theme Name: news
Version: 1.0
Description: Тема для сайта
*/

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: #2171A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html, body { 
	height: 100%;
}

body {
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 14px;
	color: #3f474c;
	line-height: 130%;
	background: #fff;
}

#site {
	min-height: 100%;
	position: relative;
}	

#site_bg {
	display: block;
	width: 1100px;
	background: url(images/site_bg.jpg) 0 0 repeat;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -530px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 138px 0;
	position: relative;
	z-index: 1;
}

#header {
	height: 263px;
	position: relative;
	background: url(images/header_bg.png) 50% 0 no-repeat;
	z-index: 10;
}

#logo {
	display: block;
	width: 247px;
	height: 51px;
	background: url(images/logo.png) 0 0 no-repeat;
	position: absolute;
	top: 75px;
	left: 45px;
}

#slogan {
	font-size: 12px;
	line-height: 130%;
	color: #609a0c;
	text-shadow: 0 1px 1px #fff;
	position: absolute;
	top: 75px;
	left: 15px;
	width: 195px;
}

#header_nav {
	position: absolute;
	bottom: 40px;
	left: 132px;
	right: 250px;
	height: 39px;
	background: url(images/grad_1.png) 0 0 repeat-x;
	border-radius: 10px 10px 0 0;
	
}

#header_nav:after {
	content: ' ';
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/shadow_1.png) 50% 0 no-repeat;
}

#side_icons {
	position: absolute;
	top: 10px;
	left: 15px;
}

#side_icons a {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 3px;
}

#side_icon_1 {
	background: url(images/side_icons1.png) 0 0 no-repeat;
}

#side_icon_2 {
	background: url(images/side_icons2.png) 0 0 no-repeat;
}

#side_icon_3 {
	background: url(images/side_icons3.png) 0 0 no-repeat;
}

#search {
	display: block;
	position: absolute;
	top: 11px;
	left: 165px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #fff;
	overflow: hidden;
}

#search input[type="text"] {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	padding: 0 6px;
	border: 0;
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

#search input[type="submit"] {
	display: block;
	float: left;
	padding: 0 5px;
	height: 18px;
	padding-bottom: 2px;
	border: none;
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	margin: 1px 2px 0 0;
	border-radius: 0;
}

#header_buttons {
	position: absolute;
	top: 10px;
	right: 17px;
}

#header_buttons a {
	margin-left: 6px;
}

#menu {
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/menu_bg.png) 0 0 repeat-x;
	border-radius: 7px;
	z-index: 5;
	
}




#menu ul {
	display: block;
	list-style-position: outside;
	list-style: none;
	padding: 0 2px;
	height: 40px;
}

#menu li {
	display: block;
	float: left;
	padding: 7px 1px;
	position: relative;
}

#menu li a {
	display: block;
	padding: 4px 14px 0 14px;
	height: 20px;
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
}



#menu li ul {
	position: absolute;
	top: 40px;
	left: 0;
	padding: 5px 10px;
	height: auto;
	background: #309E00;
	background: linear-gradient(to top, #309E00, #9DEF00);
	border-radius: 0 0 5px 5px;
	display: none;
}

#menu li:hover ul {
	display: block;
}

#menu li li {
	float: none;
}

#menu li li a {
	white-space: nowrap;
}

#menu li.current-menu-item li a, #menu li.current-post-ancestor li a, #menu li li a, #menu li li a:hover {
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
	height: auto;
}

#menu li li a:hover {
	text-decoration: underline;
}

.grad_green {
	display: inline-block;
	background: #309E00;
	background: linear-gradient(to top, #389984, #54c0a9);
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	text-shadow: 1px 1px 1px #4f7e09;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	border-radius: 0 0 5px 5px;
	border-radius: 4px;
}

.grad_red {
	display: inline-block;
	background: #4db7a0;
	background: linear-gradient(to top, #14818b, #4ebbc4);
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	border-radius: 4px;
}

a.grad_green:hover {
	background: #9bd505;
}

#content_box {

	padding: 25px 10px 30px 10px;
	position: relative;
	margin-top: -5px;
	z-index: 2;
    background: #fff;
}

#sidebar_l {
	float: left;
	width: 220px;
}

#sidebar_r {
	float: right;
	width: 240px;
}

#sidebar_r + #content {
	margin-right: 251px;
}

#sidebar_l + #content, #sidebar_l + #sidebar_r + #content {
	margin-left: 231px;
}

#content {
	margin-bottom: 20px;
}

.widget {
	margin-bottom: 25px;
}

.widget .w_title {
	display: block;
	position: relative;
	padding: 5px 26px 0 9px;
	height: 25px;
	font-size: 14px;
	line-height: 130%;
}

.w_title.grad_green:after, .w_title.grad_red:after {
	content: ' ';
	width: 24px;
	height: 30px;

	position: absolute;
	top: 0;
	right: 4px;
}



.slider {
	display: block;
	width: 719px;
	height: 228px;
	border: 1px solid #7aaeb2;
	position: relative;
	margin-bottom: 20px;
}

.slider_wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	width: 719px;
	height: 228px;
}

.slider:after {
	content: ' ';
	display: block;
	width: 242px;
	height: 44px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -121px;
	z-index: 0;
}

.slider_inner {
	border-right: 1px solid #7aaeb2;
	float: left;
}

.slider_inner, .slider_inner li, .slider_inner ul {
	display: block;
	position: relative;
	overflow: hidden;
	width: 490px;
	height: 228px;
	list-style: none;
}

.slider_inner li {
	float: left;
}

.slider_items {
	display: block;
	float: right;
	width: 228px;
	height: 228px;
	overflow: hidden;
}

.slider_item {
	width: 214px;
	height: 31px;
	padding: 7px;
	border-bottom: 1px solid #7aaeb2;
	background-color: #fdeabb;
	background: linear-gradient(to top, #fdeabb, #fffefc);
	overflow: hidden;
}

.slider_item:hover, .slider_item.active {
	cursor: pointer;
	background-color: #7aaeb2;
	background: linear-gradient(to bottom, #43a3ab, #43a3ab);
}

.slider_item:first-child {
	height: 31px;
}

.slider_item div {
	color: #83bc09;
	height: 37px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 4px;
	overflow: hidden;
}

.slider_item div a {
	color: #2171A1;
	text-decoration: none;
}

.slider_item p {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333;
	text-shadow: 0 1px 1px #fff;
	height: 26px;
	overflow: hidden;
}

.slider_item:hover p, .slider_item.active p {
	color: #f9f3e9;
	text-shadow: 0 1px 1px #5c920c;
}

.slider_item:hover div, .slider_item.active div, .slider_item:hover div a, .slider_item.active div a {
	color: #fff;

}

.slider_tabs {
	display: block;
	position: absolute;
	left: 15px;
	top: -5px;
	z-index: 10;
}

.slider_tab {
	display: block;
	float: left;
	width: 138px;
	height: 25px;
	padding-top: 9px;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 130%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

.slider_tab:hover {
	cursor: pointer;
	color: #eee;
}

.oh {
	overflow: hidden;
}

.tab_red {
	background: url(images/tab_1.png) 50% 0 no-repeat;
}

.tab_popular {
	background: url(images/tab_2.png) 50% 0 no-repeat;
}

.tab_new {
	background: url(images/tab_3.png) 50% 0 no-repeat;
}

.shadow, .menu-menyu-sprava-container {
	position: relative;
	margin-bottom: 35px;
}

.shadow:after, .menu-menyu-sprava-container:after {
	content: ' ';
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	height: 17px;
	background: url(images/shadow_3.png) 50% 0 no-repeat;
}

.thumb {
	display: block;
	background: #fff;
	border: 1px solid #e6c9f5;
	padding: 3px;
	overflow: hidden;
}

.news_1 {
	padding: 9px 0 4px 0;
	border-bottom: 1px dotted #b566c2;
}

.news_1_1 {
	font-size: 14px;
	line-height: 130%;
	color: #5ca60c;
	margin-bottom: 4px;
}

.news_1_2 {
	overflow: hidden;
}

.news_1_2 .thumb, .news_2_3 .thumb {
	float: left;
}

.news_1_2 .thumb img, .news_2_3 .thumb img {
	width: 70px;
	height: auto;
	max-height: 50px;
}

.news_1_2 .thumb + .news_1_2_1, .news_2_3 .thumb + .news_2_3_1 {
	margin-left: 85px;
}

.news_1_2_1 p, .news_2_3_1 p, .news_3_1 p {
	font-size: 11px;
	line-height: 110%;
	color: #333;
}

.news_1_2_2 {
	text-align: right;
	vertical-align: middle;
}

.news_1_2_2 a {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 1px;
	font-size: 11px;
	line-height: 130%;
	color: #b82c11;
	vertical-align: middle;
}

.news_1_2_2 p {
	display: inline;
	font-size: 11px;
	line-height: 130%;
	color: #5aa40c;
	vertical-align: middle;
}

.news_2 {
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 1px;
}


.news_2:last-child {
	border-bottom: 1px dotted #b566c2;
}

.w_title + .news_2 {
	margin-top: 7px;
}

.news_2_1 {
	overflow: hidden;
	border-top: 1px dotted #b566c2;
	border-bottom: 1px dotted #b566c2;
	padding: 2px 0;
	margin-bottom: 8px;
}

.news_2_1_1 {
	float: left;
	font-size: 11px;
	line-height: 130%;
	color: #ba2d12;
	padding: 4px 20px;
	background: #f4c8be;
}

.news_2_1_2 {
	float: right;
	font-size: 11px;
	line-height: 130%;
	color: #d23616;
	margin-top: 4px;
}

.news_2_2 {
	font-size: 14px;
	line-height: 130%;
	color: #9d210c;
	text-align: left;
	text-transform: none;
	border-bottom: 2px solid #9d210c;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

.news_2_3_1 {
	overflow: hidden;
}

.news_2_3_1 a, .more_red {
	display: block;
	float: right;
	border-radius: 0;
	height: 17px;
	padding: 0 16px 0 4px;
	position: relative;
	background: #BA1C03;
	background: linear-gradient(to top, #BA1C03, #F3330D);
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px #911508;
	text-decoration: none;
	margin-top: 2px;
}

.news_2_3_1 a:before, .more_red:before {
	content: ' ';
	width: 16px;
	height: 17px;
	position: absolute;
	top: 0;
	left: -16px;
	background: url(images/corner.png) 0 0 no-repeat;
}

.news_2_3_1 a:after, .more_red:after {
	content: ' ';
	width: 5px;
	height: 7px;
	position: absolute;
	top: 4px;
	right: 7px;
	background: url(images/arrow.png) 0 0 no-repeat;
}

.news_3 {
	display: inline-block;
	padding: 0 5px 7px 5px;
	margin: 0 -4px 1px 0;
	position: relative;
}

.news_3 + .news_3 {
	padding-top: 12px;
}

.news_3 + .news_3:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
	height: 1px;
	border-top: 1px solid #71ac0b;
}

.news_3 > div {
	float: left;
	width: 225px;
}

.news_3 > div + div {
	margin-left: 20px;
}

.news_3 div.mini {
	width: 166px;
}

.mini .news_3_1 p, .mini .news_3_1 div {
	line-height: 100%;
}

.news_3 div.mini + .mini {
	margin-left: 11px;
}

.news_3_t {
	overflow: hidden;
	margin-bottom: 4px;
}

.news_3_b {
	overflow: hidden;
}

.news_3_1 {
	width: 130px;
	float: left;
}

.mini .news_3_1 {
	width: 72px;
	overflow: hidden;
	line-height: 130%;
}

.news_3_1 > div {
	font-size: 14px;
	line-height: 120%;
	color: #b82c11;
	margin-bottom: 4px;
}

.news_3_t .thumb {
	float: right;
}

.news_3_t .thumb img {
	width: auto;
	height: auto;
	max-width: 80px;
	max-height: 60px;
}

.news_3_b > p {
	float: left;
	padding: 2px 7px;
	background: #d0c2b3;
	font-size: 10px;
	line-height: 110%;
	color: #7b6249;
}

.news_3_b > a {
	display: block;
	float: right;
	font-size: 11px;
	line-height: 130%;
	color: #b82c11;
}

.news_4 {
	width: 172px;
	float: left;
	font-size: 14px;
	line-height: 110%;
	border-bottom: 1px dotted #b566c2;
	padding-bottom: 1px;
}

.news_4 + .news_4 {
	margin-left: 13px;
}

.news_4 .thumb {
	margin-bottom: 8px;
	position: relative;
	padding: 4px;
}

.news_4 .thumb img {
	width: 162px;
	height: auto;
}

.news_4 .thumb p {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 2;
	font-size: 11px;
	line-height: 130%;
	color: #555;
	padding: 1px 8px;
	background: #cdccce;
}

.content_bg .news_4 .thumb p {
	background: #d0c2b3;
	color: #7a6249;
}

.news_4_1 {
	color: #b82c11;
	margin-bottom: 3px;
}

.news_4_2 {
	color: #333;
	margin-bottom: 7px;
}
.news_4_3 {
	overflow: hidden;
}

.news_4_3 p {
	float: left;
	font-size: 10px;
	line-height: 130%;
	color: #7b6248;
	text-align: center;
	background: #d0c2b3;
	height: 15px;
	padding: 1px 8px 0 8px;
}

.box_1_2 {
	width: 352px;
	float: left;
}

.box_1_2 + .box_1_2 {
	margin-left: 15px;
}

.box_1_2 .news_4 +.news_4 {
	margin-left: 8px;
}

.news_5 {
	width: 170px;
	float: left;
	font-size: 14px;
	line-height: 110%;
	border-bottom: 1px dotted #b566c2;
	padding-bottom: 1px;
}

.news_5 + .news_5 {
	margin-left: 10px;
}

.news_5 .thumb {
	float: right;
	margin: 0 0 3px 5px;
}

.news_5 .thumb img {
	width: 80px;
	height: auto;
}

.news_5 p {
	color: #333;
	margin-bottom: 5px;
}

.news_5_1 {
	color: #b82c11;
	margin-bottom: 5px;
}

.news_5_2 {
	font-size: 11px;
	line-height: 130%;
	color: #555;
	padding: 1px 8px;
	background: #cdccce;
	display: inline-block;
	margin-bottom: 4px;
}

.news_6 {
	float: left;
	width: 230px;
	font-size: 14px;
	line-height: 110%;
}

.news_6 + .news_6 {
	margin-left: 15px;
}

.news_6_1 {
	padding-bottom: 4px;
	border-bottom: 1px dotted #b566c2;
	color: #333;
	overflow: hidden;
}

.news_6_1 + .news_6_1 {
	margin-top: 7px;
}

.news_6_1 .thumb {
	float: left;
}

.news_6_1 .thumb img {
	width: 70px;
	height: auto;
}

.news_6_1 .thumb + div {
	margin-left: 85px;
}

.news_6_1_1 {
	color: #b82c11;
}

.news_6_1_2 {
	text-align: right;
	padding-right: 20px;
}

.news_6_1_2 p {
	display: inline;
	color: #b82c11;
	margin-right: 8px;
}

.news_6_1_2 a {
	color: #5c920c;
}

.box_2_3 {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}

.box_2_3 .news_4 {
	width: 235px;
	float: left;
	
}

.box_2_3 .news_4 + .news_4 {
	margin-left: 10px;
}

.box_2_3 .news_4 .thumb {
	float: left;
	margin-right: 5px;
}

.box_2_3 .news_4 .thumb img {
	width: 227px;
}

.box_1_3 {
	float: right;
	width: 210px;
	margin-bottom: 20px;
}

.news_7 {
	font-size: 14px;
	line-height: 110%;
	overflow: hidden;
	padding-bottom: 2px;
	border-bottom: 1px dotted #b566c2;
	color: #333;
}

.news_7 + .news_7 {
	margin-top: 7px;
}

.news_7_1 div {
	color: #b82c11;
}

.news_7_1 {
	overflow: hidden;
	margin-bottom: 4px;
}

.news_7_1 p {
	float: left;
	font-size: 11px;
	line-height: 130%;
	background: #d0c2b3;
	color: #7a6249;
	padding: 1px 8px;
	margin-right: 10px;
}

.news_7 a {
	color: #b82c11;
	float: right;
}

.news_7 p {
	margin-bottom: 2px;
}

.nav {
	
}

.nav ul, .widget .menu {
	padding: 3px 0 5px 0;
}

.nav li, .widget .menu li {
	color: #3272b0;
	padding: 5px 10px 5px 15px;
}

.nav li + li, .widget .menu li + li {
	border-top: 1px dotted #49b5be;
}

.nav li a, .widget .menu li a {
	font-size: 14px;
	line-height: 130%;
	color: #3272b0;
	text-transform: none;
	text-decoration: none;
}

.nav li a:hover, .widget .menu li a:hover, .widget .menu li.current-menu-item > a, .widget .menu li.current-post-ancestor > a {
	color: #3272b0;
}

.widget .menu li ul {
	display: none;
}

.widget .menu li.current-menu-item > ul, .widget .menu li.current-post-ancestor > ul, .widget .menu li.current-menu-ancestor > ul, .widget .menu li.current-menu-parent > ul {
	display: block;
}

.widget .menu-item-has-children {
	cursor: pointer;
}

.social {
	text-align: center;
	padding: 10px 0;
	background: #fef6e1;
	background: linear-gradient(to top, #fde7b5, #fff);
}

.social a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 4px 0 8px;
}

.soc_1 {
	background: url(images/social.png) 0 0 no-repeat;
}

.soc_2 {
	background: url(images/social.png) 0 -24px no-repeat;
}

.soc_3 {
	background: url(images/social.png) 0 -48px no-repeat;
}

.soc_4 {
	background: url(images/social.png) 0 -72px no-repeat;
}

.soc_5 {
	background: url(images/social.png) 0 -96px no-repeat;
}

.gallery_1 {
	overflow: hidden;
	margin-right: -3px;
	padding-top: 4px;
}

.gallery_1 .thumb {
	float: left;
	margin: 3px 3px 0 0;
}

.gallery_1 .thumb a {
	display: block;
	width: 63px;
	height: 47px;
	overflow: hidden;
}

.gallery_1 .thumb a img {
	width: auto;
	height: auto;
	min-width: 63px;
	min-height: 47px;
}

.gallery_2 {
	overflow: hidden;
	margin: 0 -3px;
}

.gallery_2 a {
	float: left;
	margin: 8px 7px 4px 7px;
	width: 68px;
	height: 50px;
	overflow: hidden;
}

.gallery_2 .thumb img {
	width: auto;
	height: auto;
	min-width: 68px;
	min-height: 50px;
}

#sidebar_l.banner img {
	
}

.content_bg {

	padding: 10px;
}

.content {
	overflow: hidden;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 5px;
}

.content h1 {
	font-size: 24px;
	line-height: 130%;
	color: #3f474c;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	margin-bottom: 12px;
}

.content h2 {
	font-size: 20px;
	line-height: 130%;
	color: #359581;
	font-weight: normal;
	margin-bottom: 12px;
}

.content h3, #reply-title {
	font-size: 18px;
	line-height: 130%;
	color: #359581;
	font-weight: normal;
	margin-bottom: 12px;
}

#reply-title small {
	font-size: 13px;
}

.content h4 {
	font-size: 16px;
	line-height: 130%;
	color: #008C25;
	font-weight: normal;
	margin-bottom: 12px;
}

.content h5 {
	font-size: 15px;
	line-height: 130%;
	color: #008C25;
	font-weight: normal;
	margin-bottom: 12px;
}

.content h6 {
	font-size: 15px;
	line-height: 130%;
	color: #008C25;
	font-weight: normal;
	margin-bottom: 15px;
}

.content p, .content ol, .content ul {
	margin-bottom: 13px;
}

.content ol, .content ul {
	list-style-position: outside;
	margin-left: 30px;
}

.content ul {
	margin-left: 30px;
}

.content table {
	
}

.alignleft {
	display: block;
	float: left;
}
.content blockquote {
	background-color: #fcead2;
	border-left: 5px solid #35D640;
	margin: 10px 0 10px 15px;
	padding: 10px;
}



.alignright {
	display: block;
	float: right;
}

.content .thumb.alignleft {
	margin: 0 10px 5px 0;
}

.article {
	font-size: 12px;
	line-height: 130%;
	color: #82684d;
	text-transform: none;
	background: #fff;
	overflow: hidden;
	margin-bottom: 7px;
	padding-top: 2px;
}

.article .alignleft {
	font-size: 11px;
	line-height: 130%;
	color: #8599a1;
	text-align: center;
	width: 87px;
	height: 19px;
	margin: -2px 7px -1px 0;
	padding-top: 3px;
}

.article .alignright {
	font-size: 11px;
	line-height: 140%;
	margin-right: 5px;
	color: #fff;
	text-transform: none;
}

.article .category_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}

.title, h1 {
	font-size: 15px;
	line-height: 130%;
	color: #3f474c;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin: 0 3% 15px 0;
}

.comments {
	margin-top: 15px;
}

.comments .grad_red {
	display: block;
	border-radius: 0;
	font-size: 14px;
	line-height: 130%;
}

.comment {
	overflow: hidden;
	background: #fff;
	padding: 0 5px 7px 5px;
	margin-top: 1px;
}

.comment .article {
	text-transform: none;
	margin: 0 -5px 5px -5px;
}

.comment .comment {
	margin-top: 10px;
}

.comment_avatar {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.comment_avatar img {
	width: auto;
	height: auto;
	min-width: 50px;
	min-height: 50px;
}

.comment_avatar + .comment_body {
	margin-left: 60px;
}

.comment_body {
	font-size: 11px;
	line-height: 130%;
	color: #333;
}

.comment_body p + p {
	margin-top: 10px;
}

.comment .answer {
	font-size: 11px;
	font-style: italic;
	line-height: 135%;
	text-align: right;
	color: #900;
	margin-right: 3px;
}

.comment .answer a {
	color: #900;
}

.comment .answer a + a {
	margin-left: 5px;
}

.reply {
	display: block;
	margin-top: 2px;
	position: relative;
}

.reply_t {
	overflow: hidden;
	margin-bottom: 5px;
}


.reply .alignleft {
	float: left;
	width: 137px;
}

.reply .alignright {
	float: right;
	width: 340px;
}

.reply_t .comment_avatar {
	width: 50px;
}

.reply_t .comment_avatar img {
	max-width: 50px;
}

.comment-form textarea, .comment-form input[type="text"] {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #f9f9f9;
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 130%;
	padding: 5px 9px;
	width: 458px;
	height: 90px;
	margin-bottom: 10px;
	overflow: auto;
}

.comment-form-captcha {
	margin-top: -5px;
}

.comment-form-captcha img, .comment-form-captcha input {
	display: inline-block;
	vertical-align: middle;
}

.comment-form-captcha img {
	margin-right: 5px;
	border: 1px solid #e5e5e5;
}

.comment-form input[type="text"] {
	height: 20px;
	padding: 0 9px;
	margin: 0;
	margin-bottom: 3px;
	width: 217px;
}

.comment-form input#author {
	float: left;
}

.comment-form input#email {
	float: right;
}

.comment-form input[type="submit"] {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 17px;
	width: 65px;
	border: 0;
	background: url(images/submit.png) 0 0 no-repeat;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px #5d8d08;
	cursor: pointer;
}

.reply_b p {
	width: 90px;
	font-size: 11px;
	color: #333;
	line-height: 110%;
}

.more {
	display: block;
	float: right;
	height: 17px;
	padding: 0 16px 0 4px;
	border: 0;
	background: #5FBD00;
	background: linear-gradient(to top, #4EB100, #94ec02);
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px #5d8d08;
	text-decoration: none;
	position: relative;
}

.more:before {
	content: ' ';
	width: 16px;
	height: 17px;
	position: absolute;
	top: 0;
	left: -16px;
	background: url(images/corner_2.png) 0 0 no-repeat;
}

.more:after {
	content: ' ';
	width: 5px;
	height: 7px;
	position: absolute;
	top: 4px;
	right: 7px;
	background: url(images/arrow_2.png) 0 1px no-repeat;
}

#comments {
	margin-bottom: 20px;
}

.box {
	overflow: hidden;
	margin-bottom: 30px;
}

.shadow_2 {
	 position: relative;
	 overflow: visible;
}

.shadow_2:after {
	content: ' ';
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	background: url(images/shadow_2.png) 50% 0 no-repeat;
}



#content.content_bg.shadow_2 {
	border: none;
	margin-bottom: 10px;
}

.shadow_4 {
	display: block;
	height: 14px;
	background: url(images/shadow_4.png) 50% 0 no-repeat;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
}

.topic_1, .topic_2 {
	display: block;
	background: #309E00;
	background: linear-gradient(to top, #14818b, #4ebbc4);
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	height: 24px;
	padding: 6px 34px 0 34px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 12px;
}

.topic_1:after, .topic_2:after, .topic_1:before, .topic_2:before {
	content: ' ';
	width: 24px;
	height: 30px;
	position: absolute;
	top: 0;
}

.topic_1:before {
	left: 6px;
}

.topic_1:after {
	right: 6px;
}

.topic_2:before {
	left: 6px;
}

.topic_2:after {
	right: 6px;
}

.content_bg .content_banner {
	width: 720px;
	margin: 0 -7px 2px -7px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

#footer_inner {
	width: 1000px;
	height: 137px;
	margin: 0 auto;
	position: relative;
}

#footer_logo {
	display: block;
	width: 145px;
	height: 35px;
	background: url(images/footer_logo.png) 0 0 no-repeat;
	position: absolute;
	top: 42px;
	left: 10px;
}

#footer_slogan {
	font-size: 12px;
	line-height: 120%;
	color: #756c4e;
	position: absolute;
	top: 78px;
	left: 35px;
	width: 195px;
}

#copyright {
	font-size: 13px;
	line-height: 130%;
	color: #8c785d;
	text-shadow: 1px 1px 1px #fff;
	position: absolute;
	top: 75px;
	right: 15px;
}

#counters  {
	overflow: hidden;
	position: absolute;
	top: 35px;
	right: 29px;
}

#counters a {
	display: block;
	float: left;
	margin-left: 10px;
}

.clear {
	clear: both;
}


.post_item {
	display: inline-block;
	width: 47%;
	margin: 0 1% 14px 1%;
	vertical-align: top;
	overflow: hidden;
}

.post_item .post_thumb, .post_item .post_body {
	display: inline-block;
	vertical-align: middle;
}

.post_item .post_thumb {
	margin-right: 10px;
}

.post_thumb + .cat {
	width: 130px;
}

.post_items {
	display: block;
	overflow: hidden;
}

.pagination {
	margin-top: 20px;
	text-align: center;
}

.pagination span, .pagination a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	padding: 2px 6px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	color: #2c1d18;
}

.pagination span, .pagination a:hover {
	background: #4eb7a1;
	color: #fff;
}



/* WordPress Core Styles */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}