/* Шаблон универсальный для блога Версия DataLife Engine: 9.6 */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0f0 url("../images/bg.png") repeat 0 0;
    color: #6e6d6d;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5 {
    line-height: normal;
}

h1 {
    font-size: 1.25em;
}

 h2 {
    font-size: 1.2em;
}

 h3 {
    font-size: 1.15em;
}

 h4 {
    font-size: 1.1em;
}

 h5 {
    font-size: 1em;
}

a {
    color: #1b1f21;
    text-decoration: none;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
}

a:hover {
    color: #6e6d6d;
    text-decoration: none;
}

a img {
    border: 0 none;
}
textarea {
    resize: vertical;
}
input, textarea, select, button, body {
    font: 13px/17px Georgia, Arial, Helvetica, sans-serif;
}

input, textarea, select, button, a {
    outline: none;
}

p {
    margin-bottom: 0.4em;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ul {
    margin: 0 none;
    list-style: none;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

table.userstop, table.pm, table.tableform, table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.lcol, .rcol, form {
    display: inline;
}

.lcol {
    float: left;
}

 .rcol {
    float: right;
}

.small {
    font-size: 1.0em;
}

.pink {
    color: #1b1f21;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.wwide {
    width: 92%;
}

.wrapper, .wwide {
    min-width: 990px;
}

/*---Header---*/
.header {
    margin: 0px 0px; 
	height: 111px; 
	overflow: hidden; 
	zoom: 1;
}

.header-logo {
	height: 82px; 
	float: left;
    
}

.header-logo a {
    text-decoration: none;
}

.header-logo strong {
    font: normal 45px Georgia, Arial, Helvetica, sans-serif;
	color: #1b1f21; 
	display: block; 
	padding: 22px 0px 0px 0px;
}

.header-logo b {
    font: normal 13px Georgia, Arial, Helvetica, sans-serif;
	color: #6e6d6d;
	display: block; 
	padding: 0px 0px 0px 2px;
}

.header-logo b1 {
    font: normal 17px Georgia, Arial, Helvetica, sans-serif;
	color: #6e6d6d;
	display: block; 
	padding: 0px 0px 0px 2px;
}

.header-logo1 {
	height: 82px; 
	float: right;
}


.header-logo1 strong {
    font: normal 30px Georgia, Arial, Helvetica, sans-serif;
	color: #1b1f21; 
	display: block; 
	padding: 27px 0px 0px 35px;
    float: center;
}

.header-logo1 b {
    font: normal 30px Georgia, Arial, Helvetica, sans-serif;
	color: #1b1f21;
	display: block; 
	padding: 0px 30px 30px 2px;
    float: center;
}


.header-banner {
    float: right;
	padding-top: 20px;
}

/*---Menu---*/
#menu {
	display: inline;
	float: left;
	height: 40px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/menu.png");
	margin-top: 20px;
	margin-bottom: 13px;
    
}
#menu ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 990px;
	display: block;
	height: 36px;
	padding-right: 0px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	float: left;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu li a, #menu li.last a {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#menu li.active a, #menu li a:hover, #menu li.last a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
	color: #ccc;
}

#menu li.home a, #menu li.home active a {
	color: #E7E7E7;
	background-image: url("../images/menu-home.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 34px;
	font-size: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px;
}

/*---BodyTemplate---*/
.body {
    background: none;
}

.vsep {
    background: none;
    padding: 0 313px 0 0;
}

#sidebar {
    padding-left: 13px;
    width: 270px;
    margin: 0 -313px 0 0;
 }   
    


#midside {
    width: 100%;
}

#midside img {
    max-width: 730px;
}

/*---buttons---*/
.fbutton, .vresult {
    border: 0 none;
    background: none;
    cursor: pointer;
}

.fbutton {
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

.fbutton:hover, .vresult:hover {
    background-position: 0 0px;
    -moz-box-shadow: 0 1px 5px -2px black;
    -webkit-box-shadow: 0 1px 5px -2px black;
    box-shadow: 0 1px 5px -2px black;
}

button.fbutton span {
    cursor: pointer;
    display: block;
}

/*---Footer---*/
#foodown{ 
    text-align:right; 
	padding: 13px 0 13px 0;
}

/*---Центральная часть контента---*/
/*---Краткая содержимое---*/
.lines_short {
	background: url("../images/post_div.png") repeat-x bottom left;
	padding-top: 13px;
	padding-bottom: 5px;
}

.lines_full {
	background: url("../images/post_div.png") repeat-x bottom left;
	padding-top: 13px;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

.base .btl a, .base .btl {
	font-weight: normal;
	font-size: 20px;
    color: #1b1f21;
	text-decoration: none;
	margin-bottom: 13px;
   
}

.base .btl a:hover {
    color: #6e6d6d;
}

.base .btl span, .base .btl {
    color: #6e6d6d;
    text-align: left;
}

.base .read a, .base .read {
	font-weight: normal;
	font-size: 20px;
    color: #1b1f21;
	text-decoration: none;
	margin-top: 13px;
}

.base .read a:hover {
    color: #6e6d6d;
}

ul.post-meta li {
	display: inline-block;
	padding: 0px 0 4px 22px;
	margin-right: 5px;
	color: #777777;
	font-size: 13px;
	line-height: normal;
	}

ul.post-meta .view { 
    background: url("../images/iconSpri.png") no-repeat 0 -34px; 
}

ul.post-meta .comments { 
    background: url("../images/iconSpri.png") no-repeat 0 -65px; 
}

ul.post-meta .date     { 
    background: url("../images/iconSpri.png") no-repeat 0 -94px; 
}

/*---blocks---*/
.block {
	margin-bottom: 13px;
}

.base .btl a, .base .btl {
    color: #1b1f21;
}

.lines {
	background: url("../images/post_div.png") repeat-x bottom left;
	padding-top: 13px;
	padding-bottom: 5px;
}

/*---Center Banner---*/
.hbanner {
    padding-bottom: 13px;
}

/*---ratebox---*/
.ratebox {
    float: right;
    text-align: center;
    padding-top: 13px;
}

.ratebox .rate {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

/*---Base---*/
.storenumber, .maincont, .berrors, .basecont, .fullstory, .mass_comments_action {
    margin-bottom: 13px;
    text-align: justify;
}

.base .maincont {
    padding-top: none;
}

.maincont img {
    padding: 0px;
}

.maincont img:hover { 
    opacity: 0.8;
}

.info {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 10px 13px;
	font-weight: normal;
	margin-bottom: 13px;
}

/*---Подробнее и назад---*/
.mlink {
    height: 39px;
}

/*---Вывод ошибок---*/
.berrors .berrors {
    padding: 10px 0px;
}

/*---Заголовок страниц---*/
.heading {
	font-weight: normal;
	font-size: 20px;
    color: #1b1f21;
	text-decoration: none;
    margin-bottom: 10px;
}

/*---Комментарии---*/
.comments {
	margin-bottom: 13px;
}

.com_title {
	font-size: 13px;
	position: relative;
	padding-bottom: 10px;
}

.com_title span {
	float: right;
}

.com_in {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 10px 13px;
	font-weight: normal;
}

.comments.invisible .com-edit {
	display: none;
}

/*---forms---*/
.baseform {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 10px 13px;
	font-weight: normal;
}

.mass_comments_action {
    padding: none;
}

.baseform .dcont {
    padding: 13px 0;
    margin: 0 13px;
}

.baseform .dcont .heading {
    margin: 0;
}

.tableform {
    width: 100%;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: normal;
}

.fieldsubmit, .tableform td {
    padding: 10px 0px;
    border-top: none;
}

.addnews {
    font-weight: normal;
}

.impot {
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input {
    padding: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border: 1px solid #fff;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 1.0em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #fff;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 1.0em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    margin: 0 0 20px -1px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px 0 0;
    margin-bottom: 2px;
}

/*---Постраничная навигация---*/
.storenumber {
    font-weight: normal;
}

.navigation {
    overflow: hidden; 
	zoom: 1; 
	font-size: 20px;
	padding: 13px 0px 10px 0px; 
	text-align: left;
}
.navigation .nav-center {
    padding: 0px 3px;
}

.navigation .nav-center * {
    margin: 0px 2px;
}

.navigation .nav-center span {
	font-weight: normal; 
	position: relative; 
	top: 2px;
}

.navigation span .nav-prev, .navigation span .nav-next {display: none;}

.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	background-color: #fff;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 1.0em; 
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	height: 22px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}
/* Login
-----------------------------------------------------------------------------*/
.logx {margin-top:10px; width: 260px; float: left;}
.logi{margin:10px 5px 0 0; float: left; }
.logt{margin:8px 10px 0 0; float: left; }

.closel {
background:url(../images/closel.png) top right no-repeat;
height:25px;
width:25px;
float:right;
padding: 0;
margin: -5px;
border: 0;
}

.userp {
height: 100px;
width: 100px; 
border-radius: 3px;
margin-bottom: 10px;
}

.userm  {
margin: 5px 0 5px 0;
float:left;
width: 150px; 
}

.userm a {
margin: 0 0 5px 0;
float:left;
width: 150px; 
}

#repa_ava {float:left;padding-right:10px;width:80px;height:80px;}
#repa_info {float:left;padding-right:10px;height:80px;}