/*
Theme Name: ADSimple
Theme URI:
Description: Simple theme based on <a href="http://articlesss.com/article-directory-wordpress-theme/">Article Directory</a> theme.
Version: 1.0.1
Author: Dimox
Author URI: http://dimox.name/
Tags: white, fixed width, three columns, widgets, right sidebar, simple
*/
html,body{
	height:100%
}

* { margin: 0; padding: 0; }
body {
	font: 85% Georgia, serif;
	line-height: 1.4em;
	color:#444;
	background:#B2AB9A url(/blog/wp-content/themes/adsimple/i/bg.gif) 0 0 repeat;
}
a {
	color: #254E8B;
	text-decoration:underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
p, div.title {margin: 0; padding: 10px 0;}

img {border: 0}
input {vertical-align: middle;}


/*заголовки*/
/*h1 {margin: 20px 0 0}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}*/

h2 {
	font-size: 1.4em;
	font-weight:normal;
	border:0px solid green;
	line-height:1.1em;
	color:#664E38;
	text-align:left !important;
	margin: 0 0 0.8em; 0}
h2 a{color:#664E38;text-decoration:underline}
.post h2{
	margin: 0 0 3px 0;
}
#sidebars h2 {margin:0 0 3px 0}
/*.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
	border:1px solid red;
}*/

h3{
	color:#664E38;
	font-weight:normal;
	font-size:1.4em;
	text-align:left !important;
	margin: 0 0 3px 0;
	line-height:1.1em;
}
h3 a{
	color:#664E38;
}

.entry h4 {
	/*font-size: 1.3em;*/
	margin: 15px 0 10px;
	border:1px solid red;
	font-weight: bold !important;
}
/*элементы форм*/
input, textarea, select{
	font:0.8em Georgia, Arial, Sans-Serif;
	padding: 3px 6px;
	border: 1px solid #B2AB9A;
	color:#444;
}

#submit, #searchsubmit{
	background: #B2AB9A;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: normal;
	overflow: visible;
	height:22px;
	border:0;
	cursor: pointer;
	font:0.8em Georgia, sans-serif;
	cursor: pointer;
	overflow: visible
}
#s {
	width: 160px;
	margin-right: 5px}
#author, #email, #url, #comment, #submit {
	width: 200px;
	margin-top:3px
}
#submit{
	margin-top:4px
}
#comment {
	width: 470px;
	height: 170px;
}
#openid_type{
	margin-right:5px;
	border:1px solid #B2AB9A;
	width:200px;
}
#openid_name{
	border:1px solid #B2AB9A;
	position:relative;
	padding:2px 6px;
	top:-2px;
	width:247px;
	color:#444444;
	background-position: 2px 1px !important
}
/***************/

blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #B2AB9A;
	background-color: #EEEBE8;
	padding: 5px 15px;
	/*font-size: 1.3em;*/
}
* html blockquote {height: 1%;}
blockquote p {
	/*font-size: 1em !important;*/
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #c6c2b0;
	text-align: center;
	background-color: #f1f0eb;
	padding-top: 4px;
	margin: 10px;
}
	/* optional rounded corners for browsers that support it 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/

/*************/

#wrapper {
	width: 980px;
	margin: 0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	min-height:100%
}
#wrapper2{
	border-left:3px solid #958B77;
	border-right:3px solid #958B77;
	
	background-color:#FAFAFA;
	min-height:100%
}
#wrapper3{
padding: 20px 20px 0 20px;
}
/* Header*/
#header {
	height: 80px;
	border-bottom: 3px solid #CECBB9;
	margin:0 0 28px 0;
}
#top{clear:both}
#searchform {
	margin: 0 0 0;
	float:right}
#searchform input {float: left}


#logo {
margin: 0px 0 20px 0;
float:left;}

ul#menu{
	float:left;
	margin:2px 0 0 0;
	list-style:none;
	padding:0}
#menu li{
	float:left;
	clear:right;
	_width:40px;
	margin:0 20px 5px 0;
	padding:0}
#menu li.ru_about{_width:120px;}
#menu a{
	display:block;
	text-decoration:none;
	font-size:14px;
	text-transform: uppercase;
	font-family:"Times New Roman", serif;
	height:21px}
#menu li a{color:#5F5F5F}
#menu li a:hover, #menu li a.now{color:#254E8B}
/* Content*/
#container {
	width: 100%;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 680px;
	_width:670px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}
#content .post {margin: 0 0 2.2em;clear:both}

.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 0.8em;
	line-height:1.2em;
	padding: 0 0 7px 63px;
	color: #808080;
}
.postmetadata a {
	color: #808080;
	text-decoration: underline;
}
.entry {text-align: justify;clear:both}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	padding: 0 0 22px;
}
.navigation {
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}



.commentlist {
	margin: 20px 0 30px 54px;
}
.commentlist div.onecomment {
	padding: 8px 0 2px;
}
.cdata { /*цвет шапки комментария*/
	/*background: #EEEBE8;
	padding: 3px 3px 3px 7px;
	height: 1%;*/
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 0 0 63px;
}
.comment_author a{
	color:#808080
}

.commentlist li p {
	/*font-size: 1em !important;*/
}
span.commentmetadata{font-size: 0.8em}
#commentform p{
	margin:0;
	padding:0;
}

/* Sidebars */
#sidebars {
	float: left;
	width: 230px;
	font-size: 0.9em;

}
.data{
	float:left;
	background:url(/blog/wp-content/themes/adsimple/i/box.jpg) 0 0 no-repeat;
	width:54px;
	height:54px;
	overflow:hidden;
	margin:5px 10px -10px 0;
	text-align:center;
	color:#FFF;
	font-family:Arial, Tahoma, "Times New Roman" serif;
}
.data p.day{
	font-size:30px;
	line-height:38px;
	padding:0;
	margin:0
}
.data p.month{
		font-size:12px;
	line-height:12px;
	position:relative;
	top:-4px;
	padding:0;
	margin:0
}
.data span.year{
	margin-left:2px;
}
/** html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}*/

#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
/*#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}*/

#sidebars ul {
	margin: 0 0 20px 0;
}
#sidebars li {
	list-style: none;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li ul {
  margin: 0 0 3px 12px;
}
#sidebars li li {
  padding: 3px 0 0;
	border: none;
}
#sidebars li a {
	background: url(i/arrow.gif) no-repeat 0.65em left;
	padding: 0 0 0 12px;
	color: #808080;
}

.tags,
#tag_cloud {
	margin: 0 0 20px 0;
	line-height:1.9em
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 2px;
}

#archives{margin:0 0 20px 0}
#archives select{
	width:234px;
	font-size:1em;
	margin-top:4px
}

/*#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}*/


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 0;
	margin: 0;
	font-size: 0.8em;
	color: #808080;
}
#footer a{
	color: #808080;
}

.add_post{
	margin:5px 0 10px 0
}
.add_post h4{
	font-weight:normal;
	background: url(i/arrow.gif) no-repeat 0 0.68em;
	padding: 0 0 0 12px;
}
.add_post h4 a{
	color:#664E38;/*#808080;*/
}
.add_post .date{
	color:#808080;
	margin:0 0 0 12px;
	font-size:90%;
}
.sh_group{
	clear:both;
	height:133px;
}
.shutter img{
	margin:0 20px 20px 0;
	float:left;
}