/*
Theme Name: baltcity.ru/log/
Theme URI: http://numberonedesigner.com/
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/14px Verdana, Arial, Tahoma, sans-serif;
	color: #333;
	width: 100%;
	line-height: 20px;
	background: #FFF1D9;
}
a {
	color: #643217;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 8px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 18px;
	position: relative;
}
#logo {
	position: absolute;
	top: 16px;
	left: 70px;
	font-size: 28px;
	color: #313131;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	padding: 17px 0 0;
}
#logo span {
	position: absolute;
	top: -4px;
	left: 2px;
	font: 10px Tahoma, Arial;
	color: #837F78;
	text-transform: lowercase;
}
#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
	height: 38px;
	/* background: url(i/logo.png) no-repeat; */
}

#nav {
	position: absolute;
	top: 26px;
	left: 488px;
	list-style: none;
	font: 12px/30px Arial, Tahoma;
}
#nav li {
	float: left;
	display: inline;
	margin-right: 3px;
	/* background: url(i/nav.png) no-repeat; */
	padding-left: 15px;
	height: 31px;
}
#nav a {
	color: #4F4F4F;
	float: left;
	/* background: url(i/nav.png) 100% -31px no-repeat; */
	padding: 0 15px 1px 0;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	overflow: hidden;
}
#content {
	float: left;
	overflow: hidden;
	width: 658px;
	padding: 0 221px 0 51px;
	background: url(i/content-bg.gif) 51px 0 repeat-y;
}
* html #content {height: 1%;}
.content-top {
	background: url(i/content-top.png) no-repeat;
}
.content-bottom {
	background: url(i/content-bottom.gif) 0 100% no-repeat;
	padding: 140px 10px 20px 10px;
}

.post {
	margin: 0 0 45px;
	position: relative;
	height: 1%;
}
#content h2 {
	font: 18px/20px Arial, Tahoma;
	background: #F4F4F4;
	border-bottom: 1px solid #ECECEC;
	padding: 10px 30px;
	height: 1%;
}
#content h2 a {
	color: #333;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;
	padding: 30px 60px 0 200px;
}
.postmetadata {
	position: absolute;
	top: 80px;
	right: 465px;
	width: 180px;
	font-size: 11px;
	line-height: 13px;
	color: #989898;
	text-align: right;
}
.postmetadata a {
	color: #989898;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.comments {
	text-align: right;
	padding: 15px 60px 0 0;
}
.comments a {
	background: url(i/comments.gif) 0 5px no-repeat;
	padding: 0 0 2px 16px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 10px 30px;
	font-weight: normal;
}
h3.pagetitle {
	margin: 20px 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 16px !important;
}

.commentlist {
	margin: 30px 60px 40px 30px;
	list-style: none;
}
.commentlist li {
	 padding: 0 0 5px;
 	 clear: both;
}
.cdata {
	width: 150px;
	float: left;
	text-align: right;
	padding: 20px 0 0;
	line-height: 18px;
}
.cdata a {
	text-decoration: none;
}
.cdata a:hover {
	text-decoration: underline;
}
.commentmetadata {
	font-size: 11px;
}
.commentmetadata a {
	color: #888;
}
.ctext {
	display: table;
	height: 1%;
	padding: 15px 0 25px 50px;
	background: url(i/comment-bg.png) 10px 0 no-repeat;
}

#commentform {padding: 15px 0 20px 30px}
#commentform label.float {
	float: left;
	text-align: right;
	width: 150px;
	padding: 2px 20px 0 0;
}
#commentform .small {
	display: block;
	font-size: 10px;
	color: #888;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 3px;
	width: 290px;
	border: 1px solid #ACACAC;
}
#comment {
	width: 390px;
	height: 150px;
	margin: 0 0 0 170px;
}
#submit {
	width: 120px;
	height: 25px;
	padding: 0;
	background: #EA713C url(i/postcomment.png) no-repeat;
	border: none;
	cursor: pointer;
	overflow: visible;
	margin: 0 0 0 170px;
}

.navigation {
	height: 30px;
	padding: 0 60px 0 200px;
}
.alignleft {float: left;}
.alignright {float: right;}

.padding {
	padding: 15px 30px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 196px;
	margin-left: -210px;
	position: relative;
	font-size: 11px;
	padding: 9px 0;
}

#search {
	height: 35px;
}
#search input {
	float: left;
	font: 11px Verdana, Tahoma, Arial;
}
.search {
	width: 165px;
	padding: 2px 4px 3px;
	border: 1px solid #B5B5B5;
}
.go {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: #BAB1A3 url(i/go.gif) no-repeat;
	border: none;
	margin: 2px 0 0 5px;
}

.block {
	background: url(i/block-bg.png) 0 22px no-repeat;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

#sidebar h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 17px 6px;
}
#sidebar ul {
	margin: 17px 0 0 15px;
	line-height: 18px;
	list-style: none;
}
#sidebar ul ul {
	margin: 0 0 0 12px;
}
#sidebar ul a {
	text-decoration: none;
	color: #4F4F4F;
}
#sidebar ul a:hover {
	text-decoration: underline;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font: 11px/18px Arial, Tahoma;
	color: #7F786C;
	width: 658px;
	padding: 12px 0 20px 111px;
	text-align: center;
}
#footer a {
	color: #7F786C;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}