/*
 *  Wood Jackson PLLC
 *  Site by New Media Campaigns
 *
 *	This file works with the index.php file. Screen.css works will the rest of the site.
 *
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 16px;
	line-height: 24px;
	color: #6e6e6e;
	}

body, input, textarea, select, label {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
		
h1, h2, h3, h4, h5 {
	font-weight: normal;
    }
	
p {
    padding-bottom: 24px;
	}
	
a:link, a:visited {
    color: #86853f;
    text-decoration: underline;
	}	
a:focus, a:hover, a:active {
    color: #a37c52;
    text-decoration: underline;
	}

h1 {
	font-size: 29px;
	line-height: 36px;
	padding-bottom: 24px;
    color: #a9a733;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
h2 {
	font-size: 24px;
	line-height: 24px;
	padding: 12px 0;
    color: #a9a733;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	}
	
h3 {
    font-size: 18px;
    line-height: 24px;
    color: #2a2928;
	}
	
h4 {
    
	}

h5 {
    
	}

strong {
	font-weight: bold;
	color: #a37c52;
	}

blockquote {
	
	}

label {
  display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 6px 0 0;
	}

input, textarea, select {
	font-size: 15px;
	}

input.text, textarea {
	padding: 2px 4px;
	margin: 0;
	line-height: 18px;
    border: 1px solid #c7c7c6;
	}
input.text {
  width: 50%;
  }
  
input.submit, button {
    
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

/* End text */ 


/* Begin page styles */

html {
    background: #efefee url(../images/html-bg.jpg) repeat;
	}

/* End page */

/* Begin header styles */

#headerWrapper {
	padding-top: 15px;
	background: #b0afad url(../images/header-bg.jpg) repeat-x 0 0;
	}

#header {
	width: 880px;
    height: 147px;
    margin: 0 auto;
    }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
	float: left;
	margin-left: -10px;
	padding: 0;
	}
#logo a {
	display: block;
    width: 621px;
    height: 126px;
    background: url(../images/logo.jpg) no-repeat;
    text-indent: -9999px;
	}

#contact {
	float: right;
	width: 210px;
	height: 110px;
	padding: 25px 20px 0;
	background: url(../images/contact-bg.jpg) repeat;
	font-size: 12px;
	line-height: 18px;
	color: #231f20;
	}
#contact p {
	padding: 0;
	}
#contact p strong {
	color: #231f20;
	}

/* End header */


/* Begin body styles */

#contentWrapper {
	background: url(../images/content-wrapper-bg.jpg) repeat-x 0 0;
	}

#content {
	width: 880px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(../images/body-bg.jpg) no-repeat 0 0;
	}
/* Clearfix */
#content:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #content {height: 1%;}
/* IE7 */
*:first-child+html #content {min-height: 1px;}

#body {
    float: left;
    width: 600px;
    }

#content ul {
	list-style-type: disc;
	padding: 0 0 12px 1.75em;
	}	
#content ol {
	list-style-type: decimal;
	padding: 0 0 12px 1.75em;
	}
#content li {
	padding: 0;
	}

#body #pagination-links{ margin: 0; list-style: none; }
#body #pagination-links li{ float: left; }
#body #pagination-links li a{ display: block; padding: 0 6px; line-height: 24px; font-size: 12px; }
#body #pagination-links li a.current{ margin: 0 3px; font-weight: bold; }
	
/* End body */


/* Begin Sidebar */

#sidebar {
    float: right;
    width: 220px;
    padding: 15px;
    background: #dbdbda;
    color: #262626;
    font-size: 12px;
    line-height: 14px;
    }

#sidebar .section {
	float: left;
	width: 100%;
	padding-bottom: 14px;
	}
#sidebar .section p {
	padding-bottom: 7px;
	}
#sidebar .section .header {
	float: left;
	width: 100%;
	margin-bottom: 7px;
    border-bottom: 1px solid #c7c7c6;
	}
#sidebar .section .header h3 {
	float: left;
	}
#sidebar .section .header .more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	}

#sidebar .section img {
    border: 1px solid #c7c7c6;
    }

/* End Sidebar */


/* Begin footer styles */

#footer {
    clear: both;
    width: 600px;
    margin: 0 auto;
    padding: 15px 140px;
    text-align: center;
    border-top: 1px solid #c7c7c6;
	}

#footer .copyright {
	padding-bottom: 14px;
	font-size: 10px;
	line-height: 14px;
	color: #aaaaaa;
	}
	
/* End footer */