/*
THEME NAME: Client.BG
THEME URI: http://www.easternwest.com/wordpress-themes/
DESCRIPTION: A simple, but beautiful theme designed by Webgravity.
VERSION: 1
AUTHOR: <a href="http://client.bg/">Silvia</a> &amp; <a href="http://www.webgravity.biz/">webgravity</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');

body {
	font-size:14px; color:#666666;
	font-family: tahoma;
	width:100%; background:#fff url(images/top.gif) top left repeat-x;
	padding:0; margin:0;
	width:100%;
}

a, a:visited{ color:#3ea0fc; text-decoration:none;}
a:hover{ color:#002245; text-decoration:none;}

.hfeed{margin:0px; padding:0px;}
.wrapper{ margin:0px auto; width:935px; padding:0px;padding:0px;}

.page-title{color:#002245;}


div#header{
	text-align: left;
	color: #000;
	margin:0px; 
	padding:0px;
	width:935px; height:152px;
}


div#blog-description{
	margin-top 0px;
	margin-bottom: 28px;
}

h1{
	font-size: 30px;
	margin:0px; 
	padding:0px;
	width:114px; float:left;
}

div#menu{
	font-size:0.9em;
	height:1.5em;
	padding-top:0.3em;
	background:#fff;
	width:800px;
}

div#menu ul a{
	background-color:#dfdfdf;
	padding: 6px 15px;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

div#menu ul a:hover{
	background-color:#000;
	padding: 6px 15px;
	margin-right:10px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

h9{float:right; width:200px;}
.rss_span{float:right; width:160px;position:absolute; /*top:38px; left:1080px;*/ color: #fff;font-size:13px; margin-left:40px; margin-top:30px; font-weight:bold; cursor:pointer; }
.bg_span{float:left; width:161px;position:absolute; /*top:38px; left:1080px;*/ }
*html .bg_span{margin-top:5px;}

h9 .rss_span a,h9 .rss_span a:visited{
	padding: 6px 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	

}

h9 .rss_span a:hover{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	

}



div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul li{
	float: left;
}

div#menu ul li a{
	background-color:#227ce8;
	padding: 6px 15px;
	margin-right:10px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.entry-title{clear:both; color:#002245;}
div#container,div.sidebar{margin-top:2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;

}
h3{ color:#002245;}
div.sidebar h3{
	font-size:1em; 
	font-family: calibri, arial, sans-serif;
	color: #000;
	text-transform: normal;
}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:20px 0 0;}
div.sidebar li form{margin:0.4em 0 0;padding:0;}
div.sidebar ul ul{margin:5 0 0 0em;}
div.sidebar ul ul li{list-style:none;margin-top:10px;}
div.sidebar ul ul ul{margin:0 0 0 0;}
div.sidebar ul ul ul li{list-style:circle;}

div#footer{
color: #000;
padding-top: 100px;
text-align:left;
float:bottom;

}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}


/* top menu*/

.menu_holder{ float:left; width:621px; margin-top:82px; position:relative;}
.menu_left, .menu_right{ float:left; width:10px; height:49px;}
.menu_left{ background:url(images/bg_menu_left.gif) top left no-repeat;}
.menu_right{ background:url(images/bg_menu_right.gif) top left no-repeat;}

.menu{ float:left; background:#f1f1f1; padding:10px 0px 0 5px; height:39px;}



/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list in IE */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
margin:-1px;
left:0;
top:0;
}

/* style all the top level links */
.menu a, .menu :visited {
width:141px; height:20px; float:left; background:url(images/button.gif) top left no-repeat; text-align:center; text-transform:uppercase; font-size:12px; color:#fff; font-family:Arial, Helvetica, sans-serif; margin-right:8px; font-weight:bold; text-decoration:none; padding-top:5px;
}

/* style the links hover */
/* for IE6 */
.menu a:hover{
border:0;
color:#fff;
}
/* for IE7 and non-IE browsers */
.menu li:hover > a {
color:#fff;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:141px;
height:0;
top:20px;
padding-bottom:5px;
background:url(images/button.gif) bottom left no-repeat;
color:#002245;
}
.menu ul ul li {color:#002245;}
.menu ul ul.listIE7 {
visibility:hidden;
position:absolute;
width:141px;
height:0;
top:20px;
padding-bottom:5px;
background:url(../images/button.gif) bottom left no-repeat;
left:-149px;
margin-top:-19px;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
height:auto;

}
/* place the bottom scroll image beneath the drop down list */
.menu ul :hover ul a { width:141px; height:20px; background:#8b8b8b; text-align:center; text-transform:none; font-size:11px; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-decoration:none; padding:5px 0px -3px 0px; margin:opx;}
.menu ul :hover ul a:hover {color:#fff; text-decoration:underline;}

.add_opinion_holder{ float:right; width:180px; margin-top:82px; background:#f1f1f1 url(images/bg_add_opinion.gif) top left no-repeat; padding:7px 0px 0px 0px; height:42px;}

.add_opinion, .add_opinion_2{ float:left; background:#f1f1f1; padding: 0px 0px 0px 7px; height:42px;}
.add_opinion a{ float:left; background:url(images/add_opinion.gif) top left no-repeat; width:167px; height:34px;}

.add_opinion_2 a{ float:left; background:url(images/add_answer.gif) top left no-repeat; width:167px; height:34px;}

.hentry{border-bottom:11px solid #ececec; margin-bottom:20px; padding-bottom:5px;}
