/*  
Theme Name: lawyer
Theme URI: http://www.sakshay.in/
Description: The lawyer theme for lawyer site.
Version: 1.0
Author: sanjay singh
Author URI: http://www.sakshay.in/ 

*/
body {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 14px;
	font-family: eurostile;
	color:#000;
	background:url(images/background.jpg) left top;
}
a {
	color: #0000ee;
	text-decoration: underline;
	outline:none;
}

a:hover,a:active,a:focus {
	text-decoration: underline;
	color:#0000ee;			
}
a img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}
#wraper {
	width: 775px;
	padding:10px 0px;
}
#wrapermain {
	width: 775px;
	height:auto;
	background:url(images/bgmanibody.jpg) left top repeat-y;
}
#leftbody{
	width: 184px;
	height:auto;
	float:left;
}
#logo{
	width: 184px;
	height:196px;
}
#sidebar{
	float: left;
	width:184px;
	text-align: left;
}
#sidebar h3{
	font-size:16px;
	line-height:32px;
	font-weight: normal;
	width:174px;
	padding-left:10px;
	text-transform: capitalize;
	background:#000;
	color:#FFFFFF;
	text-align: left;	
}
#sidebar ul {
	list-style:none;
	text-align: left;
	width:164px;
	color:#0000ee;
	margin-bottom:15px;
}

#sidebar ul li {
	display:block;
	line-height:20px;
	padding:0px 10px ;
	color:#0000ee;
	background:url(images/ulbg.jpg) no-repeat left ;
}
#sidebar ul li a{
	color:#0000ee;
	text-decoration:underline;
}
#header{
	float: right;
	width:586px;
	height:428px;
	margin-top:2px;
	margin-right:2px;
	text-align:left;	
	background:url(images/header.jpg) no-repeat left ;
}
#headerleft{
	width:285px;
	margin-top:385px;
	margin-left:6px;
	height:30px;
	float:left;
	color:#FFFFFF;
}
#headerright{
	width:260px;
	margin-right:10px;	
	height:415px;
	float:right;
}
#main{
	float: right;
	width:586px;
	margin-right:2px;
	text-align:left;
}
#main p {
	line-height: 1.4;
	margin: 0 0 .95em 0;
}

#main h2{
	font-size:16px;
	line-height:32px;
	margin-bottom:10px;
	font-weight: normal;
	padding-left:10px;
border-top:#FFFFFF solid 1px;
	color:#fff;
	text-transform: capitalize;
	background:#000;
}
#main h2 a {
	text-decoration:none;
	font-size:16px;
	line-height:32px;
	color:#fff;
	background:#000;
}	
ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
}
ul {
	list-style: none;
}
.post{
	padding:10px 0 10px 0;
}
.entry{
	line-height:18px;
	padding:0px;
}
.postmeta {	
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;	
	font-size: 95%;
	color: #464645;
	border:#dfdfdf solid 1px;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}
#footer{
	width:775px;
	height:90px;
	font-size: 11px;
	padding-top:77px;
	text-align:center;
	color: #fff;
	background:url(images/footerbg.jpg) no-repeat left ;
}
#footer a {
	color: #fff;
	font-size:9px;
	text-decoration:none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#leftmenu{
	text-align:left;
}
.menu {
	background-color: #00792C;
}
.menu ul {
	color: white;
	list-style: square;
	padding: 7px 7px 7px 20px;
	font-size: 10px;
	line-height: 1em;
	margin: 0;
}
.menu ul li {
	padding: 0 0 6px 0;
	margin: 0;
}
.menu ul li a {
	border-bottom: solid 1px #ffffff;
	color: white;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

