/*camllp.com Main WP CSS file.*/

/*colors:

text blue 004785
 gold b6b184
 brown:a5794c



/*


/*structure*/

html{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
}
body{
	background:#fff;
	padding:0;
	margin:0;
}

#header{
	background:url(images/bg_header.gif) repeat-x;
	width:100%;
	height:150px;
}

#header-inner{
	width:960px;
	margin:0 auto;

}

#logo{
	float:left;
	position:relative;
	left:-15px;
	top:72px;
	background:url(images/logo.png) no-repeat;
	width:189px;
	height:105px;
	cursor:pointer;
	margin-right:10px;
}

#nav{
	float:left;
	position:relative;
	top:73px;
	*top:85px;
}
#content{
	background:#fff;
	margin:0 auto;
	width:960px;
}

#content-left{
	float:left;
	padding:42px 0 0;
	width:190px;
}

#content-right{
	float:left;
	width:745px;
	padding:10px 0;
	margin-left:25px;
}

#content-inner-right{
	float:right;
	width:280px;
	margin:0 0 0 20px;
}

#content-inner-left{
	float:left;
	width:415px;
	padding:0;
}

#footer{
	margin:0 auto;
	width:960px;
	padding:10px 0;
	border-top:solid 1px #a5794c;
	text-align:right;
	color:#999;
	font-size:10.5px
}

#profile-left{
	float:left;
	width:400px;
	padding:0 15px 0 0;
}

#profile-right{
	float:right;
	*width:300px;
	margin:0 0 0 20px;
}
#content #profile-right img{ text-align:right;}
/*re-usable*/
.clr{ clear:both; }
.gold{ color:#a5794c;}

/*blocks*/

#content .contact h4{ padding-bottom:5px; color:#004785; font-size:12px}
.contact div{ padding-bottom:10px;}
.contact div b{ color:#666;}

/*banners*/

.banner{
	width:745px;
	height:135px;
}

#post-1 .banner{
	background:url(images/bnr_home.jpg) no-repeat;
}

#post-OurLawyers .banner{
	background:url(images/bnr_CAM_group.jpg) no-repeat;
	height:216px;
}

#post-FirmHistory .banner{
	background:url(images/bnr_firmhist.jpg) no-repeat;
}

#post-InjuryLawHandbook .banner{
	background:url(images/bnr_lawhandbook.jpg) no-repeat;
}

#post-FrequentlyAskedQuestions .banner{
	background:url(images/bnr_faqs.jpg) no-repeat;
}

#post-Articles .banner{
	background:url(images/bnr_articles.jpg) no-repeat;
}

#post-Links .banner{
	background:url(images/bnr_links.jpg) no-repeat;
}

#post-Contact .banner{
	background:url(images/bnr_privacy.jpg) no-repeat;
}

#post-PrivacyPolicy .banner{
	background:none;
	height:0;
}

/*Headings*/

h1,h2,h3,h4,h5,h6{ /*reset*/
	margin:0px; padding:0px; font-weight:normal;
}

#content h2{
	font-size:18px;
	color:#004785;
	margin-top:20px;
	padding-bottom:8px;
	border-bottom:solid 1px #a5794c;
}

#content h2.pagetitle{ border:none;}

#content h3{
	margin:5px 0 10px;
	padding:0 0 5px;
	font-size:14px;
	color:#666;
	border-bottom:solid #666 1px;
}

#content h4{
	color:#a5794c;
	font-size:14px;
	margin:10px 0 0;
}

#content h5{
	color:#004785;
	font-size:14px;
	margin:10px 0 0;
}

#content h6{
	color:#666;
	font-size:12px;
	margin:10px 0 0;
	font-weight:bold;
}

/*text / paragraphs*/
p{ padding:10px 0; margin:0}



#post-OurLawyers h2, #post-OurLawyers .entry{
	margin-left:28px;
	/*width:550px;*/
}

.category-lawyer-profiles .entry{
	width:100%;
}

#post-OurLawyers p{
	padding-bottom:0;
}

.references{
	color:#999;
	margin-top:10px;
}


/*img's*/

a img{ border:0;}

#content img{
	margin:10px 0;
}

/*anchors/links*/

a{ color:#004785;}

.profile_nav_link{ padding:0 0 5px 0;}
.profile_nav_link a{ color:#a5794c;}

#footer a{
	color:#999;
}

/*lists*/

ul li{ list-style:none; list-style-type:none;}
#content ul{ padding:0; margin:10px 0;}

#content ul li{
	background:url(images/bullet_gold.gif) no-repeat left 8px;
	padding:5px 0 5px 20px;
	margin-left:20px;
}

#content-inner-right ul li{
	margin-left:0;
}

ol{ margin-top:0}
ol li{ margin:10px 0; list-style:decimal;}

ol.romanU li{ list-style:upper-roman;}
ol.romanU ol li{ list-style:upper-alpha;}
ol.romanU ol ol li { list-style:decimal;}

/*nav*/

ul#navList li{
	float:left;
	height:66px;
	width:60px;
	border-right:none;
	background:url(images/nav_border.gif) repeat-y right;
	padding:0 10px;
	text-align:center;
}


ul#navList li.page-item-27{ background:none; border:none;}

ul#navList li a{
	color:#004785;
	text-decoration:none;
}

ul#navList li.current_page_item a{
	color:#fff;
}

ul#navList li a:hover{
	text-decoration:underline;
}
