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

a{
	text-decoration:underline;
	color: #e82a45;
}
a:hover{
	text-decoration: underline;
	color: #0072bc;
}
a:visited{}
a:active{}
blockquote {
	margin: 1em 1.75em 0 1em; /*margin: 16px 28px 0 16px;*/
	padding-left: 1em; /*padding-left: 16px;*/
	border-left: 2px solid #000;
}
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: #111;
	background-image: url(../img/bgi-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #707070;
}
.main_size{
	width: 980px;
	margin: auto;
}
.main{
  height: 100%;
  position: relative;
}

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

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

.section{
	background-color: #fff;
	padding-top: 20px;
	padding-left: 20px;
	width: 960px;
	padding-bottom: 40px;
}

.content{
	width: 660px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sidebar{
	width: 260px;
}

.emptys{
	height: 150px;
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;	
	border-bottom: 10px solid #111;
	background-color: #1b1b1b;
	color: #707070;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.empty p{
	font-size: 12px;
	line-height: 18px;
	color: #707070;
	margin-bottom: 20px;
}
.more2{
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	background-image: url(../img/more.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.more2:hover{
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	background-image: url(../img/more-h.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-decoration: none;
}

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

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

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

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

/*Стилизация межстрочного интервала в тексте*/
.text{
	line-height: ;
}

/*Стилизация заголовков в тексте*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 10px 0; /*Отступы заголовков в тексте*/
	color: #;
}
.text h1{
	font-size: em;
}
.text h2{
	font-size: em;
}
.text h3{
	font-size: em;
}

/*Стилизация ненумерованного списка*/
.text ul{
	list-style: disc; 
}

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

/*Стилизация элемента списка*/
.text li{
	margin-left: 30px;
}

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

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

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

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

/*Стилизация ссылки на внешний источник*/
.text a[href ^="http:"]{
	padding-left: 1em;
	background: url(../img/required/external_link_icon.gif) no-repeat left;
}

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

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

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

/*Стилизация цитат*/
.text blockquote{}

/*   img    
------------------------------*/

.text img{} 

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

/*   END img     
------------------------------*/

/*   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;
}

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