@import url(../assets/css/bootstrap.css);
@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}
body {
  margin: 0;
   font-family: 'Tahoma', sans-serif!important;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #d81b24;
  text-decoration: none;


}

a:hover,
a:focus {

  text-decoration: underline;
}

.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
.empty {
	clear: both;
}
#menu{
	width: 100%;
	background: #ef6761;
	
}
#menu ul{
	width: 1000px;
	margin: 0 auto;
	min-height:50px;
}
#menu ul li{
	float: left;
	list-style: none;
}
#menu ul li:first-child{
	margin-left: 0;
}
#menu ul li:last-child{
	margin-right: 0;
}
#menu ul li a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
 	padding: 11px 24px 0;
 	height: 39px;
}
#menu ul li a:hover{
	background: #fff;
	color: #ef6761;
}
/*  <header>  */
header {
	height:100px;
}
#slogan{
    color: #ef6761;
    font-size: 18px;
    letter-spacing: 6px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
#bottom_header{
	width: 100%;
	height: 72px;
	margin-top: 15px;
}
#logo{
	float: left;
	width: 305px;
	
}
#right_footer{
	float: right;
	width: 695px;
}

#search{
    background: url("../img/search.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    margin-left: 40px;
    margin-top: 30px;
    width: 295px;
	
}
#right_text{
	float: right;
	width: 295px;
}

#category{
	width: 100%;
	margin-top: 30px;
	height: 30px;
	border-bottom: 3px solid #313131;
}
#category ul{
	 padding-left: 2px;
}
#category ul li{
	float: left;
	list-style: none;
	background: url(../img/separator.jpg) no-repeat right top;
	 padding: 0 16px 0 6px;
}
.sep3{
	    border-bottom: 1px dotted #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#category ul li:last-child{
	background: none;
	padding-right: 0;
}
#category ul li:first-child{
	padding-left: 0;
}
#category ul li a{
	font-family: Calibri;
	font-size: 20px;
	color: #313131;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#category ul li a:hover{
	color: #ef6761;
}
/*  </header>  */

/*content*/
#content{
	display: inline-block;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#main{
	float: left;
	width: 710px;
	margin-right: 10px;
	min-height: 200px;
}
#wrapper{
    border-bottom: 1px solid #ccc;
    height: 390px;
    margin-bottom: 20px;
}
#wrapper div {
    display:none;
}
#wrapper.tab1 div.tab1 {
    display:block;
    width:100%;
}
#wrapper.tab2 div.tab2 {
    display:block;
    width:100%;
}
#wrapper.tab3 div.tab3 {
    display:block;
    width:100%;
}

#wrapper .tab{
    background: url("../img/tabs.jpg") no-repeat scroll -5px 0 rgba(0, 0, 0, 0);
    color: #2f2c2d;
    display: block;
    float: left;
    font-family: arial;
    font-size: 18px;
    height: 32px;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 145px;
}
#wrapper .tab:active, #wrapper .tab:visited{
	outline: none !important;
}
#wrapper .active{
	background: url(../img/tabs.jpg) no-repeat -173px 0;
	font-weight: normal;
	color: #fff;
}
#wrapper #tabs .tab2{
	margin: 0px 20px;
}
.tab_content{
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}
.tab_content img{
	width: 100%;
	min-height: 320px;
}
.tab_description{
display: block;
	width: 100%;
	height: auto;
	padding: 30px 10px;
	background: url(../img/lay_slider.png);
	position: absolute;
	bottom: 0;
		color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.tab_description:hover{
	cursor: pointer;
}
.tab_description a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
#tabs{
    display: block !important;
    height: 50px;
    margin: 7px auto 0;
    width: 480px;
}
#related{
	margin-left: 10px;
}
#related li{
	color: #d81b24;
}
#addcomment #allow_subscribe{
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.send_c{
    background: none repeat scroll 0 0 #ef6761;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: right;
    margin-top: -70px;
    padding: 4px 30px;
    text-align: center;
}
.send_c:hover{
	background: #ef6761 !important;
}
.statistics ul{
	list-style: none;
}
.news{
width: 100%;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;	
margin-top: 10px;
}
.news a{
	text-decoration: none;
}
.news a:hover{
	text-decoration: underline;
}
.news .title{
	
}
.news .title h2, .news .title h2 a{
	font-family: Calibri;
	font-size: 22px;
	color: #2f2c2d;
}
.news .title h2 a:hover{
	color: #d81b24;
	text-decoration: none;
}
.news .title span{
	color: #686868;
	font-size: 13px;
}
.news .title span a{
	color: #d81b24;
	text-decoration: underline;
}
.news .title span a:hover{
	text-decoration: none;
}
.news .text{
	font-size: 14px;
	color: #2c2c2c;
	margin: 5px 0;
	text-align: justify;
	display: inline-block;
}
.news .text img{
	float: left;
	max-width: 205px;
	margin: 0px 10px 10px 0;
}
.news .text a{
	color: #d81b24;
	text-decoration: none;
}
.news .text a:hover{
	text-decoration: underline;
}
.news .more{
	
}
.news .more span{
		color: #686868;
	font-size: 13px;
}
.news .more span a{
	color: #d81b24;
		text-decoration: underline;
}
.news .more span a:hover{
	text-decoration: none;
}
.news .more .details{
padding: 4px 20px;
color: #4e4e4e;
font-size: 13px;
border: 1px solid #ccc;
border-radius: 4px;
float: right;
margin-top: -4px;
	
}
.news .more .details:hover{
	color: #fff;
	background: #ef6761;
	border: none;
	text-decoration: none !important;
}
#sidebar{
	width: 250px;
	min-height: 200px;
	float: right;
	color: #000;
}
#follow{
	margin-bottom: 40px;
}
.follow_title{
    border-bottom: 1px dashed #c2c2c2;
    color: #da251d;
    font-family: Calibri;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.follow_text{
	text-align: center;
	font-size: 14px;
	color: #362829;
}
.follow_text span{
	color: #d81b24;
}
#follow input{
    display: block;
    margin: 10px auto 0;
}
#follow .email{
	width: 230px;
	border: 1px solid #BCBCBC;
	border-radius:4px;
	height: 25px;
	padding: 0px 5px;
	font-style: italic;
}
#follow .submit{
	border-radius:4px;
	background: #ef6761;
	color: #fff;
	text-align: center;
	border: none;
	padding: 4px 30px;
}
#follow .submit:hover{
	cursor: pointer;
	background: #ffaaa6;
}
.simple_block{
	margin-bottom: 40px;
	text-align: center;
}
.simple_block img{
	text-align: center;
}
.pages{
	margin-bottom: 40px;
}
.block{
padding-bottom: 10px;
	border-bottom: 5px solid #ef6761;
	margin-bottom: 30px;
}
.block_title{
	background: url(../img/triangle.jpg) no-repeat left center;
	color: #2f2c2d;
	font-family: Calibri;
	font-size: 22px;
	  padding-left: 20px;
	  margin-bottom: 5px;
}
.block_content{
	font-size: 13px;
	margin-left: 3px;

}
.block_content div{
		text-align: justify;
}
.block_content div a:hover{
	text-decoration: underline;
}
.block_content a{
	color: #ef6761;
	font-size: 13px;
}
.block_content a:hover{
	text-decoration: none;
}
.block_content p{
	text-align: center;
}
.block_content #quote{
	padding-bottom: 30px;
	background: url(../img/quote.jpg) no-repeat right bottom;
}
.popular{
	color: #ef6761;
}
.popular a:hover{
	text-decoration: underline;
}
#user_comment{
	background: url(../img/user.jpg) no-repeat left center;
	color: #bebebe;
	font-size: 13px;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*content*/

.pages a:hover{
	text-decoration: underline;
}
.loginbox{
	list-style: none;
	margin-top: 10px;
}
.loginbox .lf{
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: none;
    color: #686868;
    width: 232px;
}
.login-btn{
background: #fff;
	    border: 1px solid #ccc;
    border-radius: 4px;
    color: #ef6761;
    float: right;
    font-size: 13px;
    margin-top: -4px;
    padding: 4px 20px;
}
.login-btn:hover{
	background: #ef6761;
	color: #fff;
	border: none;
}
/*  <footer>   */
footer {
	height:60px;
	margin-top:60px;
	position:relative;
	background: url(../img/footer.jpg) repeat-x;
	width: 100%;
}
#footer_content{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
#copy{
	float: left;
	width: 200px;
	font-size: 13px;
	color: #3a3a3a;
}
#copy span, #copy a{
	color: #d4453f;
}
#copy a:hover{
	text-decoration: none;
}
#counter{
	float: right;
	width: 81px;
}

/*  </footer>   */

/*  Created by: makexhtml.ru   */
#dle-content{
	color: #000;
	font-weight: normal;
	font-size:100%;
	font-family: 'Tahoma', sans-serif;
}
#dle-content strong{
	font-size: 12px;
}