/*  
Theme Name: hvojnye
Theme URL:http://www.hvojnye.ru/
*/

/*reset all defaults*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	main: '';
	main: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #1F7408;
	text-align: center;
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	background: #DCFEB3 url(images/wrap.gif) repeat-y;
	text-align: left;
}

.header {
	width: 960px;
	height: 280px;
	background: #1F7408 url(images/header.jpg) no-repeat;
	position: relative;
}

.header h1 {
	position: absolute;
	top: 30px;
	left: 500px;
	color: #fff;
	font-size: 3.2em;
}

.header h1 a {
	color: #fff;
	text-decoration: none;
}

.main {
	width: 620px;
	padding: 10px;
	float: left;
	background: #CDFE98;
}

.main h2 {
	color: #1F7408;
	font-size: 2.6em;
	padding-right: 1em;
	text-align: right;
}
.post-top{
	background: url(images/posttop.gif) no-repeat;
	height: 9px;
	margin-top: 1em;
}
.post-bottom{
	background: url(images/postbottom.gif) no-repeat;
	height: 9px;
	margin-bottom: 1em;
}
.post {
	font-size: 1.4em;
	background: #fff;
	border-left: 1px solid #32BB0D;
	border-right: 1px solid #32BB0D;
}
.post h2 {
	background: #DCFEB3 url(images/posthead.gif) 10px 0  no-repeat;
	color: #1F7408;
	font-size: 1.6em;
	padding-left: 40px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	text-align: left;
}
.post h2 a {
	color: #1F7408;
	text-decoration: none;
}

.post a{
	color: #1F7408;
	text-decoration: underline;
}

.post p, .post ul,.post ol,.post h3 {
	margin: 1.2em 1em 0 1em;
	line-height: 1.5em;
}	

.meta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}


.sidebar {
	width: 300px;
	margin: 10px;
	float:left;
	background: #DCFEB3;
}



.sidebar ul ul {
	margin: 0 0 30px 0;
padding-bottom: 10px;
	background: url(images/sideblockbottom.gif) bottom left no-repeat;
}

.sidebar ul li {
	margin: 0;
	background: url(images/sideblocktop.gif)   no-repeat;
	padding-top:10px;
	margin-top: 1em;
}

.sidebar h2 {
	background: #1F7408 url(images/sidehead.gif) 10px 0 no-repeat;
	color: #fff;
	font-size: 2.0em;
	padding: 0 0 4px 40px;
}

.sidebar ul ul li {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #1F7408;
	padding: 5px 0 5px 30px;
	background: #CDFE98 url(images/liarrow.gif) 5px center no-repeat;
	border-left: 2px solid #1F7408;
	border-right: 2px solid #1F7408;
}

.sidebar ul ul li a{
	color: #1F7408;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sdrss {
	width: 93px;
	height: 93px;
	margin: 50px 0 30px 140px;
}


.footer {
	background: #1F7408;;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
	
}

.footer a {
	
	color: #fff;
}

.navigation {
	color: #1F7408;
	font-size: 1.4em;
}
.navigation a {
	color: #1F7408;
}
.navigleft {
	float:left;
	background: url(images/arrow_left.gif) 0 center no-repeat;
	width:40%;
	padding: 0.5em 0 0.5em 50px;
}
.navigright {
	text-align: right;
	background: url(images/arrow_right.gif) right center no-repeat;
	float:right;
	width:40%;
	padding: 0.5em 50px 0.5em 0.5em;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
