/*

Theme Name: Huddleston Law Offices
Theme URI: http://aquavitacreative.com
Description: The custom site created for Huddleston Law Offices, designed by <a href="http://aquavitacreative.com/">AV Creative</a>. For additional site themes (such as seasonal or holiday themes) or graphic design, contact Aqua Vita Creative at <a href="mailto:info@aquavitacreative.com?subject=I'd like another theme">info@aquavitacreative.com</a>.
Version: 1.0
Author: Jonathan Cox
Author URI: http://aquavitacreative.com
Tags: Huddleston Law Offices, Aqua Vita Creative

*/


/* Begin Site Structure */

body {
	background-color: #f5e7c2;
        margin-top: -1px;
        margin-left: -20px;
}

#container {
	width: 1045px;
	padding: 1px;
	border: 1px #2c281c thick;
}

.clearFloat {
	clear: both;
}

/* End Site Structure */


/* Begin Header */

#header {
	width: 1040px;
	height: 154px;
	clear: both;
	background: url(images/Huddleston-Revised-Sitemock_01.jpg) no-repeat;
}

/* End Header */


/* Begin Navbar */

#navbar {
	padding: 78px 0 0 435px;
	width: 410px;
}

#navbar ul {
	list-style: none;
}

#navbar li {
	display:inline;
	padding-right: 10px;
}

#nav li li a { 
	width: 165px; 
	height: auto; 
	padding: 5px 0px 0px 0px; 
	text-align: center; 
	color: #FEF5D4;
}

#nav li li a:hover {
	color: black;
}

/* End Navbar */


/* Begin Content Section */

#contentArea {
	width: 1040px;
	float: left;
	background: url(images/content-area-beta.jpg) repeat-y;	
	padding-top: 15px;
}

#col1 {
	width: 320px;
	float: left;
} 

#col2 {
	width: 720px;
	float: right;
}

#blogCol2 {
	width: 720px;
	float: right;
}

#blogContentArea {
	width: 490px;
	float: left;
	margin-right: 20px;
}

#blogSidebarArea {
	width: 190px;
	float:right;
	padding-left: 20px;
}

#blogSidebarArea ul {
	padding-left: 0;
}

#blogSidebarArea ul, li{
	list-style:none;
}

#blogSidebarArea ul{
	margin-bottom: 15px;
}

.widgettitle {
        margin-bottom: 5px;
}

.textwidget {
        margin-top: 5px;
}

/* End Content Section */


/* Begin Footer */

#footer {
	width: 1040px;
	background: url(images/footer.gif) repeat-y;
}

.avcEasterEgg {
	margin-left: 480px;
    border: none;
}

.footerTitle {
	margin-bottom: -13px;
	color: #39311e;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

#footerContent p, #footerContent a {
	color: #f5e7c1;
	font-size: 11px;
	padding-top: 10px;
        margin-bottom: 0px;
	text-align: center;
}

.bigDot {
	font-weight: bolder;
}

/* End Footer */


/* Begin Typography */

* {
	font-family: Arial, Helvetica, sans-serif;
}	

p, ul, li {
	color: #39311e;
	font-size: 12px;
}

h1 {
	color: #39311e;
	font-size: 17.5px;
}

h2 {
	color: #39311e;
	font-size: 15px;
}

h2 a {
	color: #39311e;
        text-decoration: none;
}

h2 a:hover {
	color: #39311e;
        text-decoration: underline;
}

h3 {
	color: #39311e;
	font-size: 13.5px;
}

h4 {
	color: #39311e;
	font-size: 11px;	
}


h5 {
	color: #39311e;
	font-size: 9.5px;	
}


h6 {
	color: #39311e;
	font-size: 8px;	
}

.blogPost {
	text-decoration: none;
	color: #39311e;
	text-transform:capitalize;
}

.divider {
	display: block;
	clear: both;
	margin: 15px 0;
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #39311e;
}

.articlesBreak {
	display: block;
	clear: both;
	margin: 15px 0;
	width: 100%;
	height: 5px;
	border-bottom: 1px dashed #39311e;
}

/* End Typography */


/* Begin Image Rules */

/* End Image Rules */


/* Begin Images */



p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.mainImage {
	border:1px solid #D0CABF;
	display:inline;
	padding:3px;
	background-color: #f2e9ce;
	margin: 10px 10px 10px 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #D0CABF;
	padding:3px;
	background-color: #f2e9ce;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:1px solid #D0CABF;
	padding:3px;
	background-color: #f2e9ce;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:1px solid #D0CABF;
	padding:3px;
	background-color: #f2e9ce;
	}
	
img.aligncenter {
	border:1px solid #D0CABF;
	padding:3px;
	background-color: #f2e9ce;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.logo {
	margin-left: -620px; 
	margin-top: -90px; 
	border:none;	
}
	
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry li {
	list-style: square;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Sidebar Form Rules */
#blogSidebarArea ul li#gform_widget-3.widget div#gform_wrapper_1.gform_wrapper:before {content:url(images/contact-brian.png)}

#blogSidebarArea .consult {background-color:#333;padding:20px;margin-top:10px}

#blogSidebarArea .consult:before {content:url(images/headshot.png);margin-bottom:20px}

#blogSidebarArea .consult li:first-child {margin-top:10px}

#blogSidebarArea .consult input[type=text], #blogSidebarArea .consult textarea  {width:100%;text-align:center;color:#999;font-style:italic;margin-bottom:10px}

#blogSidebarArea .consult .name label {display:none}

ul li#gform_widget-3.widget div#gform_wrapper_1.gform_wrapper form#gform_1.consult div.gform_footer {height:40px;margin:0;padding-top:0}

/*ul li#gform_widget-3.widget div#gform_wrapper_1.gform_wrapper form#gform_1.consult div.gform_footer input#gform_submit_button_1.gform_image_button{width:145px;background-image:url("images/submit-sprite.png");height:0;padding-top:40px;background-position:0 0;background-repeat:no-repeat;float:left}*/

/*ul li#gform_widget-3.widget div#gform_wrapper_1.gform_wrapper form#gform_1.consult div.gform_footer input#gform_submit_button_1.gform_image_button:hover {background-position:0 -41px}*/

ul li#gform_widget-3.widget div#gform_wrapper_1.gform_wrapper form#gform_1.consult div.gform_footer div.gform_edit_link {margin-top:0}

/* End Sidebar Form Rules */
