/*
Автор: Владимир Анохин
http://free-lance.ru/users/goodnews/
*/

* {margin:0;padding:0}
html{background:#f9f9f9;color:#333;font:14px Arial, Helvetica, sans-serif}
body{}
.clear,.cl{clear:both;line-height:0;height:0;font-size:0}
.cl-10{clear:both;line-height:0;height:10px;font-size:0}
.cl-20{clear:both;line-height:0;height:20px;font-size:0}
.href{cursor:pointer}

h1{font-size:16px}
h2{font-size:16px}
h3{font-size:16px}
h4{font-size:16px}
h5{font-size:14px}
h6{font-size:12px}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding-bottom:0.3em}
p{line-height:1.3}
a{outline:none}
a,a:active,a:visited{color:#FF8C00;text-decoration:none}
a:hover{color:#FF8C00;text-decoration:underline}
ul,li{list-style-type:none}
img{border:none}

/* LAYOUT */
#page{
	background:#f9f9f9 url(images/html.png) repeat-x;
}
#wrapper{
	width:990px;
	margin:0 auto;
}

#header{
	position:relative;
	height:130px;
	background:right top url(images/header.png) no-repeat;
}
#logo{
	position:absolute;
	left:0;
	top:7px;
}
#header_search{
	position:absolute;
	top:35px;
	right:0;
	background:url(images/search.png) no-repeat;
	width:217px;
	height:21px;
	padding:3px 0 0 7px;
}
#header_search input{
	background:none;
	border:none;
	color:#ccc;
	cursor:pointer;
}
#login{
	background:left bottom url(images/login.png) repeat-x;
	font-size:0.8em;
	padding:5px 0;
}
#login a{
	color:#fff;
}
#login-popup{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-150px;
	background:#fff;
	border:5px solid #eee;
	z-index:1000;
	display:none;
}
#login-popup .shell{
	padding:20px 50px;
	border:1px solid #C4C4C4;
}

#left{
	float:left;
	width:740px;
}
.post{
	margin-bottom:30px;
}
.related{
	margin-bottom:10px;
}
.related h4{
	margin-left:20px;
}
.related ul{
	margin-left:20px;
}
.related ul li{
	font-size:12px;
	padding-left:14px;
	background:2px 5px url(images/related.gif) no-repeat;
}
.meta-1{
	margin-bottom:5px;
	font-size:.8em;
	color:#aaa;
	padding-left:20px;
}
.meta-1 a{
	color:#aaa;
}
.entry{
	padding-left:20px;
	line-height:1.2;
	text-align:justify;
}
.more{
	padding:10px 0 0 0;
	text-align:right;
}
.more a{
	font-weight:bold;
}

.title{
	font-size:1.7em;
	color:#FF8C00;
	font-weight:bold;
	padding:0 0 0 20px;
	background:left center url(images/title.png) no-repeat;
	margin-bottom:5px;
}
.title a{
	color:#FF8C00;
}
.title a:hover{
	color:#FFA73B;
}

#right{
	float:right;
	width:220px;
}
.widget{
	margin-bottom:30px;
	font-size:.9em;
	color:#999;
}
.widget h3{
	font-size:14px;
	display:block;
	padding:6px 30px 9px 12px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/widget.png) no-repeat;
	text-shadow:0 0 3px #A33314;
}
.widget ul,.widget p{
	padding:10px;
}
.widget ul li{
	padding:1px 0 1px 12px;
	background:left 7px url(images/bullet.png) no-repeat;
	color:#F14B1C;
}
.widget li a{
	color:#F14B1C;
}

#pagination{
	font-size:1.2em;
	text-align:center;
}
#pagination span,#pagination a{
	padding:3px 5px;
}


#footer {
	width:990px;margin:0 auto;
	text-align:center;
	font-size:.8em;
	color:#aaa;
}
#footer p{
	padding:2px 0;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
	text-decoration:underline;
}



