@charset "utf-8";

/*
Theme Name: TextUnique
Description: Школа статейного бизнеса
Version: 1.0
Author: TextUnique
*/

/**
 * Global
 * ----------------------------------------------------------------------------
 */
.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.cf {
		*zoom: 1;
	}.cf:before,
	 .cf:after {
		content: " ";
		display: table;
	}.cf:after {
		clear: both;
	}
/**
 * Custom
 * ----------------------------------------------------------------------------
 */
* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: Arial, sans-serif;
	width: 100%;
	background: url(img/body_bg.jpg) repeat;
}
.clear{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
}
.mr10{
	margin-right: 10px;
}
img{
	margin: 0;
	padding: 0;
	border: none;
}
.contact_info .m0, .contact_form form .m0{
	margin: 0 0 20px 0;
}
/* End of of styles for the demo */
.wrapper {
	width: 1020px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 25px 2px #A9A9A9;
	-moz-box-shadow: 0 0 25px 2px #A9A9A9;
	box-shadow: 0 0 25px 2px #A9A9A9;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 123px;
	background: #fff;
	border-top: 5px solid #2a5c24;
	padding: 0 30px;
}

.logo{
	width: 201px;
	height: 82px;
	margin-top: 8px;
	display: inline-block;
	float: left;
}
.contacts_header{
	float: right;
	margin: 18px 35px 0 0;
	height: 40px;
}
.contacts_header_name{
	font-size: 16px;
	color: #464646;
	text-transform: uppercase;
	font-weight: bold;
}
.contacts_header_info{
	margin-top: 18px;
        font-size: 14px;
	color: #959595;
	display: inline-block;
}
.contacts_header_info span{
	font-size: 14px;
	color: #00a651;
	font-weight: bold;
}

/* Nav
-----------------------------------------------------------------------------*/
.nav{
	height: 40px;
	background: #1f5318;
	padding: 0 0 0 70px;
}
#nav {
	display: inline-block;
	border-right: 1px solid #113b0b;
	border-left: 1px solid #168308;
	height: 40px;
}
#nav li{
	float: left;
	position: relative;
	display: block;
	border-right: 1px solid #168308;
	border-left: 1px solid #113b0b;
}

#nav li a{
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	display: block;
}

#nav li:first-child{
	padding: 0;
}

#nav li a:hover{
	background: #168308;
}

#nav li .active{
	background: #168308;
}
#nav ul li:focus{
	background: #75bc22;
}
#nav ul{
	border: 1px solid #ccc;
	list-style:none;
	position:absolute;
	left:-9999px;
	opacity:0;
	transition: 0.25s linear opacity;
	-webkit-transition: 0.25s linear opacity;
	-moz-transition: 0.25s linear opacity;
	-ms-transition: 0.25s linear opacity;
	z-index: 1000;
	padding: 0;
	background: #fff;
}
#nav ul li{
	float:none;
	border: none;
}
#nav ul a{
	white-space:nowrap;
	display:block;
	color: #b7b7b7;
	border: none;
	text-transform: none;
	font-size: 12px;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}
#nav ul li:last-child a{
	border-bottom: none;
}
#nav li:hover a{
	background: #168308;
}
#nav li:hover ul a{
	background: #fff;
}
#nav ul li a:hover{
	color: #000;
}
#nav li:hover ul{
	left:-1px;
	opacity:1;
}
#nav li:hover ul li a:hover{
	/*background: none;*/
}
.search-form {
	position: relative;
	width: 292px;
}
.nav .search-form {
	float: right;
	margin: 5px 70px 0 0;
}
.input_search {
	padding: 6px 25px 6px 10px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #7d7d7d;
	width: 255px;
}
.input_search:focus{
	outline: none;
}
.input_search-button {
	background: #fff url(img/search.png) no-repeat center center;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 1px;
	top: 1px;
	border: 0;
	text-indent: -666px;
	overflow: hidden;
	cursor: pointer;
}
.big_pic1{
	background: url(img/big_pic1.jpg);
	width: 1020px;
	height: 430px;
}
.big_pic1_text{
	padding: 85px 0 0 70px;
	width: 440px;
}
.big_pic1_text h1{
	font-size: 39px;
	color: #000;
	font-weight: normal;
	margin-bottom: 25px;
}
.big_pic1_text span{
	padding: 10px 20px;
	background: #168308;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}
.big_pic1_text .black{
	background: #282828;
	margin-bottom: 0;
}
.video_block{
	height: 380px;
	background: #464646;
	padding: 20px 30px 20px 70px;
	overflow: hidden;
}
.video_block2{
	height: 440px;
	background: #464646;
	overflow: hidden;
}
.video_block2 h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 20px 0;
}
.video_block .video{
	width: 560px;
	height: 380px;
	float: left;
}
.video_block2 .video2{
	width: 630px;
	height: 354px;
	margin: 0 auto;
	display: block;
}
.video_block_text{
	float: left;
	width: 310px;
	margin-left: 50px;
	margin-top: 55px;
}
.video_block_text h2{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.video_block_text p{
	font-size: 18px;
	color: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-right: 340px solid #fff;
	position: relative;
	background: #fff;
	padding: 40px 30px 0 30px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 632px;
	float: left;
	overflow: hidden;
	margin-right: -632px;
}
.container_single {
	width: 960px;
	overflow: hidden;
	background: #fff;
	padding: 0 30px 20px;
	height: 100%;
}

.content_block{
	width: 630px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.content_block img{
	border: 1px solid #ebebeb;
	max-width: 630px;
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 28px;
	margin-right: 28px;
}
.article_first_img{
	border-radius: 4px;
	width: 630px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 28px;
}
.content_block h3 a{
	text-decoration: none;
	font-size: 22px;
	color: #707070;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.content_block h3 a:hover{
	color: #000;
}
.article h3,
.article h3 a{
	text-decoration: none;
	font-size: 22px;
	color: #707070;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.article h3 a:hover{
	color: #000;
}
.content_block_info{
	font-size: 13px;
	color: #959595;
}
.content_block_info span{
	margin-right: 20px;
}
.content_block_info a{
	font-size: 13px;
	color: #959595;
	text-decoration: none;
}
.content_block_info a:hover{
	color: #168308;
}
.content_block_info_date:before{
	content: url(img/i3.png);
	background-position: center center;
	width: 13px;
	height: 13px;
	margin-right: 3px;
}
.content_block_info_author:before{
	content: url(img/i2.png);
	background-position: center center;
	width: 13px;
	height: 14px;
	margin-right: 5px;
}
.content_block_info_looks:before{
	content: url(img/i4.png);
	background-position: center center;
	width: 13px;
	height: 14px;
	margin-right: 3px;
}
.content_block_info_comments:before{
	content: url(img/i1.png);
	background-position: center center;
	width: 13px;
	height: 14px;
	margin-right: 3px;
}
.content_block_info_rybrika p{
	color: #959595;
	font-size: 13px;
	margin: 5px 0 25px;
	display: block;
}
.content_block_info_rybrika a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.content_block_info_rybrika a:hover{
	color: #168308;
}
p{
	color: #1e1e1e;
	font-size: 14px;
	line-height: 17px;
	clear: both;
}
.content_block_info_button {
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 35px;
}
.content_block_info_button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.content_block_info_button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
.pagination{
	margin-bottom: 40px;
}
.pagination .items li{
	float: left;
	list-style: none;
}
.pagination .items a{
	display: inline-block;
	background: #898989;
	border-bottom: 2px solid #757575;
	border-radius: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 6px 10px;
	margin-right: 5px;
}
.pagination .items a:hover, .pagination .items .active{
	border-bottom: 2px solid #076302;
	background: #168308;
}
.pagination .items a:active{
	border-bottom: 2px solid #064b02;
	background: #126308;
}
	.wp-pagenavi {
		clear: both;
		margin: 5px 0 0 0;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		background: #898989;
		border-bottom: 2px solid #757575;
		border-radius: 2px;
		text-decoration: none;
		font-size: 12px;
		color: #fff;
		padding: 6px 10px;
		margin-right: 5px;
	}
	.wp-pagenavi a:hover, .wp-pagenavi span.current {
		border-bottom: 2px solid #076302;
		background: #168308;
	}
	.wp-pagenavi a:active {
		border-bottom: 2px solid #064b02;
		background: #126308;
	}
.page_info{
	margin-bottom: 30px;
}
.page_info p, .page_info span{
	font-size: 16px;
	color: #7d7d7d;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.who_is_me{
	margin: 20px 0;
}
.who_is_me h3{
	font-size: 16px;
	margin-bottom: 20px;
}
.who_is_me p{
	color: #1e1e1e;
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
	display: flex;
	margin-bottom: 0 !important;
}
.who_is_me p:before{
	content: url(img/arrow-1.png);
	width: 15px;
	height: 15px;
	margin-right: 15px;
}
.content h5{
	color: #1e1e1e;
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
	display: flex;
}
.content h5:before{
	content: url(img/arrow-1.png);
	width: 15px;
	height: 15px;
	margin-right: 20px;
}
.title_page{
	font-size: 18px;
	color: #000;
	border-top: 5px solid #168308;
	border-bottom: 1px solid #c2c2c2;
	background: #ebebeb;
	padding: 22px 30px;
	width: 100%;
	margin: 0 0 30px -30px;
}
.title_page2{
	font-size: 18px;
	color: #000;
	border-top: 5px solid #168308;
	border-bottom: 1px solid #c2c2c2;
	background: #ebebeb;
	padding: 22px 30px;
	text-align: center;
	margin: 0 0 30px -30px;
	width: 100%;
}
.title_page3{
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #c2c2c2;
	background: #ebebeb;
	padding: 22px 30px;
	text-align: center;
	margin: 0 0 30px -30px;
	width: 100%;
}
.content_block_video{
	margin: 30px 0;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 30px;
}
.content_block_video iframe{
	float:left;
	width: 470px;
	height: 266px;
	margin-right: 20px;
}
.content_block_video_text{
	width: 470px;
	float: left;
}
.content_block_video_text_name{
	font-size: 16px;
	color: #707070;
	font-weight: bold;
	display: block;
	padding: 0 0 20px;
}
.content_block_video_text .content_block_info_date{
	font-size: 13px;
	color: #959595;
	display: block;
	padding-bottom: 20px;
}
.content_block_video_text p{
	width: 380px;
	border-left: 3px solid #d7d7d7;
	float: left;
	padding-left: 15px;
	margin-left: 8px;
}
blockquote{
	border-left: 3px solid #d7d7d7;
	padding: 0 0 0 15px;
	margin: 20px 8px 20px 0;
	font-size: 14px;
}
.article ul{
	color: #1e1e1e;
	font-size: 14px;
	list-style: outside;
        margin-left: 10px;
	line-height: 17px;
	text-align: justify;
	list-style-image: url(img/arrow-1.png);
}
.article ol{
	type: 1;
        color: #1e1e1e;
	font-size: 14px;
        margin-left: 10px;
	list-style-position: outside;
	line-height: 17px;
	text-align: justify;
        	
}
.content_block_text ol li{
	margin: 17px;
        	
}
.content_block_text ul li{
	margin: 10px;
        	
}
.article img{
	border: 1px solid #ebebeb;
	margin: 20px 0;
}
.bt{
	color: #000;
}
.metki{
	float: right;
}
.metki p:before{
	content: url(img/i5.png);
	width: 15px;
	height: 15px;
	margin-right: 3px;
}
.metki p{
	float: left;
}
.metki a{
	float: left;
	text-decoration: none;
	color: #1e1e1e;
	font-size: 12px;
	padding: 3px 0 0 5px;
}
.metki a:hover{
	color: #168308;
}
.metki a:after{
	content: ', ';
}
.metki a:last-child{
	margin-right: -2px;
}
.box_like{
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	width: 538px;
	padding: 30px 45px 10px;
	margin: 20px 0;
}
.box_like p{
	color: #000;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.box_like .box_like_bottom{
	font-size: 12px;
	color: #898989;
}
.box_like .box_like_bottom span{
	font-size: 12px;
	color: #898989;
}
.box_like .bottom_soc ul {
	margin: 10px 0;
	height: 80px;
	clear: both;
	color: #444;
}
.box_like .bottom_soc li {
	float: left;
	list-style: none;
	padding-bottom: 10px;
}
.article_bottom_left{
	width: 285px;
	margin-right: 9px;
	padding-right: 20px;
	border-right: 1px solid #ebebeb;
	float: left;
}
.article_bottom_right{
	float: left;
	width: 315px;
}
.article_bottom_right .sidebar_block_3 h3{
	color: #000;
	font-size: 14px;
}
.article_bottom_left .par{
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.article_bottom_left p{
	font-size: 12px;
	color: #707070;
	margin-bottom: 5px;
}
.article_bottom_left p span{
	color: #ed1c24;
}
.article_bottom_left input{
	width: 258px;
	height: 38px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0 10px;
	color: #000;
	font-size: 12px;
	margin-bottom: 15px;
}
.article_bottom_left input:active{
	outline: none;
}
.article_bottom_left input:focus{
	outline: none;
}
.article_bottom_left .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 10px;
	width: auto;
}
.article_bottom_left .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.article_bottom_left .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
.contact_info{
	width: 220px;
	float: left;
	margin: 0 20px 0 10px;
}
.contact_info p{
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-top: 10px;
}
.contact_info p span{
	color: #959595;
}
.contact_form{
	position: relative;
	padding-left: 250px;
}
.contact_form div{
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.contact_form p{
	font-size: 12px;
	color: #707070;
	margin: 0 0 5px 0;
}
.contact_form p span{
	color: #ed1c24;
}
.contact_form input{
	width: 201px;
	height: 38px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0 10px;
	color: #000;
	font-size: 12px;
}
.contact_form input:active{
	outline: none;
}
.contact_form input:focus{
	outline: none;
}
.contact_form textarea{
	width: 688px;
	height: 100px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 10px;
	color: #000;
	font-size: 12px;
	resize: none;
}
.contact_form textarea:focus{
	outline: none;
}
.contact_form .capcha_block{
	position: absolute;
	top: 128px;
	left: 10px;
}
.contact_form .capcha{
	clear: both;
	display: block;
	float: none;
	margin: 20px 0;
}
.contact_form .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 20px;
	width: auto;
}
.contact_form .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.contact_form .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
.singlepage{
	clear: both;
}
.singlepage h4{
	font-size: 16px;
	color: #000;
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
	font-weight: normal;
}
.singlepage ul{
	list-style-type: disc;
	color: #1e1e1e;
	font-size: 12px;
	list-style-position: inside;
	line-height: 15px;
	text-align: justify;
}
.singlepage .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 6px 20px;
	margin-top: 20px;
}
.singlepage .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.singlepage .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
.singlepage .btncentr{
	margin: 0 auto;
	width: 240px;
	height: 110px;
	background: url(img/money_icon.jpg) no-repeat bottom center;
	text-align: center;
}
.singlepage .title1{
	font-size: 18px;
	color: #000;
	margin: 0 0 20px -30px;
	padding: 20px 30px 0 ;
	border-top: 5px solid #168308;
	width: 100%;
}
.singlepage .title2{
	font-size: 18px;
	color: #000;
	margin: 20px 0;
}

/************************************************************************/



.slide_blocks{
	margin: 20px 0;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}

.slide_block{
	border-bottom: 1px solid #d9d9d9;
}

.slide_blocks .slide_block .slide_block_toggle{
	font-size: 16px;
	color: #636363;
	text-decoration: none;
	background: #fff url(img/plus.jpg) no-repeat 30px center;
	display: block;
	padding: 13px 93px;
}
.slide_blocks .slide_block .slide_block_toggle:hover{
	background-color: #ebebeb;
}

.slide_blocks .str_niz .slide_block_toggle{
	background: url(img/minus.jpg) no-repeat 30px center;
	color: #168308;
}
.slide_block_text{
	padding: 30px 30px 30px 65px;
	display: none;
	background: #fff;
}
.slide_block .slide_block_text .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 20px;
}
.slide_block .slide_block_text .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.slide_block .slide_block_text .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
.slide_block_text img{
	float: left;
	margin-right: 25px;
}
.slide_block_text ul li{
	color: #1e1e1e;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	list-style-image: url(img/arrow-1.png);
	list-style-position: inside;
}
.free_products{
	color: #464646;
	font-size: 16px;
	float: right;
}
.free_products a{
	text-decoration: none;
	color: #464646;
	font-size: 16px;
}
.free_products a:hover{
	color: #979797;
}
.free_products p:after{
	content: url(img/arrow-12png.png);
	margin-left: 10px;
}
.sidebar_block_1 form .error, .sidebar_block_5 form .error,
.contact_form form .error{
	border-color: #ff8989;
	background-image: url(img/1px.png);
	background-repeat: repeat;
	clear: both;
	float: left;
	font-size: 12px;
}
/************************************************************************/
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -340px;
	width: 310px;
	position: relative;
}
.sidebar_block_1 img{
	margin: 15px 0 0 50px;
}
.sidebar_block_1 p{
	font-size: 12px;
	color: #707070;
	margin: 20px 0 5px 0;
}
.sidebar_block_1 p span{
	color: #ed1c24;
}
.sidebar_block_1 input{
	width: 258px;
	height: 38px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0 10px;
	color: #000;
	font-size: 12px;
}
.sidebar_block_1 input:active{
	outline: none;
}
.sidebar_block_1 input:focus{
	outline: none;
}
.sidebar_block_1 .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 20px;
}
.sidebar_block_1 .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.sidebar_block_1 .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
/**********************************/
.sidebar_block_2{
	width: 278px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	padding: 20px 15px 25px 15px;
	margin-bottom: 20px;
}
.sidebar_block_2 h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.sidebar_block_2 img{
	display: block;
	margin: 30px auto 0;
	border: 1px solid #ebebeb;
}
/**************************************/
.sidebar_block_3{
	margin-bottom: 20px;
}
.sidebar_block_3 h3{
	font-size: 20px;
	color: #707070;
	font-weight: normal;
}
.wp-most-popular li,
.sidebar_block_3 ul li,
.widget_recent_entries ul li,
.widget_openxtra_mostpopular ul li,
.widget_categories ul li{
	list-style-image: url(img/arrow.png);
	list-style-position: outside;
	margin-left: 15px;
	border-bottom: 1px solid #ebebeb;
}
.widget_categories ul li {
	color: #168308;
	font-size: 12px;
	padding: 10px 0;
}
.wp-most-popular li a,
.sidebar_block_3 ul li a,
.widget_recent_entries ul li a,
.widget_openxtra_mostpopular ul li a,
.widget_categories ul li a{
	color: #898989;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.widget_categories ul li a {
	display: inline;
	padding: 0;
}
.wp-most-popular li a:hover,
.sidebar_block_3 ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_openxtra_mostpopular ul li a:hover,
.widget_categories ul li a:hover{
	color: #168308;
}
.sidebar_block_3 ul li a span,
.widget_recent_entries ul li a span,
.widget_openxtra_mostpopular ul li a span,
.widget_categories ul li a span{
	color: #168308;
}
.sidebar_block_3 ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_openxtra_mostpopular ul li:last-child,
.widget_categories ul li:last-child{
	border: none;
}
/***************************************/
.sidebar_block_4{
	width: 278px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	padding: 20px 15px 25px 15px;
	margin-bottom: 20px;
}
.sidebar_block_4 h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.sidebar_block_4 img{
	display: block;
	margin: 10px auto 0;
}
/***************************************/
.sidebar_block_5{
	margin-bottom: 20px;
}
.sidebar_block_5 h3{
	font-size: 20px;
	color: #707070;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.sidebar_block_5 .subscribe{
	height: 43px;
	margin-bottom: 20px;
}
.sidebar_block_5 .youtube{
	width: 118px;
	height: 43px;
	display: inline-block;
	background: url(img/youtube.png) no-repeat;
	margin: 0 23px;
}
.sidebar_block_5 .youtube:hover{
	background: url(img/youtube_hover.png) no-repeat;
}
.sidebar_block_5 .youtube:active{
	background: url(img/youtube_active.png) no-repeat;
}
.sidebar_block_5 .twitter{
	width: 118px;
	height: 43px;
	display: inline-block;
	background: url(img/twitter.png) no-repeat;
}
.sidebar_block_5 .twitter:hover{
	background: url(img/twitter_hover.png) no-repeat;
}
.sidebar_block_5 .twitter:active{
	background: url(img/twitter_active.png) no-repeat;
}
.sidebar_block_5 p{
	font-size: 14px;
	color: #898989;
	margin-bottom: 10px;
}
.sidebar_block_5 span{
	font-size: 12px;
	color: #707070;
}
.sidebar_block_5 span:after{
	content: "*";
	font-size: 12px;
	color: #ed1c24;
}
.sidebar_block_5 input{
	width: 288px;
	height: 38px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0 10px;
	color: #000;
	font-size: 12px;
	margin-top: 5px;
}
.sidebar_block_5 input:active{
	outline: none;
}
.sidebar_block_5 input:focus{
	outline: none;
}
.sidebar_block_5 .button {
	border: none;
	border-radius: 2px;
	border-bottom: 2px solid #076302;
	background: #168308;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 17px;
	margin-top: 20px;
	width: auto;
}
.sidebar_block_5 .button:hover{
	border-bottom: 2px solid #757575;
	background: #898989;
}
.sidebar_block_5 .button:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
/**************************************/
.sidebar_block_6{
	width: 308px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
.sidebar_block_6 h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.sidebar_block_6 iframe{
	margin-bottom: -4px;
}
/******************************/
.sidebar_block_7{
	margin-bottom: 20px;
}
.sidebar_block_7 h3{
	font-size: 20px;
	color: #707070;
	font-weight: normal;
	margin-bottom: 20px;
}
.sidebar_block_7 ul li,
.widget-simpletags ul li{
	list-style: none;
	margin: 0 5px 6px 0;
	float: left;
}
.sidebar_block_7 ul li a,
.widget-simpletags ul li a{
	border-radius: 2px;
	border-bottom: 2px solid #757575;
	background: #898989;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 6px 6px;
}
.sidebar_block_7 ul li a:hover,
.widget-simpletags ul li a:hover{
	border-bottom: 2px solid #076302;
	background: #168308;
}
.sidebar_block_7 ul li a:active,
.widget-simpletags ul li a:active{
	border-bottom: 2px solid #545454;
	background: #636363;
}
/**************************************/
.sidebar_block_8{
	width: 308px;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
.sidebar_block_8 h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.sidebar_block_8 img{
	margin-bottom: -4px;
}
/**************************************/
.widget {
	margin-bottom: 20px;
}
.widget-title {
	font-size: 20px;
	color: #707070;
	font-weight: normal;
	margin-bottom: 20px;
}
.frame,
.frame-full-width {
	border: 1px solid #ebebeb;
	background: #fcfcfc;
	padding: 20px 15px 25px 15px;
	width: 278px;
}
.frame .widget-title,
.frame-full-width .widget-title {
	text-align: center;
	color: #000;
}
.frame-full-width {
	width: 308px;
	padding: 20px 0 0 0;
}
.frame-full-width img,
.frame-full-width object,
.frame-full-width iframe{
	top: 4px;
	position: relative;
}
.widget_openxtra_mostpopular h3,
.widget_recent_entries h3,
.widget_categories h3 {
	margin-bottom: 0;
}
/* Bottom block
-----------------------------------------------------------------------------*/
.bottom_block{
	height: 342px;
	background: url(img/pic_bottom.jpg) no-repeat;
	padding: 86px 0 0 450px;
}
.bottom_block_text{
	width: 460px;
	height: 260px;
	overflow: hidden;
	padding-bottom: 20px;
}
.bottom_block_menu{
	width: 480px;
	height: 20px;
}
.bottom_block_text h2{
	font-size: 24px;
	color: #c0eebe;
	font-weight: normal;
	margin-bottom: 30px;
}
.bottom_block_text p{
	font-size: 18px;
	color: #c0eebe;
}
.bottom_block_menu ul li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}
.bottom_block_menu ul li:last-child{
	border: none;
}
.bottom_block_menu ul li a{
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: -2px;
	margin-bottom: -2px;
}
.bottom_block_menu ul li a:hover{
	color: #fff;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
}
.footer_block{
	height: 90px;
	background: #464646;
	padding: 0 30px;
}
.footer_block p{
	color: #e1e1e1;
	font-size: 13px;
	display: inline-block;
	margin-top: 38px;
	float: left;
}
.footer_block img{
	margin-top: 30px;
	float: right;
}


/*---------------------------------
	TABS
-----------------------------------*/
.comments-tabs{
	background-color: #fff;
	margin-top: 7px;
	padding: 12px 12px 12px 0;
}
ul.tabs{
margin:10px 0 -1px 0;
padding:0;
width:100%;
border-bottom:1px solid #e5e5e5;
float:left;
}

	ul.tabs.left{text-align:left;}
	ul.tabs.center{text-align:center;}
	ul.tabs.right{text-align:right;}

	ul.tabs li{
	list-style-type:none;
	margin:0 2px 0 0;
	padding:0;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
	}
	
	ul.tabs li a{
	text-decoration:none;
	color:#666;
	display:inline-block;
	padding:9px 15px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	background:#f5f5f5;
	box-shadow: inset 0px -3px 3px rgba(0,0,0,0.03);
	border:1px solid #e5e5e5;
	border-bottom:0;
	font-size:0.9em;
	zoom:1;
	}
	
	ul.tabs li a:hover{
	background:#fff;
	}
	
	ul.tabs li.current a{
	position:relative;
	top:1px;
	left:0;
	background:#fff;
	box-shadow: none;
	color:#222;
	}
	
	.tab-content{
	border:1px solid #efefef;
	border-left:1px solid #e5e5e5;
	clear:both;
	padding:20px;
	margin:0 0 40px 0;
	}
	
	/* w/icon */
	ul.tabs .icon{
	margin:-3px 7px -3px -5px;
	position:relative;
	top:-2px;
	left:0;
	}

	/* Шаблон без сайдбара */
	#content #column-full {
		float: left;
		width: 990px;
		margin-left: 5px;
		margin-right: 0px;
		display: inline;
	}

.more-link {
	display: none;
}
.content_block_text p {
	margin: 0px 0px 12px 0px;
}
.content p, .content ul, .content ol, .content h2, .content h3 {
	margin-bottom: 18px;
}
.content p {
	text-align: justify;
}

.content ul {
	font-size: 14px;
	text-align: justify;
        list-style: outside;
        margin-left: 40px;
        list-style-image: url(img/arrow-1.png);
}
.content ol {
	font-size: 14px;
	text-align: justify; 
        margin-left: 30px;       
}
.randomvideosidebar iframe body {
	background-color: #fcfcfc;
}