/*  
Theme Name: Clientservice.ru
Theme URI: http://www.b2blog.ru
Description: Client Service Wordpress theme created by Boris Bogdanov aka Celarent
Version: 0.1
Author: Boris Bogdanov
Author URI: http://www.ajaxplanet.ru/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
}
h2 a {
	color: Black; text-decoration: none;
}

a{
	text-decoration: underline;
	color: #009;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 15px 0 0;
}


blockquote{
	margin: 15px 0 0;
	background: #efefef;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;
	color: #9b9b9b;
}


/* Modified image styles of WordPress Default Theme, Kubrick */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry img{
	border: 1px solid #ccc;
}

/* end image styles */

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

#container{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#header{
	float: left;
	width: 770px;
	padding: 0 0;
	height: 80px;
}
#header a img {
	border: none;
}
#site_title{
	float: left;
}

#site_title h1{
	font-family: "Times New Roman", Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #ad0000;
}

#site_title h1 a{
	color: #ad0000;
}

#site_description{
	float: left;
	width: 219px;
	font-size: 13px;
	text-transform: lowercase;
	color: #9E9E9E;
	text-align: right;
	margin-top: -2px;
	
}

#page{
	float: left;
	width: 770px;
}

#pages {
	float: right;
}
#pages ul, #pages ul li {
	display: inline;
}

#pages ul li {
	border-left: 1px solid #9B9B9B; padding-left: 5px; padding-right: 4px;
}

#pages ul li a {
	color: #9B9B9B; text-decoration: none; text-transform: lowercase;
}

.narrowcolumn{
	float: left;
	width: 500px;
	margin: 0 20px 0 0;
	display: inline;
}

.post{
	padding: 20px 0;
}

.postdate{
	padding: 5px 0 0;
	font-weight: bold;
	color: #666;
}

.entry{
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{
	font-size: 16px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.postinfo a{
	color: #3C3C9E; text-decoration: none;
}
.postinfo {
	border-bottom: 1px dotted black;
	padding-bottom: 3px;
	color: #9B9B9B;
	font-size: 11px;
}

.browse{
	border-top: 2px solid #999;
	padding: 5px;
	background: #efefef;
	text-align: center;
}

.browse a {
	text-decoration: none;
}

/* sidebar */
.sidebar{
	float: left;
	width: 240px;
	padding: 0;
	margin: 0;
}
.sidebar ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul li h2{
	padding: 20px 0 0 0;
	border-bottom: none; text-transform: uppercase;
	list-style: none;
}

.sidebar ul li.widget, .sidebar ul li.linkcat {
	list-style: none;
}

.sidebar ul li ul {
	list-style: disc url(images/bullet.gif);
margin-left: 17px; 
}

.sidebar a {
	text-decoration: none; color: black;
}


/* comments template */

.comments-template{
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: right;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 3px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */




#footer{
	float: left;
	width: 770px;
	margin: 20px 0 0;
}

#footer p{
	padding: 15px 0; color: #9B9B9B; font-size: 10px;
}

#footer p .nodec a{
	color: #9B9B9B; text-decoration:none;
}

#search {
	margin-top: 18px;
}
#search input#submit-search, input#subs2 {
	height: 21px; border: 1px solid #9B9B9B; background-color: #EEEEEE; padding-bottom: 2px;
}
#search input#s {
	 height: 10px; width: 130px;
}

img.wp-smiley {
	border: none;
}

.sidebar a:hover, #pages a:hover {
	color: #FF6600;
}

#pages ul li.current_page_item a, .current-cat a {
	color: #FF6600;
}

.entry img.metaicon {
	border: none; display: inline; margin-right: 2px;
}
