/*
Theme Name: blogbill.ru
Theme URI:
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Author: Dimox
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #232323;
	width: 100%;
	background: #0E343C;
}
a {
	color: #AC1616;
	outline: none;
}
a:hover {
	color: #73794F;
  text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F5F1E9;
	border-left: 3px solid #C7BEA3;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 1100px;
	margin: 0 auto;
  background: #D2CAA8 url(i/content_body.jpg);
}
#wrl {background: url(i/sharp_left.gif) 0 240px repeat-y}
#wrr {background: url(i/sharp_right.gif) 100% 240px repeat-y}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 240px;
	position: relative;
  background: #CEC778 url(i/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 11px;
	left: 57px;
	font: bold 34px/1 Georgia, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #AD1616;
	text-decoration: none;
}
#logo span {
	display: block;
	font: bold 11px/1 "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
  letter-spacing: 0;
}

#nav {
	position: absolute;
	top: 201px;
	left: 55px;
	font: bold 11px/12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
  text-transform: uppercase;
}
#nav li {
	float: left;
	padding: 0 21px 0 0;
}
#nav a {
	float: left;
	color: #000;
  text-decoration: none;
}
#nav a:hover {
	color: #AD1616;
}

#rss {
	position: absolute;
	top: 8px;
	left: 830px;
	padding: 5px 0 2px 50px;
	font: bold 14px/1 Georgia, "Times New Roman", Times, serif;
	color: #3E3F42;
	text-decoration: none;
  text-transform: uppercase;
}
#rss:hover {
	color: #AD1616;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 4px 0 20px;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#content {
	float: left;
	display: inline;
	width: 603px;
	margin: 0 0 0 9px;
  background: #E2DBCA url(i/mainbar_body.jpg) repeat-y;
}
#ctop {
  background: url(i/mainbar_top.jpg) no-repeat;
}
#cbot {
  background: url(i/mainbar_bottom.jpg) 0 100% no-repeat;
	padding: 38px 20px 38px 66px;
}

#content .adv {
	margin: -19px 0 25px -48px;
}

.post {
	margin: 0 0 40px;
	position: relative;
}
#content h2 {
	font: 24px/1 Georgia, "Times New Roman", Times, serif;
	margin: 0 0 18px;
  background: url(i/post_line.jpg) 0 100% no-repeat;
	padding: 0 0 14px;
	color: #222;
}
#content h2 a {
	color: #222;
	text-decoration: none;
}
#content h2 a:hover {
	color: #AD1616;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 24px/1 Georgia, "Times New Roman", Times, serif;
	margin: 28px 0 18px;
	padding: 0;
	background: none;
	color: #222;
}
#content .entry h3 {font-size: 22px}
#content .entry h4 {font-size: 20px}
#content .entry h5 {font-size: 18px}
#content .entry h6 {font-size: 16px}
.pdate {
	position: absolute;
	top: 0;
	left: -57px;
	width: 46px;
	height: 46px;
  background: url(i/mainbar_date.gif) no-repeat;
	color: #FFF;
	font: bold 24px/1 Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
.pdate span {
	display: block;
  font-size: 12px;
  text-transform: uppercase;
	padding: 2px 0 0;
}
.pmeta {
	font: 12px/1 Georgia, "Times New Roman", Times, serif;
	background: #D7D0B9;
	padding: 4px 10px 6px;
}
.pmeta a {
	color: #605B18;
}
.pmeta a:hover {
	color: #AD1616;
}
.tags {
  font-size: 11px;
	padding: 7px 0 1px;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	margin-left: 18px;
}

#content h3 {
	font: 24px/1 Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	color: #AC1616;
}
div.pagetitle {
	margin: 0 0 25px;
	text-align: center;
	font: 18px/1 Georgia, "Times New Roman", Times, serif;
}

.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.commentDiv {
	padding: 0 0 0 75px;
}
.avatar {
	float: left;
	border: 5px solid #7B9DB4;
	margin: 3px 0 0 -75px;
	background: #F5F1E9;
}
.fn {
	font-style: normal;
}
.commentmetadata {
	font-size: 10px;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}

#respond {
  background: #D4C8A5 url(i/content_body.jpg);
	padding: 18px 16px 25px;
}
#respond h3 {
	margin: 0 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {
	width: 100%;
	overflow: hidden;
}
#cformLeft {
	float: left;
	width: 147px;
}
#cformRight {
	float: right;
	width: 224px;
	padding: 0 0 0 12px;
}
#commentform p {margin: 0 0 9px}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 137px;
	border: 1px solid #9D9474;
}
#comment {
	width: 212px;
	height: 200px;
}
#submit {
	width: 160px;
	height: 22px;
	padding: 0 0 1px;
	background: #FDFDFD url(i/btn.gif) 0 100% repeat-x;
	cursor: pointer;
	overflow: visible;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: right;
	width: 468px;
	padding: 8px 17px 0 0;
}
.sidebar {
	float: left;
	width: 229px;
}
#right {
	float: right;
}

.adv {
	margin: 0 0 10px;
}

.section {
  background: #C9C6B7 url(i/sidebar_body.gif);
	border: 1px dashed #99936F;
	margin: 0 0 10px;
	padding: 0 15px 15px;
	height: 1%;
	font: 13px/1 Georgia, "Times New Roman", Times, serif;
}
.section h3 {
	height: 33px;
  background: #677C90 url(i/sidebar_h3.gif) repeat-x;
	color: #C7D1DB;
	text-transform: uppercase;
	font: bold 24px/33px "Trebuchet MS", Helvetica, sans-serif;
	padding: 0 0 0 18px;
	margin: 0 -15px 15px;
}
.section li {
	padding: 5px 0 5px 13px;
	background: url(i/bullet.gif) 0 1px no-repeat;
	list-style: none;
}
.section a {
	color: #000;
  text-decoration: none;
}
.section a:hover {
	color: #73794F;
}
.section li ul {
	margin: 5px 0 -5px;
}

#search {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
}
#search input {
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	float: left;
}
.search {
	width: 145px;
	padding: 1px 5px;
	border: 1px solid #8D8C87;
	background: #E4DDC6;
}
#search input.go {
	cursor: pointer;
	border: none;
	width: 34px;
	height: 22px;
	background: #667B8F;
	margin: 0 0 0 5px;
	color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

#tagCloud a {
  line-height: 24px;
  margin-right: 5px;
}

#counters {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  background: url(i/sharp_footer.gif) 100px 100% repeat-x;
	margin: 0 5px;
	padding: 10px 35px 30px;
	font: 13px/1 Georgia, "Times New Roman", Times, serif;
	color: #000;
}