html, body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/site_bg.jpg);
}

a {
	outline-style:none;
	text-decoration:none;
}

img {
	border:none;
}

.main {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:994px;
	margin:0 auto;
	background:url(../images/bg.png) repeat-y;	
}

.header {
	width:100%;
	height:383px;
	background:url(../images/header.jpg) no-repeat;
}
.header h1 {
	font:normal 12px Verdana;
	color:#EEE37D;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	margin:0;
}

.content {
	padding:0 4px 40px;
	background:url(../images/main_bg.png) no-repeat scroll 0 0px;
}

.content .left {
	width:241px;
	float:left;
}

.content .block {
	width:241px;
	background:url(../images/block_repeat_bg.png) repeat-y scroll 0 0px;
	margin-bottom:35px;
}
.content .block .inner {
	background:url(../images/block_bg.png) no-repeat;
	width:100%;
	position:relative;
	padding-bottom:40px;
}
.content .block .inner .title {
	background:url(../images/block_top.png) no-repeat;
	widows:100%;
	height:35px;
	font:normal 20px "Times New Roman", Times, serif;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	line-height:35px;
	margin:0 auto 10px;
}
.content .block .inner .bottom {
	background:url(../images/block_bottom.png) no-repeat;
	width:100%;
	height:35px;
	position:absolute;
	bottom:0;
}
.content .block .inner div.separator {
	height:1px;
	background:url(../images/border.png) no-repeat center bottom;
}
.content .block .inner ul {
	list-style:none;
	margin:10px 0 10px 29px;
	padding:0;	
}
.content .block .inner ul li {
	font:normal 12px Verdana;
	color:#000;
	background:url(../images/list_icon.png) no-repeat scroll 0 50%;
	padding-left:17px;
	margin:11px 0;
}
.content .block .inner ul li a {
	font:normal 12px Verdana;
	color:#000;
}
.content .block .inner ul li a:hover {
	text-decoration:underline;
}


.content .right {
	float:right;
	width:241px;
}

form.authorization input {
	border:none;
	border:0;
	outline:none;
	font:normal 12px Verdana;
	color:#fff;
}
form.authorization table {
	font:normal 13px Verdana;
	color:#302715;
	margin:0;
	padding:0;
}
form.authorization table tr,
form.authorization table tr td {
	padding:0;
	margin:0;
}
form.authorization table input.login {
	background:url(../images/login.png) no-repeat;
	width:117px;
	height:25px;
	padding:6px 25px 0 5px;
	_background-attachment:fixed;
}
form.authorization table input.password {
	background:url(../images/password.png) no-repeat;
	width:117px;
	height:25px;
	padding:6px 25px 0 5px;
	_background-attachment:fixed;
}
form.authorization table input.submit {
	background:url(../images/submit.png) no-repeat;
	width:108px;
	height:33px;
	padding:0 0 0 13px;
	font:bold 11px Verdana;
	cursor:pointer;
}
form.authorization table a {
	font:normal 11px Verdana;
	color:#323232;
	text-decoration:underline;
}
form.authorization table a:hover {
	text-decoration:none;
}

.counter_ucoz {
	width:88px;
	margin:5px auto 10px;
}

.content .center {
	width:483px;
	margin:0 auto;
	padding-top:2px;
}
.content .center .post {
	background:url(../images/post_bg.png) repeat-y;
	width:483px;
	position:relative;
	padding-bottom:40px;
	margin-bottom:25px;
}
.content .center .post .post_header {
	background:url(../images/post_header.png) no-repeat;
	height:38px;
	width:100%;
}
.content .center .post .post_meta {
	background:url(../images/post_meta.png) no-repeat;
	width:438px;
	height:31px;
	margin:0 auto 15px;
	position:relative;
}
.content .center .post .post_bottom {
	background:url(../images/post_bottom.png) no-repeat;
	width:100%;
	height:35px;
	position:absolute;
	bottom:-8px;
}

.content .center .post .post_header h1 {
	float:left;
	margin:0 5px 0;
	font:normal 12px Verdana;
	color:#fff;
	background:url(../images/post_title_icon.png) no-repeat scroll 0 50%;
	padding-left:22px;
	line-height:35px;
}
.content .center .post .post_header h1 a {
	color:#fff;
}
.content .center .post .post_header h1 a:hover {
	text-decoration:underline;
}

.content .center .post .post_header .category {
	float:right;
	font:normal 10px Verdana;
	color:#DFA566;
	margin-right:52px;
	line-height:35px;
}
.content .center .post .post_header .category a {
	color:#DFA566;
	text-decoration:underline;
}
.content .center .post .post_header .category a:hover {
	text-decoration:none;
}

.content .center .post .post_meta .user {
	background:url(../images/icon_user.png) no-repeat;
	height:27px;
	padding-left:35px;
	font:bold 11px Verdana;
	color:#4C3F03;
	line-height:27px;
	position:absolute;
	left:11px;
	top:3px;
}
.content .center .post .post_meta .user a {
	color:#4C3F03;
}
.content .center .post .post_meta .user a:hover {
	text-decoration:underline;
}

.content .center .post .post_meta .comments {
	background:url(../images/icon_comments.png) no-repeat;
	height:16px;
	padding-left:34px;
	font:bold 11px Verdana;
	color:#4C3F03;
	line-height:16px;
	position:absolute;
	left:145px;
	top:7px;
}
.content .center .post .post_meta .comments a {
	color:#4C3F03;
}
.content .center .post .post_meta .comments a:hover {
	text-decoration:underline;
}

.content .center .post .post_meta .views {
	background:url(../images/icon_views.png) no-repeat;
	height:28px;
	padding-left:36px;
	font:bold 11px Verdana;
	color:#4C3F03;
	line-height:28px;
	position:absolute;
	left:245px;
	top:1px;
}

.content .center .post .post_meta .date {
	float:right;
	width:82px;
	text-align:center;
	font:normal 10px Verdana;
	color:#000;
	line-height:30px;
}

.content .center .post .post_bottom a.readmore {
	background:url(../images/readmore_bg.png) no-repeat;
	width:156px;
	height:18px;
	float:left;
	margin:12px 5px 0;
	font:normal 12px Tahoma;
	color:#73530D;
	text-align:center;
	line-height:18px;
}
.content .center .post .post_bottom a.readmore:hover {
	text-decoration:underline;
}

.content .center .post .post_bottom .rating {
	float:right;
	margin:12px 15px 0;
}
.content .center .post .post_bottom .rating a {
	float:left;
	background:url(../images/rating_star.png) no-repeat;
	width:17px;
	height:17px;
	margin-right:1px;
}
.content .center .post .post_bottom .rating a.active,
.content .center .post .post_bottom .rating a:hover {
	background:url(../images/rating_star_active.png) no-repeat;
}

.content .center .post .post_content {
	margin:0 15px;
	font:normal 12px Verdana;
	color:#fff;
}
.content .center .post .post_content p {
	margin:5px 0;
	font:normal 12px Verdana;
	color:#fff;
	line-height:1.3;
}

.content .center .page_nav {
	text-align:center;
	margin:0 auto 20px;
	width:260px;
}
.content .center .page_nav a {
	float:left;
	background:url(../images/page_nav_item_bg.png) no-repeat;
	width:39px;
	height:30px;
	position:relative;
	z-index:50;
	font:normal 14px Verdana;
	color:#2F2F2F;
	line-height:30px;
}
.content .center .page_nav a:hover {
	text-decoration:underline;
}
.content .center .page_nav a.page_nav_left {
	background:url(../images/page_nav_left.png) no-repeat;
	width:30px;
	height:30px;
}
.content .center .page_nav a.page_nav_right {
	background:url(../images/page_nav_right.png) no-repeat;
	width:30px;
	height:30px;
	z-index:55;
	margin-left:-2px;
}

.prefoot {
	clear:both;
	height:67px;
}

.footer {
	width:980px;
	height:67px;
	margin:-67px auto 0;
	position:relative;
	background:url(../images/footer_bg.png) no-repeat;
}
.footer .counters {
	position:absolute;
	top:29px;
	left:10px;
}
.footer .counters .counter {
	margin-right:10px;
	float:left;
}

.footer a.ucoz_link {
	position:absolute;
	top:44px;
	right:14px;
}

.footer .copyrights {
	font:normal 12px Verdana;
	color:#412501;
	text-align:center;
	position:relative;
	top:40px;
}

.clear {
	clear:both;
}






* Page Selector / Start */  
.pagesBlockuz1 {color:#fff;border:0px;margin-bottom:10px;margin-top:10px;}  
.pagesBlockuz1 a:link,  
.pagesBlockuz1 a:visited,  
.pagesBlockuz1 a:hover,  
.pagesBlockuz1 a:active {text-decoration:none;color: #fff;BACKGROUND-IMAGE:URL(http://s48.radikal.ru/i119/0902/cb/691c18163c7e.png);border:1PX SOLID #999999; padding:2px 10px;font-size:11px;font-weight:bold;}  
.catPages1 a:hover {BACKGROUND-IMAGE:URL(http://s58.radikal.ru/i161/0902/15/7106ad9140b5.png);color:#fff;font-weight:bold;}  
.pagesBlockuz1 b {text-decoration:none;BACKGROUND-IMAGE:URL(http://s58.radikal.ru/i161/0902/15/7106ad9140b5.png);border:1PX SOLID #999999;padding:2px 10px;color:#303b45;font-size:11px;}  

.pagesBlockuz2 {color:#EFEEEB;border:0px;margin-bottom:10px;margin-top:10px;}  
.pagesBlockuz2 a:link,  
.pagesBlockuz2 a:visited,  
.pagesBlockuz2 a:hover,  
.pagesBlockuz2 a:active {text-decoration:none;color: #636363;background:#F9F9F9;padding:3px 10px;font-size:11px;font-weight:bold;}  
.pagesBlockuz2 a:hover {background:#6B82A4;color:#FFFFFF;font-weight:bold;}  
.pagesBlockuz2 b {text-decoration:none;background:#FFFFFF;padding:3px 10px;color:#ccc;font-size:11px;}  

/* Page Selector Style / End */
