﻿/*
Theme Name: Yes
Description: YES WordPress Theme.
Version: 1.2
Author: Eugene
Author URI: http://ars-vision.com
Tags: fixed width, two columns, widgets, white, grey
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }


h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }


*{font: normal 12px Arial; color:#898989;}
html {margin:0;	padding:0; width:100%;height:100%; background: #000 url(images/bg_blog.gif) repeat fixed;}

body {margin: 0 auto; width: 100%; padding-bottom:30px}
#local_body {margin: 30px auto 0px auto; width: 977px; border:1px solid #dddddd; background: #fff;}
table,td {padding:0; margin:0; border-collapse:collapse; vertical-align:top;}

a {font: normal 11px Arial; color:#7cab4c; text-decoration: none; border-bottom: none;}
a:hover {color: #898989; text-decoration: none; }
b {font-weight:bold;}

/* Header
-------------------------------------------------------------------*/
#header {
	height: 100px;
	border-bottom:1px solid #dddddd;
}
#header a {text-decoration: none; border-bottom: none;}
#header a:hover {text-decoration: none; border-bottom: none;}

#header .logo{
	float:left;
	margin:25px 0 0 25px;
	border:none;
	padding:0;
}

#up-menu{
	float: right;
	padding:45px 30px 0px 0px;
}
#up-menu ul li{
	display: inline; 
	list-style:none;
	list-style-type: none;
}
#up-menu a { text-decoration: none; }
#up-menu ul li.page_item a { color: #6b6b6b; text-decoration: none; }
#up-menu ul li.page_item a:hover { color: #bfbfbf; text-decoration: none; }
#up-menu ul li.current_page_item a { color: #bfbfbf; text-decoration: none; }

#up-menu ul li.cat-item a { color: #6b6b6b; text-decoration: none; }
#up-menu ul li.cat-item a:hover { color: #bfbfbf; text-decoration: none; }
#up-menu ul li.current-cat a { color: #bfbfbf; text-decoration: none; }

#left-menu{
	float: left;
	padding:45px 30px 0px 0px;
}
#left-menu ul li{
	display: inline; 
	list-style:none;
	list-style-type: none;
}
#left-menu a { text-decoration: none; }
#left-menu ul li.page_item a { color: #6b6b6b; text-decoration: none; font-weight: bolder; }
#left-menu ul li.page_item a:hover { color: #7CAB4C; text-decoration: none; font-weight: bolder; }
#left-menu ul li.current_page_item a { color: #7CAB4C; text-decoration: none; font-weight: bolder; }

#left-menu ul li.cat-item a { color: #6b6b6b; text-decoration: none; font-weight: bolder; }
#left-menu ul li.cat-item a:hover { color: #7CAB4C; text-decoration: none; font-weight: bolder; }
#left-menu ul li.current-cat a { color: #7CAB4C; text-decoration: none; font-weight: bolder; }

	#header a {font: 16px Arial; color: #6b6b6b; text-decoration: none; text-transform: uppercase; padding:0px 10px}
	#header a:hover {font: 16px Arial; color: #bfbfbf; text-decoration: none; text-transform: uppercase; padding:0px 10px}
	#header .red_f {font: 16px Arial; color: #ac3131; text-decoration: none; text-transform: uppercase; padding:0px 10px}


/* Content
-------------------------------------------------------------------*/
#content {
	border-right:1px solid #dddddd;
	float:left;
	min-height: 100%;
	width:643px;
	padding:5px 35px 35px 35px;
	margin-right: -1px;
	background: white;
}	

#content .post {
	margin-top: 15px; 
	margin-bottom: 35px; 
}

#content .post p a { text-decoration: underline; }
#content .post-info a { text-decoration: underline; }
#content .additionalblock a { text-decoration: underline; }


#content .post a {color:#7cab4c; }
#content .post a:hover {color: #898989; }
#content .post h1.post-title { 
	color: #434343;
	font-family: Arial;
	font-size: 30px;
	margin-bottom: 10px;
        text-decoration: none;
}


#content .post p img { padding:3px; margin:5px; border:1px solid #dddddd; }


#content #pages { text-align: center; }
#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}

#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}

#content dl dt { 
	font-weight: bold;
}

#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}		  

	#content p a {font: normal 12px Arial; color:#7cab4c; }
	#content .datetime {font: normal 12px Arial; color:#7cab4c; padding:0px 0px 20px 0px; margin:0px;}
        #content .datetime a {font: normal 11px Arial;}

	#content .post-info {clear:both; width:100%; height: 16px; padding:10px 0px 10px 0px; margin:0px;}

		.post-info .author {float: left; height:14px; background: url(images/ic_author.png) 0% 0% no-repeat; padding: 1px 0px 1px 20px }
		.replis {float:right; height:12px; padding-bottom:5px; }
                .replis span {font: normal 11px Arial; }
		.replis img {padding:0px 3px; margin-bottom:-5px; border:none; }
	#content .additionalblock {clear:both; width:618px; height: 13px; padding:10px; margin: 0px; border:1px solid #dddddd;}	
		.additionalblock .Category {float: left; }
		.additionalblock .Comments {float: right; padding: 0px 0px 0px 20px; background: url(images/ic_pencil.png) 0% 0% no-repeat;}
		.additionalblock .Comments a {font: bold 12px Arial; color:#7cab4c;}
	#content #page_selector {clear: both; width: 100%; height:20px; text-align: center; padding: 30px 0px 0px 0px;margin: 0 auto;}	
		 #ps_center {margin:auto; width: 60%; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	float:left;
	width: 262px;
	padding:0px;
	margin:0px;
	border-left:1px solid #dddddd;
}

#line_hr {
  border: 0;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  overflow: hidden;
  margin:0px;
  padding: 0px;
}

#sidebar span {
color: #7cab4c;
}

/* Searchform
-------------------------------------------------------------------*/
	#searchform {width:201px; height:30px;  background-color: #f7f7f6; border:1px solid white; padding: 15px 30px; }		 
		#searchform #s {float:left; padding: 2px; width: 158px; background-color: #FFF; }	 
	#addd {width: 201px; height: 30px; border: 1px solid white; font: normal 11px Arial; color: #6b6b6b; padding: 15px 00px 15px 60px; background: #e2edd8 url(images/bt_pluc.gif) 30px 15px no-repeat;}
		#addd h2 {font: normal 14px Arial; color: #6b6b6b; padding: 0px; margin: 0px; text-transform: uppercase;}
	#subscribeblock {width:201px; height:50px;  border:1px solid white; padding: 15px 30px; }		 
			#subscribeblock #txt_sbs {float: left; padding: 2px; width: 158px; background-color: #FFF;}
			#subscribeblock a {font: normal 12px Arial; color: #7cab4c; text-decoration: none; line-height: 180%;}
			#subscribeblock a:hover { color: #898989;}

.block {width:223px; border-top: 1px solid #e9e9e9; padding: 10px 10px 20px 30px}	
.block a { font: normal 12px Arial; color: #434343; text-decoration: none;}
.block a:hover { font: normal 12px Arial; color: #434343; text-decoration: underline;}	
.block h3 { padding: 5px 0px 0px 0px; font: normal 18px Arial; color: #434343; text-decoration: none;}

.block ul li.cat-item a { color: #6b6b6b; text-decoration: none; }
.block ul li.cat-item a:hover { color: #bfbfbf; text-decoration: none; }
.block ul li.current-cat a { color: #bfbfbf; text-decoration: none; }

/* Footer
-------------------------------------------------------------------*/
#footer {clear:both;  width:956px; height:11px; padding-bottom:30px; padding:13px 0px 18px 21px; font: normal 11px Arial; color: #a0a71c; border-top: 1px solid #e9e9e9;}		
 #footer a {font: normal 11px Arial; color:#767676; text-decoration: none; }


/* Captions
-------------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}



/* ����� ������������
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border:1px solid #d3d3d3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px; 
	color: #555; 
}

#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 85%; 
	border: 1px solid #aaa; 
	height: 120px;
	font: 0.9em;
	padding:2px;
}

#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding:2px;
	font: 0.9em;
}

#commentform input#submit { padding: 3px 10px; color:#000; }


.entry{
margin: 0;
padding: 0px 10px 3px 10px;
}
#navigation{
padding: 5px 15px;
}

/************ ���������� ������� � ���������� ***********/
ol.commentlist li.even {
	background:#fff;/*  ���� */
	margin-top:15px;/* ������� ����� ��� ������ ��������� */
}

ol.commentlist li.odd {
	background:#f3f3f3;/*  ���� */
	margin-top:15px;/* ������� ����� ��� ������ ��������� */
}

/*********** START  �������� ��������� ������  ************/
ol.commentlist li.comment-author-admin{
	border:1px solid #7cab4c;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*********** END  �������� ��������� ������  ************/
.commentlist li .avatar { 
	float: right;
	border: 1px solid #7cab4c;
	padding: 2px;
	background: #e6edee;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration: none;
}

.says{
	font-size: 0.9em;
	font-weight: normal;
}

.commentmetadata {
	font-weight: normal;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	font: 0.9em;
	font-weight: bold;
	border:1px solid #aaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	font-size: 1em;
	margin: 7px 0px -10px -10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.children { padding:0px; }/* ������� ��� ������ ��������� */
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }
