/* 
	Theme Name: Legal Buffet
	Author: Classic Creations
	Author URI: http://www.classiccreationsdesign.com
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

* {
	margin:0;
	padding:0;
}

body,html {
	min-height:101%;
}

body {
	background: url(images/bg.jpg);
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0000ff;
	text-decoration: none;
}
	
a:hover {
	color: #89b1ef;
	text-decoration: underline;
}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: url(images/header.jpg) bottom center no-repeat;
	width: 850px;
	height: auto;
	margin: 0px auto 0px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -425px;
}

.logo {
	height: 169px;
}
	
.description {
	font-family: serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
    text-transform: uppercase;
	text-align: right;
	margin-right: 160px;
	margin-top: 73px;
}
	
#icons  {
    float:right;
    text-align: right;
	width: 165px; 
	margin-top: -30px;
}
	
#icons img {
	display:inline;
	padding:0px 2px 0px 2px;
}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	height: 56px;
	background:#2f72e3;
	font-size:1em;
	clear: both;
	display:block;
}
	
#navbar, #navbar ul {
	list-style: none;
	line-height: 1;
}

#navbar a, #navbar a:hover {
	display: block;
	border-right:1px solid #FFFFF;
	text-decoration: none;
	border:none;
}

#navbar li {
	float: left;
	list-style:none;
	width:120px;
	border-right:1px solid #ffffff;
}

.centered {
	text-align:center;
}
#navbar a, #navbar a:visited {
	display:block;
	font-weight:normal;
	color: #ffffff;
	height:40px;
	padding:8px 15px 8px 15px;
}

#navbar a:hover, #navbar a:active, .current_page_item	a, #home .on {
	background:#89b1ef;
	text-decoration:none
	}	
	
/************************************************
*	Nav Dropdowns      							*
************************************************/
	
#navbar li ul {
	position: absolute;
	left: -999em;
	width: 177px;
	border-bottom: 1px solid #c0c0c0;
	height:auto;
}

#navbar li li {
	width: 175px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	background: #e5e5e5;
    height:25px;
}

#navbar li li a, #navbar li li a:visited {
	font-weight:normal;
	font-size:1em;
	color:#885555;
}

#navbar li li a:hover, #navbar li li a:active {
	background:#cccccc;
	height:25px;
}	
		
#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	left: auto;
}
	
a.main:hover{
	background:none;
}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	background:#FFFFFF;
	width: 850px;
	margin: 0px auto 0px;
	padding: 0px 0px 5px 0px;
	margin-top: 169px;
}

#content p{
	padding: 0px 20px 15px 0px;
	margin: 0px;
	line-height: 20px;
}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}#content h3 {

	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
}
	
#content h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
}
#content h1 {
	color: #000000;
	font-size: 22px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding-bottom:14px;
}
	
#content h1 a  {
	color: #333333;
	text-decoration: none;
}

#content h1 a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
		
.left  {
    float: left;
}
	
.right  {
    float: right;
}
	
#intro {
	width: 425px;
	padding: 10px 0px 10px 15px;
    }
	
#intro img  {
    text-align: center;
}
	
.left  {
    float: left;
}
   
#category  {
	width: 400px;
    padding: 10px 25px 10px 5px;
	margin-top:45px;
}
	
#category h2  {
    color: #2e72e3;
	font-size: 14px;
	font-weight: bold;
}
	
#category img  {
    float: right;
    margin: 5px 5px 5px 5px;
}
	
.right  {
    float: right;
}

#contentmiddle {
	background: #FFFFFF;
	float: right;
	width: 555px;
	margin-right: 30px;
	padding: 20px 0px 20px 20px;
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
	
#contentmiddle p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #999999;
}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
	
.postinfo {
	width: 440px;
	background: #EAEAEA;
	font-size: 11px;
	color: #333333;
	margin: 10px 0px 60px 0px;
	padding: 10px 10px 0px 10px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 10px;
}
	
/************************************************
*	Left Sidebar      							*
************************************************/

#r_sidebar {
	background-color: #E5E5E5;
	height:100%;
	float: left;
	width: 220px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	border-top: 10px solid #E5E5E5;
	border-right: 10px solid #E5E5E5;
	border-bottom: 10px solid #E5E5E5;
}
	
#r_sidebar h2 {
	background: #335599 url(images/sideheader.gif) top right;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
	
#r_sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
#r_sidebar li {
	background: #E5E5E5;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#r_sidebar ul li {
	margin: 0px;
	padding: 0px;
}
	
#r_sidebar ul li a {
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 4px 10px 4px 20px;
	border-bottom: 1px solid #FFFFFF;
}

#r_sidebar ul li a:hover {
	background: #AAAAAA;
	color: #FFFFFF;
	text-decoration: none;
}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(images/bg.jpg);
	width: 850px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
	
#footer a, #footer a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
	
#footer a:hover {
	color: #C0C0C0;


	text-decoration: underline;
}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	
#s {
	width: 140px;
	background: #EFEFEF url(images/search.gif);
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	margin: 8px 0px 0px 3px;
	border: 1px solid #C0C0C0;
}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 450px;
	background: #EFEFEF;
	color: #333333;
	float: left;
	padding: 10px 20px 0px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C0C0C0;
}
	
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
}

.commentinfo{
	clear: both;
}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
}

#commentsformheader{
	padding-left: 0px;
}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form{
	text-align: left;
	margin: 0px;
}

#commentsform p{
	margin: 0px;
}

#commentsform form textarea{

	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
	
#contentmiddle ul li a {
	color: #507AA5;
	text-decoration: none;
}

#contentmiddle ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
.clearfloat {
	display:inline-block
}

.clearfloat {
	display:block
}

#dhtmltooltip, #tooltip {
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.hidden {display: hidden;}

#disclaimer { margin-top: 30px; }
#disclaimer p { line-height: 1; }
a.rsswidget { margin:0;padding:0;color:#FFF; }
a.rsswidget>img {display: none; }
.logo a img { border: none; }
