/*
Theme Name: Belavtodor Design
Version: 1.0
Author: Alexander Ivanov
Author URI: http://ron.by/
Tags: white, liquid width, two columns
*/

/* Master */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	text-align: center;
}

h1, #logo {
	background: url(/i/logo.png) no-repeat;
	display: block;
	height: 148px;
	text-indent: -9999px;
	width: 521px;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 .8em;
}

h3 {
	font-weight: normal;
	margin: 0 0 .6em;
}

a:link {color: #390;}
a:visited {color: #390;}
a:hover {color: #390;}
a:active {color: #f00;}

p, ul, ol {
	font-size: .9em;
	margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.2em;
}

/* Structure */

#page {
	font: .9em Verdana;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	max-width: 1300px;
	min-height: 100%;
	min-width: 800px;
	position: relative;
	text-align: left;
	width: 100%;
}

#header {
	background: #4b8b3f;
	height: 148px;
	text-align: left;
}

#menu {color: #bbd3b6; font-weight: bold; font-size: 1em; list-style: none; margin: 0;}
#menu li {border-bottom: 1px dotted #bbd3b6; margin: 0 0 12px 0; padding: 0 0 12px 0;}
#menu li.last {border-bottom: none;}
#menu a:link {color: #fff; text-decoration: none;}
#menu a:visited {color: #fff; text-decoration: none;}
#menu a:hover {color: #ffd; text-decoration: underline;}
#menu a:hover {color: #ff9; text-decoration: underline;}

#content {
	background: #fff url(/i/corner.gif) no-repeat top left;
	font: .9em Verdana;
	margin-left: 260px;
	padding: 30px;
	text-align: left;
}

#sidebar {
	background: #4b8b3f url(/i/corner2.gif) no-repeat bottom right;
	float: left;
	font: .9em Verdana;
	margin-bottom: 20px;
	padding: 30px;
	text-align: left;
	width: 200px;
}

#sidebar form {
	margin: 0;
}

#gov {
	background: url(/i/gov.gif);
	display: block;
	height: 66px;
	margin-top: 100px;
	text-indent: -9999px;
	width: 140px;
}

.post {
	border-bottom: 1px solid #666;
	margin: 0 0 25px;
	padding: 0 0 10px;
}

.post hr {
	display: block;
}

#tags {
	margin: 25px 0 10px;
	overflow: hidden;
}

#tag_cloud a:link {text-decoration: none;}
#tag_cloud a:visited {text-decoration: none;}
#tag_cloud a:hover {color: #00f; text-decoration: underline;}
#tag_cloud a:active {color: #f00; text-decoration: underline;}

.postmetadata {
	font-size: 95%;
	text-align: right;
}

.postmetadata small {
	margin: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#footer {
	background: #eee;
	border-top: 1px solid #ddd;
	clear: both;
	color: #333;
	font: .75em Verdana;
	height: 50px;
	line-height: 1.3em;
	margin-top: 50px;
	padding: 15px 0;
	text-align: left;
	width: 100%;
}

#footer div {padding: 0 30px;}

/* End Structure */

/* Classes */

.center {text-align: center;}
.float-left {float: left;}
.float-right {float: right;}
.clear-right {clear: right;}
.clr {clear: both; height: 0; overflow: hidden;}
.hide {display: none;}
:focus {outline: none;}

small {
	color: #c58f24;
	display: block;
	font-size: .75em;
	margin: -5px 0 15px 0;
}

.text {margin: 0 0 1.8em;}

.bottom-line {
	border-bottom: 1px solid #000; padding: 0 0 1.5em;
}

/* End Classes */

.alt {
	background: #f8f8f8;
	border: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

#commentform p {
	font-family: Arial;
}

.commentmetadata {font-weight: normal;}
.commentmetadata a {color: #999;}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* End Images */

/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 20px;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}


/* searc */

.searchform {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}

/* End Various Tags & Classes*/