/*
Theme Name: a2g vrn-uk.ru
Description: Theme for www.vrn-uk.ru by Alexander Gladnev
Version: 2009-11
Author: http://v-r-n.ru
Author URI: http://v-r-n.ru
*/


* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FDF5EB;
	font-family: Tahoma;
	color: black;
}

img {
	margin: 5px;
}

a {
	color: black;
}

a:hover {
	color: red;
}

a img, img a {
	border: 0px;
}

h1, h1 a {
	font: bold 32px Times New Roman;
	text-decoration: none;
}

h2, h2 a {
	font: bold 20px Times New Roman;
	text-decoration: none;
}

h3, h3 a {
	font: bold 20px Times New Roman;
	text-decoration: none;
}

h3 small, h3 a small, .post-edit-link {
	font: normal 12px Tahoma;
}

hr {
	text-align: left;
	width: 50%;
	color: red;
	background-color: red;
	height: 1px;
	border: 0px;
}

#container {
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y top center;
}





#left {
	width: 200px;
	height: 765px;
	float: left;
	background: url(images/left.jpg) no-repeat top center;
	color: red;
}

#center {
	width: 450px;
	min-height: 850px;
	margin-left: 220px;
}

#bottom {
	height: 55px;
	margin-top: -55px;
	background: url(images/bottom.jpg) no-repeat bottom left;
}



/* =============== */

#left ul li {
	list-style: none;
	margin-left: 0px;
	font: bold small-caps 16px Verdana;
}

#left ul li ul li {
	margin-left: 10px;
	font: normal 12px Verdana;
}

#left ul li a {
	text-decoration: none;
}

#center h1:first-letter {
	color: red;
}

#center h2:first-letter {
	color: red;
}

.entry {
	font: 14px Tahoma;
}

.entry p {
	margin-bottom: 10px;
}

.aligncenter {
	align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

li.graybox, ol.commentlist {
	list-style-type: none;
}