.blog{
	width:1000px;
	margin:0 auto;
	padding: 40px 0 0 0;
	overflow: hidden;
}

p{
	line-height: 22px;
}
p.title{
	font-style: normal;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f48332;
	outline: none;
	line-height: 24px;
}
div.title h1{
	font-style: normal;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #f48332;
    outline: none;
    line-height: 31px;
    text-decoration: none;
}
div.title a{
	font-style: normal;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #f48332;
    outline: none;
    line-height: 31px;
    text-decoration: none;
}
div.title a:hover{
	text-decoration: underline;
}
h2, span.h2 {
	font-size: 25px;
	display: block;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 0 0;
	margin-bottom: 20px;
	color: #5e5e5e;
	font-weight: bold;
}

h3, span.h3 {
	font-size: 22px;
	display: block;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 0 0;
	margin-bottom: 20px;
	color: #5e5e5e;
	font-weight: bold;
}

h4, span.h4 {
	font-size: 18px;
	display: block;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 0 0;
	margin-bottom: 20px;
	color: #5e5e5e;
	font-weight: bold;
}

h5, span.h5 {
	font-size: 16px;
	display: block;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 0 0;
	margin-bottom: 20px;
	color: #5e5e5e;
	font-weight: bold;
}

.head
{
	width:1000px;
}

.head p {
	float: left;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 43px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}
.head h1 {
	float: left;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 43px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

.head p a
{
	color: #5e5e5e;
	text-decoration: none;	
}

.head img
{
	float: right;
	margin-left: -25px;
	margin-top: 3px;
}
.head .blogLogo
{
	z-index: 2;
	display: block;
	height: 70px;
	width: 255px;
	float: right;
	margin-right: 20px;
}
.articles {
	overflow: hidden;
	clear: both;
	float: left;
	width: 725px;
	padding: 0px 0px 34px;
}

.article {
	padding:15px;
	margin-right:20px;
	margin-bottom:0px;
}

.article .title h1{
	margin-left: 0;	
	margin-bottom:20px;	
}

.article .date
{
	float: left;
	height: 29px;
	width: 45px;
	background: #f48332;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbb03f), to(#f48332));
	background: -moz-linear-gradient(top, #fbb03f, #f48332);
	background: -ms-linear-gradient(top, #fbb03f, #f48332);
	background: -o-linear-gradient(top, #fbb03f, #f48332);
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-top: 12px;
	color: white;
	border-radius: 3px;
}

.description 
{
	clear: both;
	background: #fff;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
	/* font-style: italic; */
	font-weight: 100;
	line-height: 20px;
	box-shadow: 0 1px 1px rgba(204, 204, 204, 0.67);
	overflow: hidden;
}

.description th
{
	text-align:center;
}

.description ul {
	margin-left: 35px; 
	list-style: url(../img/lis_blog.png);
	line-height: 23px;
	margin-bottom: 10px;
}
.description ul li:hover { 
	background: #dcdcdc;
}

.description img {
	/*float:left;*/
}
.description ol {
	margin-left: 35px; 
	line-height: 23px;
	margin-bottom: 10px;
}
.important{
	float: left;
	padding: 10px;
	background: #ccc;
	overflow: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.important_down{
	margin: 0 312px;
	width:48px;
}

.description table
{
	width:100%;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #474a56;
	overflow: hidden;
	border-collapse: collapse;
}
.description table p
{
	margin:0;
}

.description table tr:nth-child(even){
	background: rgba(255, 140, 0, 0.13);
	color: #5e5e5e;
}
.description table tr:nth-child(odd){
	background: rgba(255, 140, 0, 0.24);
	color: #5e5e5e;
}
.description table tr:first-child{
	background: #474a56;
	color:#fff;
	
}
.description table tr:first-child td{
	font-size: 16px;
}
.description table td:first-child
{
	text-align: left;
}
.description table td:last-child
{
	padding: 0 5px 0 0;
}
.description table td{
	text-align: center;
	font-size: 15px;
	padding: 5px 10px;
}
.images-slides
{
	width: 655px;
	height: 134px;
	margin-left: 30px;
	margin-left: 17px;
}

.images-slides ul li
{
	margin-left: 5px;
}

.images-next img
{
	margin-top: 60px;
	position: absolute;
	margin-left: -10px;
	z-index: 3;
}

.images-prev
{
	float: right;
	margin-top: -82px;
	margin-right: -10px;
}

.description .thumbnail img {
	float:none;
}

.description .thumbnail
{
	text-align:center;
}

.description strong{
	font-weight: bold;
}

.anchors
{
	width: 655px;
	/*height: 110px;*/
	float: left;
	text-align: left;
	margin-bottom:8px;
	font-size: 13px;
}

.anchors ul li
{
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

.anchors ul
{
	margin-left: 0px;
	list-style: none;
}

.anchor
{
	height:30px;
}

.article_footer 
{
	height: 30px;
	margin:5px 0 0px;
	padding:0px 0 0px;
	font-size:11px;
}

.article_footer div 
{
	color: #5e5e5e;
	font-weight: bold;
	float: left;
}

.article_footer .category
{
	margin-left: 10px;
	padding-right: 10px;
}

.article_footer .social
{
	float: right;
	display: none;
	margin-right: -5px;
	margin-top: -2px;
}

.notify
{
	margin-top: 19px;
}

.rightMenu {
	width: 275px;
	float: right;
	font-family: "PFBeauSansProBold", sans-serif;;
	font-size: 16px;
	vertical-align: middle;
}

.rightMenu div{
	margin-top: 10px;
}

.rightMenu>div{
	width: 255px;
}

.rightMenu ul {
	list-style: none;
	font-size: 11px;
	line-height: 21px;
	margin-left: 10px;
}
.rightMenu ul li a{
	font-size: 14px;
}
.activ
{
	text-decoration:none;
	color:#333 !important;
}
.articles_list ul li a {
	font-size:12px;
}
.articles_list ul {
	list-style: circle;
	line-height: 17px;
	margin-left: 18px;
}
.articles_list ul li {

	margin-bottom:3px;
}

.articles_list .link {
	padding:5px;
	cursor:pointer;
	color:#999;
}

.articles_list {
	clear: both;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	font-size: 13px;
	line-height: 22px;
	box-shadow: 0 1px 1px rgba(204, 204, 204, 0.67);
	overflow: hidden;
}

.navigation{
	margin-left: 15px;
}


.categories_list, .tags_list {
	clear: both;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	font-size: 13px;
	line-height: 22px;
	box-shadow: 0 1px 1px rgba(204, 204, 204, 0.67);
	overflow: hidden;
}

#tags_list2
{
	line-height: 0px;
	padding: 5px 0 0 10px;
	height: 35px;
	text-align:center;
}

#tags_list2>img
{
	margin-left:-30px;
}

.comments
{
	
}

.form
{
	float: left;
}

.user
{
	float:right;
	line-height: 25px;
	text-align: right;
}

.comments ul{
	list-style: none;
}
.comments ul.children{
	padding-left: 50px;
}

.b-share-icon
{
	background: url(../img/b-share-icon_my.png) 0 99px no-repeat;
}

.buttongradient {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	color: #5e5e5e;
	font-weight: bold;
	background: #cccccc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #cccccc 0%, #b7b7b7 73%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cccccc), color-stop(73%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #cccccc 0%,#b7b7b7 73%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #cccccc 0%,#b7b7b7 73%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #cccccc 0%,#b7b7b7 73%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #cccccc 0%,#b7b7b7 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b7b7b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.comment-author img {
	float:left;
	overflow: hidden;
	margin-right: 10px;
}

.comment {
	padding: 5px;
	border: 1px dashed #CCC;
	margin: 10px 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.fn, .commentmetadata, .comment-reply-link {
	font-size: 11px;
	padding-bottom: 15px;
}

.comment-body {
	font-size: 15px;
}

.comment-body p {
	font-size:16px;
	padding:10px;
	font-style: italic;
	font-family: "Trebuchet MS";
}

.form-submit input{
	float: right;
	height: 40px;
	width: 191px;
	background: #f48332;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbb03f), to(#f48332));
	background: -moz-linear-gradient(top, #fbb03f, #f48332);
	background: -ms-linear-gradient(top, #fbb03f, #f48332);
	background: -o-linear-gradient(top, #fbb03f, #f48332);
	/* margin-right: 20px; */
	margin-bottom: 10px;
	color: white;
	border-radius: 3px;
	border: none;
}

.comment-form-comment textarea {
	font-size:16px;
	padding:10px;
	font-style: italic;
	font-family: "Trebuchet MS";
	resize: none;
	width: 655px;
}

.images-slides ul, .comments ul {
	list-style: none;
	
}


.comments ul li:hover {
	background: none;
}

.span-important{
	background: #777;
	color: #fff;
}
.likes{
	display: block;
	/*height: 30px;*/
}
.likes table{
	display:none;
}
#vk_like{
	float:left;
}
#___plusone_0{
	float:left !important;
}
#twitter-widget-0{
	float:left;
}
.btn-o{
/*display: inline-block;
clear:both;*/
float:left;
}
.btn{
	height: 20px;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#dedede);
	background-image: linear-gradient(#fff,#dedede);
	border: #ccc solid 1px;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	cursor: pointer;
}
.btn i {
	position: absolute;
	margin-top: 5px;
	width: 16px;
	height: 13px;
}
.btn i.tweet {
	background: transparent url(../img/tweet.png) 0 0 no-repeat;
}
.btn i.face-like{
	background: transparent url(../img/face-like.png) -12px -43px no-repeat;
}
.btn i.vk-like{
	background-color: #6890bb;
	/*background: transparent url(../img/vk-like.png) 0 0 no-repeat;*/
}
.btn i.vk-like.out{
	margin-top: 2px;
	width: 16px;
	height: 16px;
	margin-left: 1px;
}
.btn i.vk-like.in{
	background: transparent url(../img/vk-like.png) 0 -12px no-repeat;
	background-position: 5px 0px;
	height: 8px;
	margin-top: 4px;
	width: 13px;
	margin-left: 0px;
}
.btn .label {
	padding: 0 3px 0 19px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
.likecounter {
	float:left;
	margin-top:1px;
	background: white;
	border: 1px solid #898f9c;
	-webkit-border-radius: 2px;
	color: #6a7180;
	display: inline-block;
	font-size: 11px;
	height: auto;
	line-height: 18px;
	margin-left: 3px;
	min-width: 15px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
}
.likes td{
	padding-left: 60px !important;
}
.vk_groups{
	float: right	
}
.social p{
	margin-left:12px !important;
}
.yashare-auto-init
{
	width: 250px !important;
}
#footer2
{
	/*background: url(/images/footer.png) #fff no-repeat-y;*/
	border-top:10px solid #f48332;
	background:#fff;
	overflow:hidden;
}
.fix_foot
{
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
}
.topmenu
{
	border-top: 2px solid #ff8c00;
	height:28px;
	width: 100%;
	margin: 0px auto;
}
.topmenu .menu-main-container
{
	height: 28px;
	width: 980px;
	margin: 0 auto;
}
.topmenu ul
{
	border:none;
	float:left;
}
.blogmenu.topmenu ul{
	display: table;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
img.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
img.alignleft{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

blockquote{
	 margin: 10px; /* отступ рамки от внешних элементов */
	  padding: 15px 17px 15px 15px; /* отступ вложенного текста от рамки */
	  border: 1px solid #f48332; /* толщина, формат и цвет рамки */
	  border-radius: 10px; /* радиус скругления углов рамки для IE9 и Opera */
	  -moz-border-radius: 10px; /* радиус скругления углов рамки для Firefox */
	  -webkit-border-radius: 10px; /* радиус скругления углов рамки для Safari и Chrome */
	  box-shadow: 2px 2px 3px #bbb; /* смещение, толщина и цвет тени рамки для Opera */
	  -moz-box-shadow: 2px 2px 3px #bbb; /* смещение, толщина и цвет тени рамки для Firefox */
	  -webkit-box-shadow: 2px 2px 3px #bbb; /* смещение, толщина и цвет тени рамки для Safari и Chrome */
	  text-align:justify; /* выравнивание текста */
	  color: #000; /* цвет текста */
	  font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	}
	div.info2{
		padding:0px; margin: 0; 
		padding-top:1em!important; 
		padding-bottom:1em!important; 
		padding-left:1em!important; 
		padding-right:1em!important; 
		display: block; 
		font-weight:bold; 
		background-color:#e6e6e6; 
		border:0!important; 
		border-left:4px solid #E67E22!important; 
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
		-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
		text-decoration:none; 
	}