/*  
Theme Name: Gravy
Theme URI: http://www.darrenhoyt.com/products/gravy/
Description: A Baseline Theme for WordPress. 
Version: 1.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  Widget Styles
  


/* ---------- @ Inherited Styles -----------*/

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



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


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#060f3b url('images/bg.jpg') top left repeat-x;
	color: #111;
	margin:0;
	padding: 17px 0;
	}

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

a, a:visited {
	color: #b00;
	}

a:hover, a:active {
	color:#900;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}

dl {margin:10px 0 15px;}


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

#main {
	overflow:hidden;
		background: transparent url('images/content-footer.jpg') bottom right no-repeat;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:776px;
	margin:0 auto;
	background:#FFF;
	-moz-box-shadow: 0px 1px 4px #05153a;
	-webkit-box-shadow: 0px 1px 4px #05153a;
	box-shadow: 0px 1px 4px #05153a;

	}

#masthead {
	background:transparent url(images/header.jpg) top left no-repeat;
	height: 262px;
	width: 776px;
	overflow:hidden;
	}

#branding {
	float:left;
	width:575px;
	}
	
	#call-today-block {width:258px; height: 103px; background: transparent url('images/call-today-block.png') top left no-repeat; position: relative; top:155px; left:7px;}
	#call-today-block a {display: block; width: 100%; height: 100%; text-indent: -999px; }
		
#content {
	width:500px;
	float:right;
	padding-bottom: 40px;
	}
	
	#content-inner {padding: 20px 25px 15px 10px;}

#sidebar {
	width: 265px;
	float:left;
	}
	
	#side-buttons {margin:10px 0 0 6px;}
		#side-buttons img {padding:2px; border:1px solid #9b2b11;}
		#side-buttons img:hover {padding:2px; border:1px solid #b00; background: #b00;}

#content-footer {
		clear:both;
		background:#fff; width: 776px;
		text-align: right;
	}
	
	#content-right-column {border: 1px solid #333333; margin: 0pt 15px 15px; padding: 10px; float: right; width: 170px;}
		#content-right-column ul {margin: 0; padding:0;}
		#content-right-column ul li {list-style-type: none;}
	
	#content-footer p.contact-byline{
		background:#fff; 
		padding:10px 20px 20px;
		font-size: .9em;
	}

.left {
	float:left
	}

.right {
	float:right
	}
	
.indent-20 {margin-left: 20px;}	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

h1 {
	font-family: Times, serif;
	color: #a41400;
	font-size: 2em;
	margin-bottom:0px;
	padding-bottom: 
	}
	
h2 {
	margin: 20px 0 10px;
	color:#28337c;
	}
	
h3 {
	margin: 20px 0 0 0;
	color:#28337c;
	}
	

.entry h2 {
	font-size:1.5em;
	margin: 10px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 2.2em;
	}

#sidebar h3 {
	border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color:#939393;
	font:normal .85em Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
	text-transform:uppercase
	}

.entry h3 {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.2em; 
	color:#333;
	font-family: Helvetica, "Arial", sans-serif; 	
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

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



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

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

a.read-more {
	margin:5px 0 20px;;
	clear:both;
	display: block;
	width:65px;
	color: #fff;
	background: #b00;
	padding:7px 15px 7px 15px;
	text-decoration: none;
	}
	a.read-more:hover {	background:#9A2B11; text-decoration: underline;}

a.form-link {
	background: #f0f0f0;
	border:1px solid #ccc;
	color:#fff;
	padding:15px 20px 15px 20px;
	margin:15px 0 20px 5px;
	display: block;
	color: #555;
	}

	a.form-link:hover {
		background: #dfdfdf;
	}

ul.forms-list {margin: 0; padding:0;}
ul.forms-list li {list-style: none; text-indent: 0; margin:0; }
ul.forms-list li a {border-bottom:1px solid #f0f0f0; padding:7px 0 7px; display: block; margin:0; }
ul.forms-list li a:hover { }

/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}

.widget li a, .widget li a:visited {
	color:#111;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

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

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

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

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

span.required {color:#f00; font-weight: 700; font-size: 1.2em; padding-right: 3px;}

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

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

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	
	
	/*----QUICK CONTACT FORM ---*/
	input#disclaimer {float:left; position: relative; top:3px;}	
	label.inlined {
	    padding-left: 6px;
	    font: normal 12px/18px "Helvetica Neue";
	    position: relative; z-index: 1;
	    opacity: 0.75;
	    -webkit-transition: opacity 0.15s linear;
			}

	label.inlined, input.input-text {
		margin-top: -22px;
		background-color: transparent;
		position: relative; z-index: 2;
		}
		
	label.focus {
		opacity: 0.35;
		}
	
	label.has-text {
		opacity: 0.0;
		-webkit-transition-duration: 0s;
		}
		


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

#footer {
	font-size:.8em;
	overflow:hidden;
	width:776px;
	margin:0 auto;
	color:#dadada;
	padding:0 20px 20px 20px;
	}


#footer-bar{}

#footer a:hover, #footer a {
	color:#FFF;
	}
	
	#footer div.notice div.textwidget p{text-align: right; font-size: .9em; color:#ccc; line-height: 1.2em; clear: both;}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	
	
	#footer ul.footer-navigation {margin:0; padding:0; clear:both; text-align: center; position: relative; top:20px; left:-40px;}
		#footer ul.footer-navigation li {margin:0; padding:0; list-style-type:none; display: inline; margin-right: 20px;}
		#footer ul.footer-navigation li:last-child {margin:0;}
	
/* ---------- @ Widget Styles -----------*/	

#sidebar-contact {background: #fffbe7 url('images/contact-form-bg.jpg') top left repeat-x; margin:3px; padding: 12px; }
#sidebar-contact fieldset {margin:0; padding:0; border: 0;}
#sidebar-contact fieldset legend {margin:0 0 7px; padding:0; border: 0; color: #060f3b; font-family: 'Times', Times New Roman, serif; text-transform: uppercase; font-size: 1.3em; }


/* ---------- @ Form Styles -----------*/	

#sidebar-contact p {padding:0; margin: 0;}
#sidebar-contact fieldset input[type=text], #sidebar-contact fieldset textarea {width:220px;}


#practiceCenter-main-callToAction {background: #f0f0f0; padding:10px; width:48%; border:1px solid #ccc; margin-bottom:15px;}
	#practiceCenter-main-callToAction p {margin:0; padding:0;}
