/*   STANDARD STYLE   
------------------------------*/

a{
	text-decoration:underline;
	color: #1579ff;
}
a:hover{
	text-decoration: underline;
	color: #ed1c24;
}
blockquote {
	padding: 10px 10px 10px 50px;
	background-color: #F7F7F7;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
blockquote cite {
	margin: .313em 0 0; /*margin: 5px 0 0;*/
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 130%;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}
h4{
	font-size: 100%;
}
h5{
	font-size: 90%;
}
h6{
	font-size: 80%;
}

/*   END STANDARD STYLE   
------------------------------*/

/*   GLOBAL     
------------------------------*/

html {
	min-width: 980px;
}

body{
	background: #fff url(../images/bg.jpg) repeat-x top;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: .813em; /*13px*/
}

.main_size{
	width: 980px;
	margin: auto;
}
.main{
  height: 100%;
  position: relative;
  background: url(../images/white_circle.png) no-repeat top center;
}

html>body .main{
  height: auto; 
  min-height: 100%; 
}

.header{
	width: 100%;
	height: 141px;
	position: relative;
}

.section{
	width: 100%;
	padding-top: 22px;
}

.content{
	width: 670px;
}

.sidebar{
	width: 290px;
}

.empty{
	width: 100%;
	height: 120px;
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 119px;	
	border-top: 1px solid #dadada;
}

#25362g{
	margin:0 auto;
}
/*   END GLOBAL     
------------------------------*/

/*   COLORS     
------------------------------*/

/*   END COLORS     
------------------------------*/

/*   TEXT PAGE STYLE   
------------------------------*/

/*Стилизация межстрочного интервала в тексте*/
/*Стилизация заголовков в тексте*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 0 0 10px; /*Отступы заголовков в тексте*/
}
.text h1{
	font-size: 1.61em;
}
.text h2{
	font-size: 1.38em;
}
.text h3{
	font-size: 1.23em;
	color: #1579ff;
}
.text h4{
	color: #1579ff;
}
/*Стилизация ненумерованного списка*/
.text ul{
	list-style: url(../images/bullet.png);
	margin-bottom: 10px; 
	margin-top: 10px;
}

/*Стилизация нумерованного списка*/
.text ol{
	list-style: decimal;
	margin-bottom: 10px; 
	}

/*Стилизация элемента списка*/
.text li{
	margin-left: 15px;
	margin-bottom: 10px;
	list-style-position: inside;
    text-indent: -10px;
}

/*Стилизация элемента ненумерованного списка*/
.text ul li{}

/*Стилизация элемента нумерованного списка*/
.text ol li{}

/*Обнуление первого и последнего абзацев*/
.text p:first-child, 
.text p:last-child{
	margin: 0px;
}

/*Стилизация абзацев*/
.text p {
	 margin: 15px 0;
	 padding-left:0px !important;
	
}
.text span{

	font-style:none;
	text-align:left;
}
.text_autor{
	margin-bottom: 10px;
	height:5px
	
}
.text_links{
	margin:10px 0 30px 0px !important;
	
}
.other_block a{
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*Стилизация абзацев*/


/*Стилизация блока картинки с описанием*/
.text .wp-caption{
	border: 1px solid #fff;
	text-align: center;
}

/*Стилизация картинки в блоке картинки с описанием*/
.text .wp-caption img{}

/*Стилизация таблиц*/
.text table, .text table td{}

/*Стилизация цитат*/
.text hr{
	background: #ddd;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}

/*   IMAGES    
------------------------------*/

.text img:first-child {/*
	padding: 0px;
	margin: 0px 0px 20px 0px;
	max-width: 296px;
	height: auto; */
} 

img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	display:inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/*   END IMAGES     
------------------------------*/

/*   END TEXT PAGE STYLE      
------------------------------*/

/*  ALIGNMENT BLOCKS IN WIDTH    
------------------------------*/

.align_justify{
	text-align: justify;
}
.align_b{
	vertical-align: top;	
	display: inline-block;
}
.align_justify:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

/*  END ALIGNMENT BLOCKS IN WIDTH    
------------------------------*/

/*   OTHER STYLES    
------------------------------*/

.break{
  word-wrap: break-word;
}
.overflow_text{
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;    
  white-space: nowrap; 
  overflow: hidden;
}
.no_select{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.spisol_avtora ul li{
	margin-bottom:5px;
	list-style-type:disc;
	

}
a:hover{
	text-decoration: underline;
	color: #ed1c24;
}
.rating_content{
	margin-bottom:10px;
	
}
.rating_title{
	font-size:16px;
	font-style:bold;
}
/*   END OTHER STYLES   
------------------------------*/

.gradulation {
text-align: center;
font-size: 22px;
font-weight: 600;
color: red;
margin-bottom: 25px;
background: rgb(255, 244, 202);
padding: 5px;
border: 2px seashell solid;
border-radius: 4px;
}