attorney_photo/* 
Theme Name: Phillips, Morrison, Johnson and Ferrell
Theme URL: http://www.phil-mor.com
Description: A custom theme for Phillips, Morrison, Johnson and Ferrell
Author: Prototype Advertising, Inc.
Author URI: http://www.prototypeadvertising.com
Version: 1.0
*/

*, hr{
	border:none;
	outline:none;
	}
	
.l, .left, .alignleft{
	float:left;
	margin-right:10px;
	}
	
.r, .right, .alignright{
	float:right;
	margin-left:10px;
	}
	
a img{
	border:none;
	}
	
hr{
	border-bottom:1px solid #ccc;
}

ul, ol{ margin-bottom:10px;}

.clr{clear:both;}

body{
	background: url(images/bg.main.jpg) repeat-x top #2d4d0a;
	margin:0;
	padding:0;
	color:#222;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}
		
form input, form textarea{
	border:1px solid #ccc;
	padding:2px;
	}
	
h2{
	color:#577431;
	font-family: "Times", Times, "Times New Roman", serif;
	font-weight:normal;
	font-size:16pt;
	padding:0;
	margin:0 0 8px 0;
	}
	
h2.title_header{
	text-align:right;
	height:36px;
	display:block;
	color:#fff;
	background:url(images/bg.secondary.header.jpg) no-repeat top left;
	padding:30px 10px 5px 0;
	margin:10px 0 8px 0;
	text-shadow:1px 1px 1px #000;
	}
	
h3{
	color:#577431;
	font-family: "Times", Times, "Times New Roman", serif;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:0 0 8px 0;
	}
	
	h3.posttitle{
		font-size: 18px;
		font-weight: bold;
		}
	
		h3.posttitle a{
		color: #577431;
		text-decoration: none;
		}
		
		h3.posttitle a:hover{text-decoration: none;color:#dd7200;}
	
a{
	color:#577431;
	}
	
#sidebar_left h3,#sidebar_right h3{
	font-size:14px;
	margin-bottom:6px;
	}
	
#sidebar_left h2,#sidebar_right h2{
	font-size:18px;
	margin:0 0 4px 0;
	font-style:italic;
	}
	
#sidebar_right p.disclaimer{
	font-size: 10px;
	line-height: 14px;
	margin: 10px 0;
	}
	
.widget h2{
	font-size:18px;
	margin:15px 0 0 0;
	padding:15px 5px 5px 11px;
	font-style:italic;
	background-color:#fff;
	}
	
	.widget h2 a{
		color: #577431;
		}
		
		.widget h2 a:hover{text-decoration: none;color:#dd7200;}
	
#sidebar_left .dark h3, #sidebar_right .dark h3{
	font-size:18px;
	color:#b8e57c;
	margin-bottom:6px;
	}

#sidebar_left p,#sidebar_right p{
	margin:0 0 5px 0;
	}
	
.serif{
	font-family: "Times", Times, "Times New Roman", serif;
	}

#wrapper, #footer{
	width:952px;
	margin:0 auto;
	}
	
#wrapper{
	background: url(images/bg.content.png) repeat-y top transparent;
	padding-bottom:10px;
	}
	
#header{
	background: url(images/bg.header.top.jpg) no-repeat top transparent;
	padding:65px 0 10px 0;
	font-size:16px;
	}
	
	#logo{
		margin:0 0 0 40px;
		float:left;
		}
		
	#head_right{
		margin:0 40px 0 0;
		float:right;
		text-align:right;
		font-style:italic;
		}
		
		#searchbox{
		clear:right;
		line-height:22px;
		float:right;
		margin:10px 40px 10px 0;
		}
		
		#searchfield{border:1px solid #ccc; float:left; height:16px; padding:2px; margin-right:2px;}
		#searchsubmit{float:left; border:none; padding:0;}
		
		#head_right .large{
			font-size:24px;
			font-weight:bold;
			}

/**************************** NAVIGATION ********/
		
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background:#222;
	background-image:none;
	z-index:100;
}

#nav li ul li{
	background-image:none;
	text-transform:none;
	float:none;
	}

#nav li:hover ul {
	left: auto;
}

#nav li:hover {
  position: static;
}

#nav li:hover ul, #practicenav li:hover ul{
	left: auto;
}

/************************************/

#nav{
	background: url(images/bg.nav.gif) top;
	height:34px;
	margin:15px 22px 0px 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:14px;
	line-height:34px;
	clear:both;
	text-shadow:1px 1px 1px #000;
	}
	
	#nav a{
	color:#fff;
	text-decoration:none;
	}
	
	#nav a:hover{
	color:#ccc;
	}
	
	#nav li.newsletter a, #nav li.blog a{
	color:#ddbe51;
	}
	
	#nav li.newsletter a:hover, #nav li.blog a:hover{
	color:#bd9713;
	}
	
	
	#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#nav li{
	float:left;
	background:url(images/bg.nav.spacer.gif) center right no-repeat;
	margin:0;
	padding:0;
	}
	
	#nav li.newsletter, #nav li.blog{
	background:url(images/bg.nav.right.gif);
	float: right;
	}
	
	#nav li a{
	line-height:34px;
	padding:0px 20px 0px 19px;
	}
	
#columns{
	margin:0 auto;
	width:910px;
	padding:10px 0;
	clear:both;
	}

#columns, #sidebar_left, #sidebar_right{
	line-height: 22px;
	}

#content_main{
	width:525px;
	margin:0px 11px;
	float:left;
	}
	
#content_main p{
	text-align:justify;
	}
	
#content_main p.postdate{
	clear: both;
	text-align:right;
	padding: 0 10px;
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px dotted #e1e1e1;
	border-bottom: 1px dotted #e1e1e1;
	}
	
	.practiceareaitem{
	clear:both;
	margin-bottom:10px;
	}
	
	p.backtoplink a{
		font-size:10px;
		text-align:left;
		padding:2px;
		background:#81a24f;
		color:#FFF;
		text-decoration:none;
		}
	p.backtoplink a:hover{
		background:#ddbe51;
		}
	
.stroke {
	border: 3px solid #577431;
	}
	
#content_main ul{
	}
	

#main_slide{
	border:1px solid #bfbfbf;
	height:251px;
	width:523px;
	overflow:hidden;
	z-index:0;
	}
	
	#main_slide .item{
	clear:both;
	}
		
	#main_slide .item .info{
		background:url(images/bg.main.slide.bg.gif) top center;
		height:56px;
		text-align:center;
		line-height:16px;
		border-top:1px solid #b8e57c;
		text-shadow:1px 1px 1px #4a622b;
		clear:both;
		float:none;
		width:523px;
		}
		
	#main_slide .item .info h2{
		color:#fff;
		font-weight:normal;
		margin:0;
		padding:0;
		padding-top:12px;
		font-size:20px;
		line-height:21px;
		padding:5px 15px;
		}
		
	#main_slide .item .info p{
		color:#b8e57c;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		margin:0;
		padding:0;
		}
	
	#main_slide_btm{
		background:url(images/bg.main.slide.btm.gif) no-repeat top center;
		height:13px;
	}
	
.block{
	margin-bottom:15px;
	}
	
.more_sml{
	text-align:right;
	margin-bottom:0;
	}

.more_sml a{
	padding-left:17px;
	background:url(images/bg.link.icon.gif) 0px 3px no-repeat;
	color:#000;
	}

.full{
	float:none;
	clear:both;
	}
	
.half{
	width:246px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding:10px;
	float:left;
	}
	
.contact_address{
	width:40%;
	float:left;
	margin-bottom:20px;
	}

.contact_address strong{
	color:#577431;
	}
	
.first{
	border-right: 1px solid #eee;
	padding-left:0px;
	}
		
.more a{
	margin-right:20px;
	float:left;
	}
	
a.btn_moreinfo{
	height:0;
	width:157px;
	padding-top:24px;
	display:block;
	background:url(images/btn.more.info.gif) no-repeat center;
	overflow:hidden;
}

iframe{
	border:1px solid #ccc;
	}
/************************************************** SIDEBARS ********/
	
#sidebar_left{
	width:180px;
	float:left;
	padding:30px 0px 0px 0px;
	margin-left:1px;
	}

#sidebar_right{
	padding:20px 0px 0px 0px;
	float:right;
	width:180px;
	margin-right:1px;
	}

#sidenav{
	margin-left:-19px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #000;
	}
	
#sidenav a{
	color:#fff;
	text-decoration:none;
	}
	
#sidenav a:hover{
	text-decoration:underline;
	}
	
#sidenav p a, .dark p a{
	color:#b8e57c;
	text-decoration:underline;
	}


 h2.sidenav{
	background:url(images/bg.sidenav.top.png) no-repeat bottom;
	text-shadow:none;
	}
	
#sidenav h2.sidenav{
	padding:0 0px 5px 30px;
	margin:0;
	}
	
#sidenav ul, #sidenav p{
	background:url(images/bg.sidenav.png) repeat-y;
	margin:0 0 0 2px;
	padding:0;
	}
	
#sidenav p{
	padding:5px 15px 10px 28px;
	font-size:11px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#sidenav_btm{
	margin-left:-17px;
	background:url(images/bg.sidenav.btm.png) no-repeat top left;
	height:10px;
	}

#sidenav ul li{
	list-style:none;
	margin:0 15px 0 15px;
	border-bottom: 1px solid #333;
	}
	
#sidenav li a{
	padding:0 0 0 15px;
	display:block;
	line-height:30px;
	width:100%;
	}

#practicenav{
	z-index:100;
	}

#practicenav li ul {
	position: absolute;
	width: 190px;
	left: -999em;
}

#practicenav li:hover ul {
	left: auto;
	margin:-31px 0 0 179px;
	padding-left:0;
	z-index:105;
}

#practicenav li:hover li{margin:0;padding:0;}
	
.widget{
	background:#ebebeb;
	margin:0;
	padding:11px;
	background:url(images/bg.widget.jpg) repeat-x top #ebebeb;
	color:#222;
	font-size:12px;
	line-height:18px;
	}
	
.widget a{
	color:#222;
	text-decoration:none;
	}
	
.widget a:hover{
	text-decoration:underline;
	}
	
	.dark{
	background: url(images/hr.rule.gif) bottom center no-repeat #272727;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #000;
	}
		
		#sidenav .dark a, .dark a{
		color:#b8e57c;
		}
		
		.dark p{
		margin-bottom:12px;
		}
		
		#sidenav .dark p.directions{
		font-size:11px;
		line-height:16px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		.widget form{
		padding:10px;
		}
		
		.widget input, .widget label, .widget textarea{
		line-height:18px;
		}
		
		.widget label{
		height:22px;
		}	
		
		.widget input, .widget textarea{
		border:1px solid #ccc;
		padding:2px;
		}
		
		.widget input.submit{
		clear:both;
		float:right;
		margin:10px 4px 10px 0;
		border:none;
		}
		
		#subscribe a{
		clear:both;
		padding:5px;
		margin:10px 0;
		display:block;
		line-height:30px;
		background: #385713;
		font-size:11px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		text-shadow:1px 1px 1px #000;
		}
		
		#subscribe a:hover{
		background: #81A450;
		}

		
	
	.library, .resources, .contact, .contacts, .blog, .social{
	padding:0;
	}
	
		.blog ul li.last{
			background-image: url('images/bg.widget.links.last.png') !important; 
			font-weight: bold;
			margin-top: 10px 0 0 0 !important;
			padding-right: 10px;
			text-align: right;
			clear: both;
			float: right;
			}
				
				.social ul li a{
					font-weight: bold;
					color:#577431;	
					}
					
				.social ul li .from-meta, .social ul li .time-meta{
					display: none;
					}
					
				.social .twitterwidget-title{
					margin-left: 10px;
					font-weight: bold;
					color:#577431;
					}
	
	.contacts a{
		color:#385713;
		}
	
	.contact{
	color:#555;
	}
	
	.widget ul{
	list-style:none;
	margin:0;
	padding:10px 0;
	}
	
	.widget ul li{
	padding-left:21px;
	background:url(images/bg.widget.links.gif) no-repeat 11px 5px;
	}
	
.widget strong{color:#577431;}
strong.gray{color:#222;}
/************************************************** ATTORNEYS *****/

.attorney_photo{
	float:left;
	margin:45px 10px 5px 15px;
	font-size:10px;
	line-height:14px;
	margin-bottom:10px;
	}

.attorney_photo p{
	padding:0;
	margin:0 2px;
	}
	
h2.attorney_title{
	margin-bottom:0;
	padding-bottom:0;
	}

p.attorney_title{
	margin:0;
	padding:0 0 5px 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#888;
	letter-spacing:1px;
	font-size:8pt;
	line-height:16px;	
	}

p.attorney_bottom a{
	margin-right:20px;
	}

a.btn_gotop, p.attorney_bottom a.btn_gotop{
	float:right;
	margin:0;
	display:block;
	padding-top:28px;
	height:0;
	width:95px;
	overflow:hidden;
	background:url(images/btn.go.top.jpg) no-repeat;
	}
	
.attorney_block{
	float:left;
	text-align:center;
	font-size:8pt;
	line-height:12pt;
	padding:7px;
	}

.attorney_block p{
	margin:0;
	padding:0;
	}
	
.attorney_list_title{
	text-transform:uppercase;
	font-size:7pt;
	}

/************************************************** FOOTER ********/

#footer{
	clear:both;
	background: url(images/bg.footer.top.png) no-repeat top transparent;
	color:#b3c99a;
	font-size:11px;
	padding:40px 0;
	text-shadow:1px 1px 1px #000;
	}
	
	#footer a{
	color:#b3c99a;
	text-decoration:none;
	}
	
	#footer a:hover{
	text-decoration:underline;
	}
		
	#copyright{float:left;margin-left:20px;}
	#nav_foot{float:right;text-align:right;margin-right:20px;}