/*  
Theme Name: Legal Beagles 03
Author URI: http://www.radweb.co.za/
Version: 1.0
Author: Ryan Holder
Description: Theme for <a href="http://www.legalbeagles.co.za/">Attorneys / Lawyers - Full Service South African Law Firm</a> by <a href="http://www.radweb.co.za/">Ryan Holder</a>.
*/
/*From site_main.css*/
body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
	background:url(images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background:#1e1e1e;
	padding:0 10px 0px 10px;
	width:880px;
	margin:0 auto;
}

#wrapper2 {
	width:860px;
	background:url(images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
	width:457px;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
	
	
}
#nav li a:hover {
	background:url(images/nav_a_hover.jpg) top center no-repeat #fff;
	color:#000;
}

#header h1 {
	font:2.6em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	height:38px;
	padding:6px 20px 0px 48px;
	margin-top:26px;
	margin-left:2px;
	background:url(images/legal_beagles_logo.gif) left bottom no-repeat;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
/*	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
*/}
#container {
	clear:both;
	padding:10px 0 0 0;
	margin:0px;
}

p.description {
	background:url(images/description.jpg) right bottom no-repeat #0072bc;
	padding:3px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #06568a;
}
p.description img {
	vertical-align:top;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(images/sidebar.gif) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	padding:10px 0px 0px 0px;
	border-bottom:2px solid #eee;
	clear:left;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
	border-bottom:0px;
}

#content p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #06568a;
	color:#121212;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
	text-align:justify;
}

p.news a{
	color:#0072bc;
	text-decoration:none;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
/*	border-bottom:1px solid #eee;*/
	padding:0px;
	margin:0;
}
#sidebar ul li li {
/*	border-bottom:1px solid #eee;*/
	padding:5px;
	margin:0;
}
#sidebar ul.nopadd li {
/*	border-bottom:1px solid #eee;*/
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0072bc;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0000FF;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}

#content h3 {
	font:1.4em Trebuchet MS;
	color:#555;
	margin:10px 0px 0px 0px;
}
#content span {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 0px;
	padding:5px;
}
#content img {
	padding:5px;
	vertical-align:middle;
/*	border:1px solid #eee;*/
}
 a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #ccc;
}
#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:0px 0px 8px 0px;
	margin:10px 0 0 0;
	color:#ccc;
	width:880px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}

.beaglesblue {
	color:#0072bc;
}
a.practices_more {
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
	font-size:10px;
}
#content h4 a{
	margin-left:20px;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

#searchform .s {
	border: none;
	background: #fff;
	color: #333;
	border:1px solid #443b34;
	width:175px;
}

.searchform .button {
	width:30px;
    }
#focus_post_container{
margin:0;
width:100%;
background: url(images/focus-post-bg.jpg) repeat-x 0px 0px;
}

#focus_post{
width:780px;
height:164px;
margin:0 auto;
padding:0;
}

#focus_post_img {
float:left;
margin:10px 0px 0px 0px;
width:404px;
height:153px;
background: url(images/focus-post-img.gif) no-repeat left;
}

#focus_post_msg {
float:right;
width:366px;
height:123px;
padding:0px 10px 10px 0px;
text-align:left;
}

#focus_post_msg h2{
background:transparent url(images/headline.gif) no-repeat scroll left bottom;
color:#0591E9;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
margin:10px 0px 0px 0px;
}

#focus_post_msg h3{
color:#0591E9;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin:4px 0px 0px 0px;
}

#focus_post_msg h2 a:link, #focus_post_msg h2 a:visited{
text-decoration: none;
color: #0591E9;
}

#focus_post_msg p{
margin:10px 0px 0px 0px;
padding:0;
}



.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family:Arial,Helvetica,sans-serif;
font-size: 18px;
}

.post a:link, .post a:visited{
text-decoration: none;
color: #0591E9;
}

.entry{
line-height: 18px;
}

.entry-date{
padding: 0;
font-size: 11px;
color: #999;
}

.entry-meta{
	margin:10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
	background: #fff;
	font-family: arial, helvetica, sans-serif;
}

.cat-link{
	padding: 0 0 0 15px;
	background: url(images/bullet_go.gif) no-repeat 0 3px;
}

.comments-link{
	padding: 0 0 0 29px;
	background: url(images/comment.gif) no-repeat 10px 2px;
}

.edit-link{
	padding: 0 0 0 25px;
	background: url(images/bullet_go.gif) no-repeat 10px 3px;
}

/* For the Comments Section */
.comments-template{
	margin: 0px;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	width:500px;
}