/*
Theme Name: DarkLaw
Theme URI: http://www.ericksonlaw.net
Description: Company Owned Wordpress Theme
Version: 1.0
Author: Eric W Dobberteen
*/

/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
	}

body{
	background-image:url(images/bg_01.png);
	background-repeat:repeat-x;
	background-color:#000;
	font-family: Arial, Verdana, sans-serif;
	font-size:10pt;
	}

img{
	border:none;
	}

a:link, a:visited{
	text-decoration:underline;
	border:none;
	color:#006699;
	}

a.tune:{
	background:url('/images/tune-in-up.gif') no-repeat;
	width:395px;
	height:90px;
	}

a:hover{
	text-decoration:none;
	}

a.none{
	color:#000;
	text-decoration:none;
	}

h1, h2, h3, h4{	
	color:#069;
	font-size:16px;
	text-align:center;
	padding:6px;
	}

h2{
	font-size:14px;
	}

h3{
	font-size:10pt;
	}

h4{
	font-size:14px;
	}

hr{
	color:#006699;
	margin:6px;
	clear:both;
	}

ul.reg{	
	padding:10px;
	margin:10px;
	}

ul.about{
	color:#069;
	list-style:inside;
	background-color:#FFF;
	border:1px solid #CCC;
	margin:5px 15px;
	font-weight:bold;
	padding:10px;
	}

ul.about li{
	color:#000;
	padding:3px;
	font-weight:normal;
	}
	
ul.about li li{
	list-style:none;
	}

#container{
	margin:auto;
	width:979px;
	padding-top:30px;
	}

p.international{
	float:left;
	margin:10px 45px;
	width:90px;
	}

/**************** TOP BAR STYLES *************/

#topborder{
	background-image:url('/wp-content/themes/dlaw/images/top_05.png');
	height:15px;
	width:978px;
	}

#strip{
	background-image:url('/wp-content/themes/dlaw/images/top_08.png');
	height:104px;
	width:978px;
	}

#strip ul{
	
	list-style:none;
	float:left;
	margin:5px 8px;
	color:#FFF;
	}

#strip ul li{
	float:left;
	margin:0 11px;
	padding:3px 2px;
	}

#strip ul li a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	}

#btmstrip{
	background-image:url('/wp-content/themes/dlaw/images/tops_05.png');
	height:10px;
	width:978px;
	}

#topedge{
	background-image:url('/wp-content/themes/dlaw/images/tops_11.png');
	height:26px;
	width:979px;
	clear:both;
	}

#btmedge{
	background-image:url('/wp-content/themes/dlaw/images/btmedge_17.png');
	height:21px;
	width:978px;
	margin:0 auto;
	}

#top-bar{
	position:absolute;
	width:980px;
	color:#FFF;
	top:0;
	}
#top-bar p{
	float:left;
	margin:5px;
	}
#top-bar ul li a{
	color:#FFF;
	font-weight:bold;
	}

#top-bar ul li a:hover{
	text-decoration:none;
	}

ul.nav2{
	float:right;
	margin:5px 10px;	
	}

ul.nav2 li{
	display:inline;
	float:left;
	}

/* NAVIGATION STYLES */

.nav_links{	
	margin-left:29px;
	float:left;
	height:60px;
	}

.nav_links li{
	list-style:none;
	display:block;
	float:left;
	padding-top:2px;
	text-align:center;
	height:47px;
	margin-left:3px;
	}

.nav_links a{	
	text-decoration:none;
	font-size:12pt;
	color:#006699;
	display:block;
	height:34px;
	padding:15px 8px 0 8px;
	}

.nav_links a:hover{
	color:#006699;
	background-image:url('/images/navbg-hov.png');
	background-repeat:repeat-x;
	text-decoration:none;
	border-left:1px solid #7B9AD0;
	border-right:1px solid #7B9AD0;
	border-top:2px solid #7B9AD0;
	border-bottom:2px solid #7B9AD0;
	padding:13px 7px 0 7px;
	}

/************* CONTENT CONTAINER STYLES ***********/

#content{
	background:#E9F1FE url('/wp-content/themes/dlaw/images/content-bg.jpg') repeat-x 0% 100%;
	border-left:1px solid #1B81BE;
	border-right:1px solid #1B81BE;
	width:960px;
	padding:0;
	margin:0 8px;
	}

p.just{
	line-height:18px;
	text-align:justify;
	padding:8px;
	}

p.quote{
	font-size:9pt;
	line-height:16px;
	text-align:justify;
	padding:10px 20px;
	font-style:italic;
	}

.headline{
	width:950px;
	margin:0 auto;
	}

ul.areas{
	list-style:none;
	font-size:14px;
	float:left;
	margin:18px 0 0 10px;
	}

ul.areas li{
	margin:7px 11px;
	}

ul.areas li a{
	font-weight:bold;
	color:#FFF;
	}

.italic{
	font-style:italic;
	}

#a-custom{
	background-color:#F1EDF3;
	width:950px;	
	margin:0 5px;
	} 

.a-customlft{
	background-color:#F1EDF3;
	float:left;
	width:461px;
	margin:5px 0 5px 0;
	padding:5px;
	min-height:500px;
	}

.a-customcontact{
	background-color:#F1EDF3;
	padding:5px;
	margin:5px 0 5px 0;
	width:469px;
	float:right;
	}

.leftpost{
	width:575px;
	padding-right:5px;
	float:left;
	}

.a-post{
	background:#E9F1FE url('/wp-content/themes/dlaw/images/content-bg.jpg') repeat-x 0% 100%;
	border-left:1px solid #1B81BE;
	padding:5px;
	float:left;
	width:950px;
	}

.post-title h2{
	font-size:16pt;
	}

#cform{
	margin:10px 300px;
	line-height:30px;
	}

div.semi ul{
	margin:10px 0 10px 60px;
	}

div.semi{
	width:550px;
	background-color:#FFF;
	border:1px solid #CCC;
	margin:5px;
	}

/************* FOOTER STYLES **************/

.rssSummary{
	border:1px solid #7B9AD0;
	background:#FFF;
	padding:3px;
	}

#footer{
	background:url('/wp-content/themes/dlaw/images/f-bg.png') repeat-x;
	clear:both;
	height:140px;
	}

#footer-content{	
	color:#FFF;
	width:950px;
	margin:0 auto;
	padding:0px;
	}

#footer-content p{
	color:#333;
	padding-top:45px;
	text-align:right;
	}

ul.links, ul.links li{
	text-align:center;
	list-style:none;
	color:#FFF;
	}

ul.links{
	margin-top:10px;
	}

ul.links li a:link, ul.links li a:visited{
	text-decoration:none;
	color:#FFF;
	}

ul.links li a:hover, ul.links li a:active{
	text-decoration:underline;
	}

ul.notfound {
	list-style:none;
	margin:10px 0 0 200px;
	}

ul.notfound li{
	padding:0 4px;
	}

.staff{
	margin:20px 5px;
	width:550px;
	clear:both;
	}

.staff h2{
	padding:40px;
	}

/****************** IMG STYLES *********************/

img.postit{
	float:left;
	position:absolute;
	top:149px;
	}

#youtube{
	background-color:#D2DCEF;
	padding:3px 1px;
	border:3px outset #7B9AD0;
	}

#newsimg img{
	margin:7px 2px;
	}

img.agency{
	margin:15px 140px;
	}
img.portrait{
	float:left;
	margin:5px;
	}

img.logo{
	float:left;
	margin: 0 5px 0 36px;
	}

img.picstrip{
	float:left;
	margin:1px 0 1px 30px;
	}

img.spacer{
	position:relative;
	right:30px;
	}

img.head{
	float:left;
	margin-left:38px;
	}

a.rsswidget{
	font-weight:bold;
	color:#069;
	text-decoration:none;
	}

#rss-2{
	margin-top:10px;
	}

#rss-2 ul {
	border:3px outset #7B9AD0;
	border-top:none;
	background:#D2DCEF;
	padding:3px;
	}

span.rss-date{
	font-size:10px;
	float:right;
	}

#text-4{
	margin:0px;
	}

#sqr{
	width:360px;
	height:230px;
	margin-left:5px;
	}

.sqrp{
	font-size:11px;
	width:164px;
	float:left;
	height:100px;
	margin:0 1px;
	padding:4px;
	}

.sqrp img{
	float:right;
	margin:2px;
	}

.sidebar{
	padding: 1px 5px;
	width:360px;
	float:left;
	}

#sidebar-content{
	float:left;
	margin-bottom:20px;
	}

.side-bar-ads{
	margin-left:3px;
	margin-bottom:3px;
	}

.side-bar h1{
	color:#C00;
	font-size:20px;
	font-weight:bolder;
	line-height:24px;
	}

.sidebar li{
	list-style:none;
	}

h2.widgettitle{
	font-size:15px;
	height:16px;
	padding:2px;
	color:#fff;
	background:url('/images/applybutton-up.png') repeat-x;
	border:3px outset #7B9AD0;
	border-bottom:none;
	}

#wp-calendar{
	font-size:12pt;
	}

#calendar_wrap{
	padding:10px;
	}

.comment-box{
	border:1px dashed #666666;
	margin-bottom:10px;
	padding:5px;
	float:left;
	text-align:justify;
	width:565px;
	}

.comment-box p{
	margin:5px 0 10px; 
	padding:0;
	}

.gravatar{
	float:right;
	margin:5px;
	}
