@charset "windows-1251";

/*---Автор шаблона: Тониевич Андрей (toniyevych@gmail.com)---*/

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}

div {
	display:block;
	position:static}

ol, ul {
	list-style:none}
	
a, a:visited {
	color:#15436b;
	text-decoration:none}

a:hover {
	text-decoration:underline}

:focus {
	outline:0;}

html {
	height:100%}
	
body {
	width: 80%;
	height: 100%;
	min-width: 900px;
	max-width: 1600px;
	margin: 0 10%;
	background: transparent url("../images/main-bg.png");
	line-height: 130%;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
}

div#header {
	height: 116px;
	position: relative;
}

a#logo {
	display: block;
	width: 230px;
	height: 100px;
	position: absolute;
	top: 13px;
	left: 14px;
	background: transparent url("../images/logo.png") left top no-repeat;	
}

div#login {
	position: absolute;
	top: 9px;
	right: 0;
	height: 93px;
	width: 205px;
	padding: 5px 9px 6px 9px;
	border: 1px solid #d9a664;
	border-radius: 8px;
	background: #fff url("../images/content-bg.png");
	opacity: 0.8;
	font-size: 13px;
	color: #38230b;
	line-height:145%;
	text-shadow:1px 1px 0px #fafafa;}

div#login a {
	color:#38230b}

form#login_form {
	padding-top: 4px;
	display: block;
}
	
form#login_form input {
	display:block;
	margin:0 0 4px 0;
	width:194px;
	border-radius:6px;
	border:1px solid #d9a664;
	padding:2px 5px;
	color:#38230b}

form#login_form input#login_submit {
	width:80px;
	height: 24px;
	position:absolute;
	right:9px;
	bottom:6px;
	background:#fff;
	font-weight:bold}

form#login_form input#login_submit:hover {
	background:#f1e3bc}

form#login_form p {
	margin-left: 4px;
	line-height: 140%;
}
	
div#menu {
	position: relative;
	margin: 10px 0;
	height:36px;
}

div#menu_left, div#menu_right {
	position: absolute;
	top:0;
	height: 36px;
	width: 10px;
	background: transparent url("../images/menu-left.png") left top no-repeat;
}

div#menu_left {
	left: 0;
}

div#menu_right {
	right: 0;
	background: transparent url("../images/menu-right.png") right top no-repeat;	
}

div#menu_center {
	position: absolute;
	top:0;
	left:10px;
	right:10px;
	height: 36px;
	background: transparent url("../images/menu-center.png") left top repeat-x;
}

ul#main_menu {
	height: 32px;
	float: left;
	margin: 1px 0px 3px 12px;
	border-left: 1px solid #99522e;
	border-right: 1px solid #c79a5b;
}

ul#main_menu li {
	display:block;
	float:left;
}

ul#main_menu li:hover, ul#main_menu li.active {
	background: transparent url("../images/menu-active.png") left -1px repeat-x;
}

ul#main_menu li:hover a, ul#main_menu li.active a {
	text-decoration: none;
	text-shadow: 1px 1px 0px #8e582c;
	border-left: 1px solid #b37441;
	color: #fff;
}

ul#main_menu li a {
	display:block;
	height: 26px;
	padding: 6px 17px 0 15px;
	border-right: 1px solid #99522e;
	border-left: 1px solid #c79a5b;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	text-decoration: none;
	text-shadow: 1px 1px 0px #b1875d;
	color: #ffebd1;
}

input#story {
	display: block;
	position:absolute;
	right:6px;
	top:5px;
	height: 20px;
	width: 202px;
	border: 1px solid #99522e;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
	padding-left: 4px;
	padding-right: 4px;
}

input#search_button {
	display: block;
	position: absolute;
	right: 11px;
	top: 9px;
	width: 14px;
	height: 15px;
	border: none;
}

div#main {
	position: relative;
	padding-left: 238px;
	min-height: 100%;
}

div#search_line {
	position: absolute;
	top:1px;
	right: 222px;
	height: 32px;
	width: 1px;
	background: #c79a5b;
	border-left: 1px solid #99522e;
}

div#content {
	float: left;
	margin-left: -238px;
	margin-bottom:10px;
	width: 100%;
	font-size: 16px;
	color: #38230b;
}

div#sidebar {
	float: right;
	width: 223px;
	background: #fff url("../images/content-bg.png");
	border: 1px solid #d9a664;
	border-radius: 8px;
}

div#sidebar h3 {
	color: #376627;
	padding: 5px 8px 5px 9px;
	font-family: Georgia, Times New Roman;
	font-size: 15px;
	border-bottom: 1px solid #d9a664;
}

div#sidebar ul {
	padding:6px 8px 6px 23px;
	list-style-position: outside;
	list-style-type: disc;
}

div#sidebar ul li {
	margin-bottom: 4px;
	padding-bottom: 1px;
	font-size: 13px;
	line-height: 140%;
	text-indent: 0;
	color: #376627;
}

div#sidebar ul li a {
	color: #15436b;
	font-size: 14px;
}

div.clr {
	float:none;
	clear:both;
}

div#sort, div#pm_head div {
	padding: 5px 0 6px 0;
	background: #fff url("../images/content-bg.png");
	border: 1px solid #d9a664;
	border-radius: 8px;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 15px;
	opacity: 0.8;
	color: #144f00;
}

div#sort a {
	color: #004068;
}

div.shortstory, div.fullstory, div.user {
	position:relative;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff url("../images/content-bg.png");
	border: 1px solid #d9a664;
	border-radius: 8px;
}

div.shortstory h2 a img, div.fullstory h1 a img {
	vertical-align: middle;
}

div.shortstory h2 a, div.fullstory h1 {
	color:#264f18;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
}

div.shortstory_category, div.fullstory_category {
	position: absolute;
	top:50px;
	left:15px;
	color: #318614;
	font-size: 13px;
	line-height: 13px;
}

div.shortstory_category a, div.fullstory_category a {
	color: #15436b;
}

div.ratebox {
	position:absolute;
	bottom: 19px;
	right: 24px;
}

div.shortstory_content, div.fullstory_content {
	padding: 38px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

div.fullstory_content {
	padding-bottom: 11px;
}

div.fullstory_content h2, div.fullstory_content h3 {
	font-size: 19px;
	font-weight: normal;
	color: #8B2F01;
	padding: 0;
	margin-bottom: -22px;
}

div.fullstory_content h3 {
	font-size: 17px;
	color: #00335c;
}

div.fullstory_content span h2, div.fullstory_content span h3 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

div.fullstory_content table {
	width: 100%;
	border-top: 1px solid #d9a664;
	border-left: 1px solid #d9a664;
}

div.fullstory_content table td {
	text-align: center;
	border-bottom: 1px solid #d9a664;
	border-right: 1px solid #d9a664;
	padding: 2px 6px 3px 6px;
	margin: 0;
	font-size: 15px;
}


div.shortstory_info, div.fullstory_info {
	color: #41550a;
	background: #c7da7c;
	border: 1px solid #507a31;
	border-radius: 0 0 6px 6px;
	padding: 3px 12px 3px 12px;
	font-size: 15px;
}

div.shortstory_info a, div.fullstory_info a {
	color: #41550a;
	text-decoration: underline;
}

div.shortstory_info a:hover, div.fullstory_info a:hover {
	color: #5c7713;
}

div.navigation {
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	margin:22px 0 12px 0;
	float:none;}

div.navigation a, div.navigation span {
	margin:0 2px;
	color: #673e1d;
}

div.navigation span {
	color: #41550a;
	background: #c7da7c;
	border: 1px solid #507a31;
	border-radius:6px;
	padding:0 5px 3px 5px;
}

div.navigation span:first-child, div.navigation span:last-child, div.navigation span.nav_ext {
	border:none;
	background: transparent;}
	
.quote_title {
	color:#2d3611;
	background: #dde9af;
	border:1px solid #647337;
	border-radius: 6px 6px 0 0;
	border-bottom:none;
	text-align:justify;
	text-indent:none;
	padding:3px 6px 2px 6px;
	margin:12px 0 0 0;
	font-size: 16px;
}

.quote_body {
	color:#2d3611;
	background: #f0fad3;
	border:1px solid #647337;
	border-radius:0 0 6px 6px;
	font-size: 15px;
	padding:3px 6px 4px 6px;
	margin: 0 0 12px 0;
}

div.tags, div.links {
	border-top: 1px dashed #647337;
	margin-top: 11px;
	padding-top: 10px;
	font-style: italic;
	font-size: 14px;
}

div.links {
	padding-top:10px;
	font-size:13px;
	line-height: 10px;}

div.comment, div.comment_add, div.related {
	background: #fff url("../images/content-bg.png");
	border: 1px solid #d9a664;
	border-radius: 8px;
	padding:6px;
	margin-bottom: 15px;
	overflow:hidden;
	position:relative;
	font-size:15px;
	color: #190d00}

div.comment_add {
	width:466px;
	margin:10px auto;
	line-height: 150%;
}

div.comment_add b.add_comment {
	display: block;
	padding: 2px 0 8px 3px;
	font-size: 16px;
	color: #264f18;
}

div.comment_check {
	font-size: 14px;
	line-height: 200%;
	padding: 0 0 6px 2px;
	
}

p.add_comment {
	padding-top:6px;
}

div.subscribe {
	padding: 6px 0 0 0;
}

div.comment_head {
	padding-right:260px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #d9a664;
	position:relative;
	font-size:13px}

div.comment_head b {
	padding-left:5px}

div.comment_buttons {
	position:absolute;
	top:0;
	right:3px}

div.comment_buttons a {
	border-right:1px solid #d9a664;
	margin-right:2px;
	padding-right:6px;}

div.comment_author {
	width:140px;
	float:left;
	padding:5px;
	border-right:1px dashed #d9a664;
	line-height:160%;
	font-size:15px;}

div.comment_author img {
	display: block;
	margin: 8px 0;
}

div.comment_author a {
	font-size:16px;
	font-weight: bold;
	color: #15436b;
}

div.comment_body {
	float:none;
	padding:10px 10px 10px 160px}

div.related {
	padding: 10px 13px;
}

div.related h3 {
	color: #376627;
	font-size:16px;
}

div.related ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 2px;
}

div.related ul li {
	padding: 2px 0;
	color: #376627;
	font-size: 14px;
}

div#footer {
	background: #fff url("../images/content-bg.png");
	opacity: 0.6;
	border: 1px solid #d9a664;
	border-radius: 6px 6px 0 0;
	position: relative;
	height: 32px;
	margin-right: 238px;
	line-height: 130%;
	font-size: 12px;
	padding: 6px 100px 5px 8px;
}

div#li {
	position: absolute;
	right: 7px;
	top:6px;
}

div.searchform {
	background: #fff url("../images/content-bg.png");
	border: 1px solid #d9a664;
	border-radius: 6px;
	position: relative;
	padding: 0 6px 5px 6px;
	margin: 0;
}

div.searchform h1, div.user h1, div.user h2 {
	color:#264f18;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	margin: 10px 10px 0 10px;
}

div.user h2 {
	font-size:17px;
	margin:0;
	padding-bottom: 7px;
}

div.search_notice {
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	color:#264f18;
	margin: 12px 15px;
}

div.user_title, div.pm_title {
	position: relative;
	border-bottom: 1px solid #d9a664;
	padding-bottom: 14px;
	margin-bottom: 15px;
}

div.user_title .ratebox {
	top:3px;
	right:0;
}

div.user h1 {
	padding:0;
	margin:0;
}

div.user h1 span {
	color: #5e220a;
}

div.user h1 span.edit_user {
	font-size: 16px;
	color: #15436b;
}

div.user_info_left, div.user_info_right {
	float:left;
	padding: 0 15px 0 0;
}

div.user_info_right {
	padding: 0 0 0 15px;
	border-left: 1px solid #d9a664;
}

div.user_info_left ul li img {
	display: block;
	margin-bottom: 4px;
}

div.user {
	vertical-align: top;
	font-size: 15px;
	font-family: Georgia, Times New Roman;
	line-height: 140%;
}

div.user table td.label {
	text-align: right;
	vertical-align: top;

}

div.edit_user, div.user_submit {
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid #d9a664;
}

div.user_submit {
	padding-top: 14px;
	margin-top: 15px;
	text-align: center;
}

div#pm_head div {
	width:31%;
	margin: 0 1% 10px 1%;
	float: left;
}

div#pm_head div:hover {
	background: #f6d494;
}

div#pm_head div a, div#pm_head div a:hover {
	color:#4e290a;
	text-decoration: none;
}

div.user div.pm_list table {
	border: 1px solid #d9a664;
}

div.user div.pm_list td.pm_head {
	background: #f1d183;
	color: #4e290a;
	border: none;
	padding: 3px 6px;
	border-bottom: 1px solid #d9a664;
}

div.user div.pm_list table td {
	border: none;
	color:#4e290a;
	padding: 4px 6px;
	text-align: left;
	border-bottom: 1px solid #d9a664;
}

div.user div.pm_list table tr.dark td {
	background: #fff0cd;
}

div.user div.pm_list table tr.pm_controls td {
	border: none;
	padding: 3px 6px 1px 0;
	height: 22px;
	vertical-align: middle;
	background: #fff0cd;
	text-align: right;
}

div.pm_list table td img {
	vertical-align: middle;
}

div.pm_title {
	margin-bottom: 7px;
	padding-bottom: 14px;
}

table.pm_table td {
	padding: 3px 6px;
}

span.blue {
	color: #264f18;
}

ul.stat {
	float:left;
	width:30%;
	margin: 0 1% 15px 0;
}