/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}
	
div.clear-both {
	clear: both;	
}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#e4e2db;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #255c76;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:960px;
	margin:0 auto;
	padding-top:8px;
	}
	
#wrapper {
	background:#FFF;
	font-size:0.75em;
	padding:0 25px 60px 25px;
	border-bottom:1px solid #cac8c2;
	border-right:1px solid #cac8c2;
	}

#masthead {
	padding:22px 0 0;
	border-bottom:1px solid #607b88;
	}

#content {
	width:585px;
	float:left
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	margin:43px 0 0 0;
	height:20px;
	letter-spacing:0.01em;
	position:absolute;
	padding-top:0px;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:right
	}

#featured-cats {
	width:152px;
	float:left
	}

#more-posts {
	width:413px;
	float:right;
	}
	
	
	
/* ---------- @ Headers -----------*/

.old-h1{
    float: left;
    font: bold 2.7em Georgia,"Times New Roman",Times,serif;
    letter-spacing: -0.01em;
    position: absolute;
}

.old-h1 a{
    color: #444444;
    text-decoration: none;	
}

.old-h1 a:hover {
 color:#686868;
 text-decoration:underline;	
}


h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	position:absolute;
	}
	
h2 {
	font-size:1.4em;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

h2 a:link, h4 a:link{
	text-decoration:underline;
	}

#lead h2 {
	font-size:1.4em;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2 {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h1.posttitle{
	font: 100% Arial,Verdana,Sans-Serif;
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:12px;
	margin: 25px 0 0 0;
	width:585px;
	letter-spacing:normal;
	position:static;
	float:none;	
}
	
h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}



h1.pagetitle{
    color: #232323;
    font: 1.8em Georgia,"Times New Roman",Times,serif;
    letter-spacing: 0;
    border-bottom: 1px solid #D7D7D7;
    font-size: 2.2em;
    margin: 25px 0 20px;
    padding: 0 0 12px;
	position:static;
	width:585px;		
}



h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
				
h3 {
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.5em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:-10px;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:13px;
	line-height:125%;
	}
	
h5 {
	font-size: 0.8em
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font-size: 0.8em
	font-weight:bold;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:10px 0;
	background:#f4f4f4;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:395px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin:11px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:265px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:150%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:150%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:0;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.photo {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:left;
	width:250px;
	text-align:right;
	padding:8px;
	}

#s {
	width:200px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		

.wpcf7-submit {
padding:5px;
padding-left:8px;
padding-right:8px;
}

	

/* ---------- @ Float Clearing -----------*/

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

.clearfloat {
	display:block;
	}
	


/* ---------- @ Footer -----------*/

#footer {
    font-size: 10px;
    font-family: verdana;
    padding: 10px 0 20px;
	}

#footer a, #footer a:visited {
	color:#2b2b2b;
	text-decoration:none;
	}
	
	#footer ul {
	  list-style-type: none;
	}
	
	#footer ul li.powered-by-lawqa {
	  margin-top: 3px;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
#disclaimer{
 padding:15px 0 0 0;	
 display:block;
}
			
#google-header-ad {
	background: #e8e8e8;
	padding: 5px 10px;
	display: block;
    border-bottom: 1px solid #cbcbca;
    border-right: 1px solid #cbcbca;
    margin-bottom: 10px;
}

#google-index-ad {
	margin: 10px 0 20px;
	text-align: center;
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
	padding: 10px 0;
}

/* ask form snippit */
#ask-form-snippit {
  width: 280px;
  background: #ccc;
  height: 116px;
  padding: 0 10px 10px;
  background-image:url('http://www.lawqa.com/images/snippit-ask-box.png');
  color: #FFF;
  margin-bottom: 20px;
}

#ask-form-snippit h3 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  float: left;
  color: #FFF;
  border: 0;
  letter-spacing: 0;
}

#ask-form-snippit #brought_lawqa {
    float: right;
    margin-bottom: 10px;
}

#ask-form-snippit form input.ask-question {
  width: 260px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
}

#ask-form-snippit .info-left {
  float: left;
  width: 200px;
  margin-right: 10px;
}

#ask-form-snippit .info-left ul {
  list-style-type: none;
}

#ask-form-snippit .info-left ul li {
  float: left;
  font-weight: bold;
  margin-right: 5px;
  font-size: 11px;
  margin-left: 0;
  margin-top: 5px;
}

#ask-form-snippit .submit-right {
  float: left;
  width: 70px;
}

#ask-form-snippit .submit-right button {
  margin-top: 5px;
  background: url('http://www.lawqa.com/images/buttons.png') 0 -156px;
  height: 32px;
  width: 68px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #FFF;
}

#ga-banner {
  background: url('http://www.lawadvicenow.com/images/lan-attorney-search.jpg') no-repeat;
  padding: 10px;
  margin-bottom: 10px;
  height: 80px;
}

#ga-banner .inner {
    float: left;
    padding: 3px 0 0 0px;
    width: 405px;
}

#ga-banner p {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    height: 18px;
    margin: -3px 0 4px;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: left;
    white-space: nowrap;
}

#ga-banner h2 {
    color: #E5F4FD;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
    overflow: hidden;
    padding: 0px 0 5px 10px;
    text-align: left;
    white-space: nowrap;
}

#ga-banner ul li {
    color: #797979;
    float: left;
    list-style-type: none;
    margin: 0 0 0 10px;
}

#ga-banner ul li.zip_label {
    color: #797979;
    float: left;
    list-style-type: none;
    margin: 4px 0 0 10px;
}

#ga-banner ul li.zip_label label {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 400;
}

#ga-banner ul li .ds_ziptext {
    border: 1px solid #FFFFFF;
    color: #333333;
    margin: 0;
    padding: 5px;
}

/*talk to a lawyer box */
#talk-to-attorney {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

#talk-to-attorney h3 {
  color: #9e2222;
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin: 0;
}

#talk-to-attorney p {
  margin: 5px 0;
  padding: 0;
}

#talk-to-attorney input {
  background: #d5d5d5;
  padding: 4px 10px;
  border: 1px solid #000;
  width: 150px;
}

#talk-to-attorney button {
  background: #842626;
  padding: 4px 10px;
  color: #FFF;
  font-weight: Bold;
  border: 1px solid #000;
  font-size: 11px;
  width: 90px;
  margin-left: 10px;
}

#our-brands {
	background: #cbcbca;
	padding: 10px;
	margin-bottom: 10px;
}

#our-brands ul li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #666;
	margin-right: 10px;	
}

#our-brands ul li.brand-title {
	font-weight: bold;
	color: #607B88;
	border: 0;
	margin-right: 0;
}

#footer #our-brands ul li a {
	font-weight: bold;
}

#ga {
	background: none repeat scroll 0 0 #F4F4F4;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	margin: 10px 0;	
	padding: 5px 10px;
}

/*talk to a lawyer box */
#talk-to-attorney {
	background: transparent url(images/zip-pod-bg.png) left top no-repeat;
	width: 304px;
	height: 184px;
    margin: 10px 0 0 0;
    padding: 0;
	border: 0;
}

#talk-to-attorney #zip-search-container {
	padding: 115px 0 0 22px;	
}

#talk-to-attorney input {
  background: transparent url(images/input-bg.png) left top no-repeat;
  padding: 0;
  border: 0;
  width: 127px;
  height: 38px;
  text-align:center;
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
  font-size:14px;
}

#talk-to-attorney button {
  background: transparent url(images/begin.gif) left top no-repeat;	
  padding:0;
  margin: 0;
  text-indent: -9999px;
  width: 124px;
  height: 38px;
  overflow: hidden;
  border: 0;
  cursor:pointer;
}

#talk-to-attorney button:hover {
  background: transparent url(images/begin.gif) left bottom no-repeat;	
}

#talk-to-attorney input {
    background: url("images/input-bg.png") no-repeat scroll left top transparent;
    border: 0 none;
    font-family: Helvetica,"Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
    height: 38px;
    padding: 0;
    text-align: center;
    width: 127px;
}

.sponsored-map {
	background: transparent url(images/attorney-maplink.gif) no-repeat left top;
	text-indent: -9999px;
	float: left;
	display: block;
	cursor: pointer;
	width: 296px;
	height: 199px;
	margin-bottom: 10px;
}

.sponsored-map:hover {
	background: transparent url(images/attorney-maplink.gif) no-repeat left bottom;
}

