/*
Theme Name: seo copywriting blog
Theme URI: http://www.zhitenev.ru/
Description: The wordpress theme by Ilya Zhitenev.
Version: 1.0
Author: Ilya Zhitenev
Author URI: http://www.zhitenev.ru/
Tags: blue, theme
*/
body {
	margin: 0;
    padding: 0;
	background: #0146a0 url(images/background.jpg) top repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
#all {
	width: 1000px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 1000px;
}
#logo {
	position: relative;
	width: 213px;
	height: 213px;
	margin: 23px 0px 0px 40px;
	float: left;
}
.words {
	position: relative;
	float: left;
	width: 550px;
	height: 218px;
	margin: 30px 0px 0px 10px;
}
#menu {
	position: absolute;
	top: 216px;
	left: 266px;
	z-index: 10;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin: 0px 3px;
	padding: 0;
	width: 104px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	background: url(images/menu.png) no-repeat;
}
#menu ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #eee;
	text-decoration: underline;
}
#searchb {
	position: absolute;
	top: 216px;
	padding: 5px 10px;
	height: 25px;
	left: 750px;
	width: 200px;
	background: url(images/srch-bg.png) no-repeat;
	z-index: 10;
}
#s {
	background: #fff;
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	height: 20px;
	width: 100px;
	vertical-align: middle;
}
#searchsubmit {
	vertical-align: middle;
}
#page {
	clear: both;
	width: 1000px;
	float: left;
	margin-top: 20px;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0px 10px 0px 40px;
}
.widget {
	width: 200px;
	float: left;
	padding-bottom: 10px;
	background: #fff;
	margin: 10px 0px;
}
.widget h3 {
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
	display: block;
	width: 190px;
	height: 31px;
	line-height: 31px;
	float: left;
	background: url(images/widget-bg.jpg) no-repeat top;
}
.widget ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.widget ul li {
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 700px;
	margin: 0px 40px 0px 10px;
}
#rek {
	position: relative;
	width: 700px;
	padding: 10px 0;
	background: url(images/rek-bg.png) no-repeat;
	margin: 10px 0 0 0;
	float: left;
}
.banner1, .banner2 {
	position: relative;
	float: left;
	width: 468px;
	height: 60px;
	background: #fff;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
}
.banner1 {
	margin: 5px 0px 0px 100px;
}
.banner2 {
	margin: 5px 0px 10px 100px;
}
.post {
	float: left;
	width: 700px;
	margin: 10px 0px;
	padding-bottom: 10px;
	background: #fff;
}
.post img {
	margin: 5px;
}
.navigation {
	float: left;
	width: 700px;
	margin: 10px 0px;
	line-height: 30px;
	text-align: center;
}
.post h2 {
	display: block;
	width: 680px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	background: url(images/post-title-bg.jpg) repeat-x top;
	margin: 0 0 10px 0;
}
.post h2 a {
	text-decoration: underline;
	color: #FFF;
}
.post h2 a:hover {
	text-decoration: none;
	color: #fff;
}
.category {
	display: block;
	float: left;
	height: 20px;
	margin: 0px 20px 5px 20px;
}
.date {
	display: block;
	float: right;
	height: 20px;
	margin: 0px 20px 5px 20px;
}
.post-text {
	float: left;
	padding: 0px 10px;
}
.more {
	display: block;
	float: left;
	height: 20px;
	margin: 0px 20px 5px 20px;
}
.comment-link {
	display: block;
	float: right;
	height: 20px;
	margin: 0px 20px 5px 20px;
}
#bgfooter {
	position: relative;
	width: 920px;
	height: 184px;
	background: url(images/footer-lines.png) no-repeat top;
	margin: 0 auto 20px auto;
	clear: both;
}
#footer {
	position: absolute;
	display: block;
	background: url(images/footer-bg.png) no-repeat;
	top: 20px;
	width: 860px;
	padding: 30px;
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
#footer a, .navigation a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, .navigation a:hover {
	color: #ccc;
	text-decoration: none;
}
/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0 5px 0;
	clear: both;
}
.comm {
	border-bottom: 1px dashed #cccccc;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #000000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	float: left;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	font: 110% Arial, Helvetica, sans-serif;
	width: 680px;
}
#commentform form {
	width: 660px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #333333;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 3px;
	color: #333333;
}
#commentform textarea{
	width: 100%;
	height: 115px;
	background:#ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-top: 3px;
	color: #333333;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	color: #333333;
	border: 1px solid #cccccc;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
