@charset "windows-1251";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #326a9e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #333333;
	min-width: 930px;
	background: #dddddd url(../images/main_bg.png) 0 0 repeat-x;
}

#site {
	min-height: 100%;
	position: relative;
	min-width: 900px;
	padding: 0 15px;
}

#container {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
	min-width: 900px;
	padding-bottom: 70px;
}

#site > footer {
	height: 32px;
	position: absolute;
	bottom: 24px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	max-width: 1400px;
	min-width: 900px;
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	text-align: center;
}

#site > footer a + a {
	margin-left: 5px;
}

#site > footer .counters {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

header {
	display: block;
	height: 96px;
	position: relative;
	z-index: 10;
}

#logo {
	display: block;
	width: 267px;
	height: 59px;
	position: absolute;
	left: 0;
	top: 20px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

#logo:hover {
	opacity: 0.9;
}

#user, #login {
	display: block;
	position: absolute;
	top: 25px;
	right: 0;
	padding: 5px;
	height: 34px;
	border: 1px solid #aaaaaa;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
	background: #dddddd;
}

#user ul, #login form {
	display: none;
	position: absolute;
	top: 38px;
	right: 38px;
	background: #f9f9f9;
	padding: 0 10px;
	border: 1px solid #bbbbbb;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	list-style: none;
}

#user li {
	display: block;
	border-top: 1px dashed #cccccc;
}

#user li:first-child {
	border-top: 0;
}

#user li a {
	display: block;
	padding: 6px 0 5px 0;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	color: #444444;
}

#user li a:hover {
	color: #326a9e;
}

#user img {
	display: block;
	float: left;
	height: 34px;
	width: auto;
	border-radius: 6px 0 0 6px;
	vertical-align: middle;
}

#user img:hover {
	opacity: 0.8;
}

#user > a, #user > span, #login > a, #login > span {
	display: block;
	float: left;
	height: 32px;
	font-size: 15px;
	line-height: 130%;
	text-decoration: none;
	text-shadow: 0 1px 1px #ffffff;
	color: #444444;
	border: 1px solid #a0a0a0;
	border-left: 0;
	background-color: #cfcfcf;
	background-image: linear-gradient(to top, #cfcfcf 0%, #fbfbfb 100%);
	cursor: pointer;
}

#user > a:hover, #user > span:hover, #user .active, #login > a:hover, #login > span:hover, #login .active, #login input[type="submit"]:hover {
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd 0%, #cfcfcf 100%);
	text-shadow: 0 1px 1px #f5f5f5;
}

#user span, #login span {
	display: block;
}

#user .login {
	padding: 6px 12px 0 12px;
	height: 26px;
}

#user .messages span {
	background: url(../images/message.png) 7px 4px no-repeat;
	padding: 0;
	height: 26px;
	padding: 6px 1px 0 37px;
	position: relative;
	text-align: right;
}

#user .messages span b {
	display: inline-block;
	padding: 1px 5px;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	line-height: 110%;
	text-align: right;
	text-shadow: 0 1px 1px #f5f5f5;
	color: #444444;
	background: #cccccc;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	margin-right: 6px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

#user .menu span {
	background: url(../images/user_menu.png) 5px 4px no-repeat;
	height: 32px;
	width: 34px;
}

#user .exit {
	border-radius: 0 6px 6px 0;
}

#user .exit span {
	background: url(../images/logout.png) 4px 4px no-repeat;
	padding: 0;
	height: 30px;
	width: 32px;
	border-radius: 0 6px 6px 0;
}

#login {

}

#login form {
	display: none;
	width: 146px;
	padding: 8px;
	right: 9px;
}

#login p + p {
	margin-top: 6px;
}

#login input[type="text"], #login input[type="password"] {
	display: block;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #cccccc;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
	border-radius: 6px;
	padding: 2px 10px;
	width: 124px;
	height: 20px;
	margin-bottom: 8px;
}

#login input[type="submit"] {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	line-height: 130%;
	text-decoration: none;
	text-shadow: 0 1px 1px #ffffff;
	color: #444444;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	width: 84px;
	height: 23px;
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd 0%, #f7f7f7 100%);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
	cursor: pointer;
}

#login input[type="submit"]:hover {
	background-color: #eeeeee;
	background-image: linear-gradient(to top, #eeeeee 0%, #dddddd 100%);
}

#login > span, #login > a {
	border-left: 1px solid #a0a0a0;
	padding: 6px 12px 0 12px;
	height: 26px;
	border-radius: 6px 0 0 6px;
}

#login > a {
	border-left: 0;
	border-radius: 0 6px 6px 0;
}

nav {
	display: block;
	height: 38px;
	background: #d2d2d2 url(../images/menu.png) 0 0 repeat-x;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(255, 255, 255, 1);
	position: relative;
	z-index: 5;
	margin-bottom: 24px;
}

nav ul {
	display: block;
	position: relative;
	float: left;
	height: 38px;
	list-style: none;
}

nav li {
	display: block;
	position: relative;
	height: 38px;
	float: left;
	border-left: 1px solid #c2c2c2;
}

nav li a {
	display: block;
	height: 28px;
	padding: 10px 20px 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	color: #505050;
	text-shadow: 0 1px 1px #ffffff;
	text-decoration: none;
	border-left: 1px solid #e9e9e9;
}

nav li:hover, nav li.active {
	background: #d2d2d2 url(../images/menu_active.png) 0 0 repeat-x;
}

nav li:hover a, nav li.active a {
	color: #444444;
	text-shadow: 0 1px 1px #ffffff;
	border-left-color: transparent;
}

nav li:first-child, nav li.active:first-child {
	border-radius: 8px 0 0 8px;
	border-left: 0;
}

nav li:first-child a, nav li.active:first-child a {
	border-left: 0;
}

nav li:last-child {
	border-right: 1px solid #e9e9e9;
}

nav li:last-child a {
	border-right: 1px solid #c2c2c2;
}

nav li:hover + li a, nav li.active + li a {
	border-left-color: transparent;
}

nav form {
	display: block;
	position: absolute;
	height: 38px;
	right: 0;
	top: 0;
	bottom: 0;
}

nav input[type="text"], nav #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	display: block;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	position: absolute;
	top: 6px;
	right: 5px;
	border: 1px solid #c2c2c2;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
	border-radius: 6px;
	background: #fafafa;
	padding: 3px 10px;
	width: 244px;
	height: 19px;
}

nav #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	height: 25px;
}

nav input[type="submit"], nav #ya-site-form0 .ya-site-form__submit {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 15px;
	height: 14px;
	background: url(../images/search_button.gif) 0 0 no-repeat;
	border: 0;
	color: transparent !important;
	margin: 0;
	overflow: hidden;
}

nav input[type="submit"]:hover, nav #ya-site-form0 .ya-site-form__submit:hover {
	opacity: 0.5;
	cursor: pointer;
}

nav #ya-site-form0 .ya-site-form__search-input {
	padding: 0;
}

nav .ya-site-form {
	display: block;
	position: absolute;
	height: 38px;
	width: 250px;
	right: 0;
	top: 0;
}

nav table, nav td, nav tr, nav tbody, nav thead {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
	height: auto;
}

nav #ya-site-form0 .ya-site-form__input {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 38px;
	width: 250px;
}

nav #ya-site-form0 .ya-site-form__search-input-layout, nav #ya-site-form0 .ya-site-form__search-input-layout-l {
	display: block;
	width: 250px;
	height: 38px;
}

nav #ya-site-form0 .ya-site-form__search-input-layout-r {
	width: 0px;
	height: 38px;
}

nav #ya-site-form0 .ya-site-suggest {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	right: 6px;
	width: 244px;
	height: auto;
}

nav #ya-site-form0 .ya-site-suggest-popup {
	position: relative;
}

nav #ya-site-form0 .ya-site-suggest-list {
	display: block;
	position: relative;
}

nav #ya-site-form0 .ya-site-suggest-items li {
	height: auto;
	float: none;
}

nav #ya-site-form0 .ya-site-suggest-items li + li {
	padding: 3px 0;
}

nav #ya-site-form0 ul.ya-site-suggest-items {
	display: block;
	float: none;
	height: auto;
	width: 244px;
}

.ya-page_js_yes .ya-site-form_inited_no {
	display: none;
}

#content {
	display: block;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset, 0 0 2px rgba(255, 255, 255, 0.8);
	border: 1px solid #c5c5c5;
	border-bottom: 1px solid #cccccc;
	border-radius: 8px;
	padding: 15px 15px 15px 265px;
	z-index: 1;
}

#content > article {
	float: left;
	margin-left: -250px;
	position: relative;
	width: 100%;
}

#content > aside {
	float: right;
	width: 235px;
}

aside section, section.block {
	display: block;
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

aside section + section {
	margin-top: 15px;
}

aside header, section.block header {
	z-index: 1;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: #ffffff;
	padding: 3px 8px 0 8px;
	height: auto;
	min-height: 23px;
	border-radius: 6px;
	background-color: #699bc4;
	background-image: linear-gradient(to top, #6092bf 0px, #82afd9 100%);
	border: 1px solid #5987b4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

aside section:nth-child(2n) header {
	background-color: #95ab60;
	background-image: linear-gradient(to top, #90a65b 0px, #b2cc7a 100%);
	border: 1px solid #8ca651;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

aside section:nth-child(3n) header {
	background-color: #b6916d;
	background-image: linear-gradient(to top, #a6805b 0px, #cca37a 100%);
	border: 1px solid #a67b51;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.298);
}

aside section ul {
	display: block;
	list-style: none;
	padding: 6px 0 0 0;
}

aside section li {
	display: block;
	position: relative;
	margin: 0 5px 0 8px;
}

aside section li + li {
	margin-top: 5px;
	padding-top: 4px;
	border-top: 1px dashed #cccccc;
}

aside section li a {
	color: #555555;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
}

aside section li a:hover {
	color: #326a9e;
}

article .sort {
	display: block;
	text-align: center;
	margin: 10px 0 20px;
}

article .sort > li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.content {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #333333;
	margin-bottom: 20px;
}

.content p, .content ul, .content ol {
	margin-bottom: 10px;
}

.content h1, .content h2, .content h3, .content h4, .post h1, .comment h2 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 130%;
	color: #555555;
}

.content h2, .comment h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #991c1c;
}

.content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	color: #7f1a0d;
}

.content h2 + br, .content h3 + br {
	display: none;
}

.content img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
}

.short .content img {
	max-height: 150px;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.short .content h2 {
	margin-bottom: 5px;
}

.full .content h2, .full .content h3 {
	margin: 15px 0 0 0;
}

.full .content h2:first-child {
	margin-top: 0;
}

.post + .post {
	margin-top: 30px;
}

.post header, .pms header, .user header, #dle-content > header {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	color: #555555;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 15px;
}

.post header h1, .post header h2, .post header span, .post header img, .post header a, .pms header, .user header h1, .user header h2, .user header span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	font-weight: normal;
	text-decoration: none;
}

.post header a:hover {
	text-decoration: underline;
}

.post header h2 a, .user header h1 {
	color: #4074a4;
}

.post header span + span {
	margin-right: 7px;
}

.post header span a {
	color: #6e891b;
}

.post.full header {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #d0d0d0;
}

.post.full header h1 {
	margin: 0 10px 0 0;
}

.post .details {
	display: block;
	font-size: 13px;
	line-height: 130%;
	text-decoration: none;
	text-shadow: 0 1px 1px #ffffff;
	color: #444444;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	background-color: #e9e9e9;
	background-image: linear-gradient(to top, #dddddd 0%, #f7f7f7 100%);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
	height: 28px;
}

.post .details a {
	color: #444444;
	text-decoration: none;
}

.post .details a:hover {
	text-decoration: underline;
}

.post .details > span {
	display: block;
	float: left;
	height: 22px;
	padding: 6px 12px 0 12px;
	border-right: 1px solid #bbbbbb;
}

.post .details span.date {
	padding: 0;
	height: 28px;
}

.post .details ul.social-likes {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: right;
	height: 28px;
}

.post .details ul.social-likes li {
	border-left: 1px solid #bbbbbb;
	height: 22px;
	margin: 0 0 0 -4px;
	padding: 3px;
}

.post .date a {
	display: block;
	padding: 6px 12px 0 12px;
	height: 22px;
}

.post .date a:hover {
	background-color: #eeeeee;
	background-image: linear-gradient(to top, #eeeeee 0%, #dddddd 100%);
	text-decoration: none;
}

.post .details span.readmore {
	float: right;
	cursor: pointer;
	border-radius: 0 6px 6px 0;
	background-color: #d5d5d5;
	background-image: linear-gradient(to top, #d0d0d0 0%, #eeeeee 100%);
	text-shadow: 0 1px 1px #f7f7f7;
	border-right: 0;
	border-left: 1px solid #bbbbbb;
}

.post .details span.readmore:hover {
	background-color: #eeeeee;
	background-image: linear-gradient(to top, #eaeaea 0%, #d0d0d0 100%);
}

.post .edited {
	overflow: hidden;
	line-height: 150%;
	padding-top: 10px;
}

.post .edited span {
	font-weight: bold;
	color: #990000;
}

.related ul {
	list-style-position: inside;
	margin-left: 4px;
}

.related li, .related li a {
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.related li a:hover {
	color: #326a9e;
}

.related li + li {
	margin-top: 5px;
}

.pagination {
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
}

.pagination > a, .pagination > span, .pagination > span.nav_ext, .pagination > span.prev, .pagination > span.next, .navigation > a, .navigation > span {
	display: inline-block;
	padding: 2px 6px 1px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 140%;
	color: #333333;
	border-radius: 6px;
	text-decoration: none;
	border: 1px solid #bbbbbb;
	background-color: #e2e2e2;
	background-image: linear-gradient(to top, #d0d0d0 0%, #eeeeee 100%);
	text-shadow: 0 1px 1px #f7f7f7;
}

.pagination > span.prev {
	margin-right: 5px;
}

.pagination > span.next {
	margin-left: 5px;
}

.pagination > span.prev a, .pagination > span.next a {
	color: #333333;
	text-decoration: none;
}

.pagination > span.prev:hover a, .pagination > span.next:hover a {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.pagination > span, .pagination > a:hover, .pagination > span.prev:hover, .pagination > span.next:hover, .navigation > a:hover, .navigation > span {
	color: #ffffff;
	background-color: #6092bf;
	background-image: linear-gradient(to top, #6092bf 0px, #82afd9 100%);
	border-color: #5987b4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

section#last_posts {
	margin-top: 15px;
}

#last_posts table {
	width: 100%;
}

#last_posts td, #last_posts th {
	padding: 5px 10px;
	text-align: left;
	font-size: 13px;
	line-height: 130%;
}

#last_posts th {
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	font-family: Verdana, Geneva, sans-serif;
	padding: 7px 10px 5px 10px;
}

#last_posts tr:nth-child(2n) td {
	background: #ffffff;
}

#last_posts tr:nth-child(2n) td:first-child {
	border-radius: 6px 0 0 6px;
}

#last_posts tr:nth-child(2n) td:last-child {
	border-radius: 0 6px 6px 0;
}

#last_posts span, #last_posts a {
	display: block;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

#last_posts span {
	font-weight: bold;
}

#last_posts span:hover, #last_posts a:hover {
	color: #326a9e;
}

.addcomments {
	display: block;
	width: 500px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	padding: 10px;
	background: #fafafa;
	border-radius: 8px;
	border: 1px solid #dddddd;
}

.addcomments p {
	display: block;
	position: relative;
}

.addcomments p > span:first-child {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
}

.addcomments p + p {
	margin-top: 5px;
}

.addcomments .bb-editor {
	margin-top: 5px;
}

.addcomments header {
	margin-left: -2px;
}

.addcomments .submit {
	margin-top: 10px;
	text-align: right;
}

.forumposts {
	margin-top: 30px;
	margin-bottom: -15px;
}

.comments header {
	color: #6e891b;
}

div.comment {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
	padding: 10px;
	background: #fafafa;
	border-radius: 8px;
	border: 1px solid #dddddd;
}

div:nth-child(2n+1) > div.comment, div.comment:nth-child(2n) {
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

.comment .author {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100px;
	background: #ededed;
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	float: left;
	padding: 10px;
	padding-bottom: 6px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
}

div:nth-child(2n+1) > div.comment .author, div.comment:nth-child(2n) .author {
	background: #dedede;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}

.comment .author b {
	display: block;
	margin: -2px 0 8px 0;
}

.comment .author b i {
	color: #275c8e;
	cursor: pointer;
	font-style: normal;
	text-decoration: none;
}

.comment .author b i:hover {
	color: #5982a7;
}

.comment .author span {
	display: block;
	color: #666666;
	font-size: 11px;
}

.comment .author .avatar {
	display: block;
	width: 100px;
	height: auto;
	border-radius: 6px;
	margin-bottom: 5px;
}

.comment .author + .message {
	display: block;
	margin-left: 132px;
}

.comment .header {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 9px;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	line-height: 18px;
	border-bottom: 1px dashed #cccccc;
	height: 18px;
}

.comment .header > a {
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.comment .header > a:hover {
	color: #6f99c0;
}

.comment .text {
	font-size: 13px;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	position: relative;
	overflow: hidden;
}

.comment .notebook {
	display: block;
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px dashed #cccccc;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
}

.comment .notebook span {
	font-weight: bold;
}

.comment .actions {
	display: block;
	position: absolute;
	right: 7px;
	top: 7px;
	height: 22px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 140%;
	color: #333333;
	border-radius: 6px;
	text-decoration: none;
	border: 1px solid #bbbbbb;
	background-color: #d0d0d0;
	background-image: linear-gradient(to top, #d0d0d0 0%, #eeeeee 100%);
	text-shadow: 0 1px 1px #f7f7f7;
}

.comment .actions a {
	text-decoration: none;
	color: #333333;
}

.comment .actions > a, .comment .actions > span {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #bbbbbb;
	height: 19px;
	padding: 3px 8px 0 8px;
	margin-left: 0;
}

.pms .comment .actions > a {
	margin-left: -4px;
}

.comment .actions > a:first-child, .comment .actions > span:first-child {
	border-radius: 6px 0 0 6px;
	margin-left: 0;
}

.comment .actions > a:last-child, .comment .actions > span:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 0;
}

.comment .actions > a:hover {
	background-color: #eeeeee;
	background-image: linear-gradient(to top, #eeeeee 0%, #d0d0d0 100%);
	text-shadow: 0 1px 1px #f7f7f7;
	cursor: pointer;
}

.comment .actions input {
	margin: 3px 6px;
	vertical-align: middle;
	display: inline-block;
}

.comment h2 {
	margin-bottom: -12px;
}

.edit_buttons {
	text-align: right;
	margin-top: 10px;
}

.button, .addcomments input[type="submit"], .bbcodes, .bbcodes_poll, .pm_buttons span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	height: auto;
	line-height: 20px;
	border-radius: 6px;
	background-color: #6092bf;
	background-image: linear-gradient(to top, #6092bf 0px, #82afd9 100%);
	border: 1px solid #5987b4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.addcomments input[type="submit"], input.button, input.bbcodes, input.bbcodes_poll {
	height: 28px;
	padding: 0 10px;
}

.button + .button, .bbcodes + .bbcodes {
	margin-left: 5px;
}

.button:hover, .addcomments input[type="submit"]:hover, .bbcodes:hover, .bbcodes_poll:hover, .pm_buttons span:hover, .pm_buttons span.active {
	background-color: #4f81aa;
	background-image: linear-gradient(to top, #4f81aa 0px, #6c99c3 100%);
	border: 1px solid #4774a2;
}

.button.orange, .bbcodes.orange, .bbcodes_poll.orange, .pm_buttons span.orange {
	background-color: #bc7229;
	background-image: linear-gradient(to top, #bc7229 0px, #dfac79 100%);
	border: 1px solid #95693e;
}

.button.orange:hover, .bbcodes.orange:hover, .bbcodes_poll.orange:hover, .pm_buttons span.orange:hover, .pm_buttons span.orange.active {
	background-color: #a26325;
	background-image: linear-gradient(to top, #a26325 0px, #cea073 100%);
	border: 1px solid #8b633b;
}

.button.green, .bbcodes.green, .bbcodes_poll.green, .pm_buttons span.green {
	background-color: #83974a;
	background-image: linear-gradient(to top, #83974a 0px, #b7d074 100%);
	border: 1px solid #7d943e;
}

.button.green:hover, .bbcodes.green:hover, .bbcodes_poll.green:hover, .pm_buttons span.green:hover, .pm_buttons span.green.active {
	background-color: #758744;
	background-image: linear-gradient(to top, #758744 0px, #a1b767 100%);
	border: 1px solid #768b3b;
}

.comment_buttons {
	text-align: right;
	padding-top: 8px;
}

.clear {
	clear: both;
}

.errors {
	color: #444444;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	border: 1px solid #bf4242;
	background: #feeeee;
	margin-bottom: 12px;
	border-radius: 8px;
}

#dle-content .errors {
	margin: 18px 0 0 0;
}

.errors h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pms header {
	margin-top: 0;
	height: auto;
}

.pm_status {
	display: block;
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	padding: 10px 12px;
	margin-top: 17px;

}

.pm_status_head {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pm_status_content {

}

section.pm {
	display: block;
	position: relative;
}

.pm header {
	height: auto;
	margin-top: 2px;
}

.pm_buttons {
	display: block;
	text-align: left;
	overflow: hidden;
	margin-bottom: 16px;
	margin-top: 5px;
}

.pm_buttons span a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.pm_buttons span + span {
	margin-left: 15px;
}

.user + .user {
	margin-top: 25px;
}

.user header {
	height: auto;
	margin-top: -4px;
	margin-bottom: 12px;
}

.user_left {
	display: block;
	float: left;
	width: 100px;
}

.user_left > img {
	border-radius: 8px;
	width: 100px;
	height: auto;
}

.user_right {
	margin-left: 115px;
}

#userinfo + .post {
	margin-top: 25px;
}

section#options {
	display: none;
}

.tableform {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 8px;
}

.tableform td {
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.3;
	vertical-align: middle;
}

.tableform tr:nth-child(2n+1) td {
	background: #f5f5f5;
}

.tableform td.label {
	font-weight: bold;
	text-align: right;
	width: 290px;
	padding-right: 6px;
}

.tableform td textarea {
	vertical-align: top;
	height: 200px;
	width: 100%;
	overflow: auto;
}

.tableform td input[type="text"], .tableform td input[type="password"] {
	width: 300px;
}

.fieldlist p {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 130%;
	padding: 8px 12px;
	border-radius: 8px;
}

.userpopup.fieldlist p {
	font-size: 12px;
	line-height: 130%;
}

.fieldlist p > span:first-child {
	display: block;
	float: left;
	width: 180px;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}

.userpopup.fieldlist p > span:first-child {
	width: 165px;
}

.fieldlist p > span + span {
	display: block;
	margin-left: 190px;
}

.userpopup.fieldlist p > span + span {
	margin-left: 175px;
}

.fieldlist p:nth-child(2n+1) {
	background: #f5f5f5;
}

.fieldlist div.spacer {
	background: transparent;
	height: 24px;
}

.fieldlist .buttons {
	margin-top: 10px;
	padding-left: 200px;
}

.fieldlist img {
	vertical-align: middle;
}

.simpleform {
	display: block;
	position: relative;
	width: 625px;
	overflow: hidden;
	padding: 10px;
	background: #fafafa;
	border-radius: 8px;
	border: 1px solid #cccccc;

}

.simpleform > p, .simpleform > div {
	margin-bottom: 10px;
	position: relative;
}

.simpleform p > span:first-child, .simpleform div > span:first-child {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: right;
	padding-right: 10px;
}

.simpleform p > span.top, .simpleform div > span.top {
	vertical-align: top;
}

.simpleform .bb-editor {
	display: inline-block;
	margin-left: -4px;
	width: 520px;
}

.simpleform .pm_buttons {
	margin-bottom: 0;
	padding-left: 100px;
}

section.searchtext {
	display: block;
	font-size: 14px;
	line-height: 130%;
	margin: 20px 0 15px 0;
}

.sitemap ul {
	list-style-position: inside;
}

.sitemap li {
	margin: 5px 0;
	display: block;
}

.sitemap li.root + .root {
	margin-top: 30px;
}

.sitemap li.root > span {
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
	color: #990000;
	display: block;
}

.statistics .lcol {
	display: inline-block;
	width: 30%;
	list-style: none;
	vertical-align: top;
}

.statistics .lcol + .lcol {
	margin-left: 3%;
}

.statistics .full-list {
	width: 100%;
	margin: 15px 0;
}

.statistics li {
	display: block;
	margin-bottom: 5px;
	padding: 6px 10px;
}

.statistics li:nth-child(2n+1) {
	background: #f3f3f3;
	border-radius: 6px;
}

.statistics li h5 {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	line-height: 130%;
	color: #6c7d44;
	margin: 0;
}

.statistics .full-list li > span:first-child {
	display: inline-block;
	width: 90px;
	text-align: left;
	font-weight: bold;
}

#full_top {
	padding: 0;
	margin: -10px 0 0 0;
}

#full_top yatag.ya-partner__ads {
	text-align: right !important;
}

#full_top #ya_partner_1 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#full_top #ya_partner_1 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#full_top yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#full_top yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#full_top yatag.ya-partner__text {
	font-size: 13px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#full_top yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#full_bott {
	padding: 0;
	margin: 5px 0 0 0;
}

#full_bott yatag.ya-partner__ads {
	text-align: right !important;
}

#full_bott #ya_partner_0 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#full_bott #ya_partner_0 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#full_bott yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#full_bott yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#full_bott yatag.ya-partner__text {
	font-size: 13px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#full_bott yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#main_top {
	padding: 0;
	margin: 0 0 10px 26px;
}

#main_top yatag.ya-partner__ads {
	text-align: right !important;
}

#main_top #ya_partner_1 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#main_top #ya_partner_1 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#main_top yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#main_top yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#main_top yatag.ya-partner__text {
	font-size: 13px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#main_top yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#main_bott {
	padding: 0;
	margin: -5px 0 15px 26px;
}

#main_bott yatag.ya-partner__ads {
	text-align: right !important;
}

#main_bott #ya_partner_0 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#main_bott #ya_partner_0 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#main_bott yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#main_bott yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#main_bott yatag.ya-partner__text {
	font-size: 13px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#main_bott yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#forum_main_top {
	padding: 0;
	margin: 0 0 5px 5px;
}

#forum_main_top yatag.ya-partner__ads {
	text-align: right !important;
}

#forum_main_top #ya_partner_0 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#forum_main_top #ya_partner_0 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#forum_main_top #ya_partner_1 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#forum_main_top #ya_partner_1 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#forum_main_top yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#forum_main_top yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#forum_main_top yatag.ya-partner__text {
	font-size: 12px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#forum_main_top yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#forum_main_bott {
	padding: 0;
	margin: 0 0 5px 5px;
}

#forum_main_bott yatag.ya-partner__ads {
	text-align: right !important;
}

#forum_main_bott #ya_partner_0 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#forum_main_bott #ya_partner_0 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#forum_main_bott yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#forum_main_bott yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#forum_main_bott yatag.ya-partner__text {
	font-size: 12px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#forum_main_bott yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

#forum_topic_bott {
	padding: 0;
	margin: 0 0 5px 5px;
}

#forum_topic_bott yatag.ya-partner__ads {
	text-align: right !important;
}

#forum_topic_bott #ya_partner_0 a.ya-partner__ads-link-l {
	color: #aaaaaa !important;
	text-decoration: none !important;
}

/*ссылка я.директ*/
#forum_topic_bott #ya_partner_0 a.ya-partner__ads-link-r {
	color: #aaaaaa !important;
}

/*ссылка все объявы*/
#forum_topic_bott yatag.ya-partner__item {
	margin: 0px !important;
	padding: 2px 0 2px 0 !important;
}

/*блок объявления*/
#forum_topic_bott yatag.ya-partner__title-link-text {
	font-size: 18px !important;
	margin-bottom: 0em !important;
}

/*заголовок*/
#forum_topic_bott yatag.ya-partner__text {
	font-size: 12px !important;
	margin: 0 0 0 0 !important;
}

/*текст*/
#forum_topic_bott yatag.ya-partner__warn {
	display: none !important;
}

/*варнинг*/

.sape {
	display: block;
	margin: 5px 10px 8px 10px;
	text-align: justify;
	font-size: 11px;
	color: #777777;
}

#content.full {
	padding: 15px;
}

#content.full > article {
	float: none;
	margin: 0;
	width: auto;
}

#content.full > aside {
	display: none;
}

@media screen and (max-width: 1400px) {
	#content {
		padding: 15px;
	}

	#content > article {
		float: none;
		margin: 0;
		width: auto;
	}

	#content > aside {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#site, body {
		min-width: 0;
		padding: 0;
	}

	#container, #site > footer {
		min-width: 0;
		width: 98%;
	}

	#site > footer {
		position: relative;
		margin: 0 auto;
		left: auto;
	}

	#site > footer .counters {
		top: 20px;
	}

	.comment .actions {
		position: relative;
		display: inline-block;
		float: right;
		clear: both;
		margin-right: -14px;
	}
}

@media screen and (max-width: 850px) {
	nav .ya-site-form, nav #ya-site-form0 .ya-site-form__input, nav #ya-site-form0 .ya-site-form__search-input-layout, nav #ya-site-form0 .ya-site-form__search-input-layout-l {
		width: 190px;
	}

	nav input[type="text"], nav #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
		width: 180px;
	}

	#user, #login {
		top: 10px;
		z-index: 10;
	}

	nav li a {
		padding: 10px 11px 0 10px;
	}

	.post .details > span.views {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	nav li a {
		padding: 10px 6px 0 5px;
	}

	.tableform td.label {
		width: 100px;
	}

	.tableform td input[type="text"], .tableform td input[type="password"], #recaptcha_widget_div {
		width: 180px;
		margin: 2px 0;
	}

	.simpleform {
		width: auto;
	}

	.simpleform .bb-editor {
		width: 95%;
		margin: 10px auto;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.post .details > span.views, nav .ya-site-form {
		display: none;
	}

	#logo {
		position: relative;
		left: auto;
		top: auto;
		margin: 12px auto 15px;
		clear: both;
		z-index: 1;
	}

	header {
		text-align: center;
	}

	.post header, .pms header, .user header, #dle-content > header {
		text-align: left;
	}

	nav {
		margin-bottom: 18px;
	}

	nav ul {
		text-align: center;
		overflow: hidden;
		float: none;
		width: 100%;
	}

	nav li {
		display: table-cell;
		float: none;
		vertical-align: middle;
		text-align: center;
		padding: 0;
		width: 17%;
	}

	nav li:last-child, nav li:last-child a {
		border-right: 0;
		border-radius: 0 8px 8px 0;
	}

	nav li a {
		padding: 10px 11px 0 10px;
	}

	#user, #login {
		margin-top: 10px;
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
	}

	header {
		height: auto;
	}

	.post .details > span.comments, .post .details > span.author, .full .details > span.date {
		display: none;
	}

	.full .details {
		height: auto;
		overflow: hidden;
		padding: 3px;
	}

	.post .details ul.social-likes {
		height: auto;
		float: none;
		display: block;
	}

	.post .details ul.social-likes li {
		border: 0;
		margin: 3px 0;
	}

	.comment .actions {
		height: auto;
	}
}

@media screen and (max-width: 480px) {

	aside header, section.block header {
		height: auto;
		padding: 3px 8px 4px;
	}

	nav li:nth-child(5) {
		display: none;
	}

	#last_posts th:last-child, #last_posts td:last-child {
		display: none;
	}

	#site > footer .counters {
		top: 30px;
	}

	.comment .header {
		height: auto;
	}

	.comment .author, .comment .author .avatar {
		width: 70px;
	}

	.comment .author + .message {
		margin-left: 102px;
	}

	.comment .author span, .comment .author b {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.addcomments {
		width: auto;
	}

}

@media screen and (max-width: 400px) {
	body {
		min-width: 320px;
	}

	nav li:nth-child(1) {
		display: none;
	}
}