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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

body#home  {
	background: #c8b9a4 url(/newsite/images/body-bg.jpg) top left repeat-x;
	color: #3C2C16;
	font-family: droid-sans-1,droid-sans-2,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

body {
	background: #c8b9a4 url(/newsite/images/body-bg-interior.jpg) top left repeat-x;
	color: #3C2C16;
	font-family: droid-sans-1,droid-sans-2,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

#home #glow {
	height: 389px;
}

#glow {
	background: url(/newsite/images/header-bg.png) no-repeat center top;
	height: 161px;
}

#home #header {
	height: 389px;
}

#header {
	width: 990px;
	height: 89px;
	margin: 0 auto;
	margin-top: -387px;
	position: relative;
}

#innerheader {
	width: 990px;
	height: 89px;
	margin: 0 auto;
	margin-top: -159px;
	position: relative;
}


.logo {
	position: relative;
	top: 35px;
	left:  40px;		
}

body, html { height: 100%;}

a img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

#content a,
#innercontent a{
	text-decoration: underline;
}

#content a:hover,
#content a:focus,
#content a:active,
#innercontent a:hover,
#innercontent a:focus,
#innercontent a:active{
	text-decoration: none;
}

/* ------------ HEADINGS ------------ */
h1 {
	font-family: "calluna-1","calluna-2", serif;
	font-size: 240%;
	line-height: 1.2;
	font-weight: 130;
	color: #3c2d1a;
	text-shadow: 0px 2px 2px #f0efef;
	margin: 0 0 20px 15px;
}

#home h1 {
	font-size: 260%;
	line-height: 1.2;
	font-weight: 130;
	color: #3c2d1a;
	text-shadow: 0px 2px 2px #f0efef;
	width: 930px;
	text-align:center;
	margin: 0 0 10px 15px;
}

h2 {
	font-family: "calluna-1","calluna-2";
	font-size: 200%;
	line-height: 1.2;
	font-weight: 130;
	color: #3c2d1a;
	text-shadow: 0px 2px 2px #f0efef;
	margin: 0 0 20px 0;
}

h3 {
	font-family: "calluna-1","calluna-2";
	font-size: 190%;
	line-height: 1.2;
	font-weight: 120;
	color: #3c2d1a;
	text-shadow: 0px 2px 2px #f0efef;
	margin: 5px 0 20px 0;
	padding: 0 5px 0 0;
}

h4 {
	font-family: "calluna-1","calluna-2";
	font-size: 120%;
	line-height: 1.2;
	font-weight: 600;
	font-style: normal;
	color: #3c2d1a;
	text-shadow: 0px 2px 2px #f0efef;
	margin: 5px 0 20px 0;
	padding: 0 5px 0 0;
}

p {
	margin: 12px 0 15px 0;	
}

.lwinding {
	float: left;
	margin: 0 0 0 30px;
	padding-top: 20px;
}


.rwinding {
	float: right;
	margin-top: 20px;
}

/* ------------ NAVIGATION ------------ */

.nav {
	position: relative;
    height: 29px; width: 451px;
    padding: 15px; margin: 55px 0;
    overflow: hidden;
	float: right;
}

.nav li {
	float: left;
	list-style: none;
	margin-right: 7px;
}

.nav li.back {
	background: url(/newsite/images/lava.gif) no-repeat right -30px;
	width: 9px; height: 35px;
	z-index: 8;
	position: absolute;
}

.nav li.back .left {
	background: url(/newsite/images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

.nav li a {
	text-decoration: none;
	font-weight: 600;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	color: #523717;
	font-size: 130%;
	font-style:normal;
	font-family: "calluna-1","calluna-2";
}

.nav li a:hover,
.nav li.current a {
	border: none;
	color: #afa395;
}  


/* ------------ PROJECT LIST ------------ */

ul.projectlist {
	background: url(/newsite/images/line.jpg) top left repeat-x;
	margin: 25px 0 0 0;
	padding: 13px 0 12px 0;
	text-align: center;
}

ul.projectlist li {
	display: inline;
	margin: 0 10px;
}

ul.projectlist li a{
	color: #523717;
	font-size: 130%;
	font-family: "calluna-1","calluna-2";
	font-weight: bold;
	text-decoration: underline;
}

ul.projectlist li a:hover,
ul.projectlist li a:focus,
ul.projectlist li a:active {
	text-decoration: none;
}

.line {
	background: url(/newsite/images/line.jpg) repeat-x;
	height: 20px;
}

/* ------------ HOME PAGE FEATURE ------------ */


#featured {
	background: url(/newsite/images/home-feature-bg.png) top left no-repeat;
	width: 990px;
	height: 499px;
	margin-top: 45px;
	margin-top: 44px\9;
}

#feature-bot {
	background:url(/newsite/images/home-feature-bottom-bg.png) top left no-repeat;
	height: 103px;
	margin: -30px 0 0 -106px;
	width: 1200px;
}
  
#slideshow {
    position:relative;
    height:350px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	margin: 83px 0 0 95px;
}

#slideshow A.active {
    z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}

#content {
	width: 990px;
	padding: 15px 10px;
	text-align:center;
	margin: 0 auto;
	margin-top: 300px;
	line-height: 1.7;
}

#innercontent {
	width: 990px;
	padding: 15px 10px;
	text-align:left;
	margin: 0 auto;
	margin-top: 140px;
	line-height: 1.7;
}

.homeleft {
	float: left;
	width: 500px;
	text-align: left;
	margin: 20px 20px 0 25px;
}

.homeright {
	float: right;
	width: 400px;
	text-align: left;
	margin: 20px 20px 0 0;
	font-family:"calluna-1","calluna-2", serif;
	font-weight:600;
	font-style: italic;
	font-size:15px;
	line-height: 1.6;
	color:#3C2C16;
	
}

.innerleft {
	float: left;
	width: 520px;
	text-align: left;
	margin: -30px 0 0 25px;
}

.innerfull {
	width: 950px;
	text-align: left;
	margin: -30px 0 0 25px;
}

.innerright {
	float: right;
	width: 400px;
	text-align: left;
	margin: 25px 20px 35px 0;
	font-style: italic;
	font-size: 90%;
}

#content p {
	margin: 7px 0 5px 0;
	padding: 6px 0;
}

.homeleft ul {
	margin: 10px 0 10px 15px
}


/* ------------ BIOS ------------ */

.bio {
	padding-top: 10px;
	margin: 15px 0 0 0;
}

.bioimg {
	float: left;
	padding: 43px 75px 61px 82px;
	margin: 5px 6px 16px -25px;
	background: url(/newsite/images/bio-bg.jpg) top center no-repeat;

}

.bioright {
	margin: 0 0 0 5px;
	float: right;
	width: 638px;
}

.testimonial {
	clear: both;
	padding: 35px 0 0 0;
	background: url(/newsite/images/line.jpg) top left repeat-x;
	margin: 20px 0 0 0;
	font-size:15px;
}

.testimonial p {
	font-style: italic;
}

.testmain {
	padding-bottom: 35px;
	background: url(/newsite/images/line.jpg) bottom repeat-x;
	
}

.testleft {
	float: left;
	padding: 10px 0 0 0;
	width: 480px;
}

.testright {
	float: right;
	width: 480px;
	padding: 10px 0 0 0;
}

.testimonial ul {
	margin: 0 0 10px 15px;
}



/* ------------ FOOTER ------------ */

.footer {
	background: url(/newsite/images/line.jpg) top left repeat-x;
	width: 990px;
	padding: 15px 0 30px 0;
	margin: 0 auto;
	margin-top: 20px;
	color: #523717;
	font-size: 90%;
}

.footer a {
	color: #523717;
	text-decoration: underline;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
	text-decoration: none;	
}

.footer ul {
	margin: 5px 0 35px 0;
}

.footer ul li {
	display: inline;
	margin-right: 9px;
}

.footer ul li a {
	color: #523717;
	font-size: 130%;
	font-weight: bold;
	font-family: "calluna-1","calluna-2";
	text-decoration: none;
}

img.footer-logo {
	float: right;
}

/* ------------ SLIDER ------------ */

.slider-wrapper {
    width:1124px;
    height:547px;
    margin:0 auto;
    padding-top:14px;
	margin-left: -116px;
	margin-bottom:30px;
}

/* ------------ CONTACT PAGE ------------ */


.map {
	background: url(/newsite/images/project1-bg.jpg) no-repeat;
    width:1124px;
    height:547px;
    margin:0 auto;
    padding-top:14px;
    margin-top:30px;
    margin-left: -70px;
}

.contactleft {
	float: left;
	width: 500px;
	margin-left: 30px;
}

.contactright {
	float: right;
	width: 410px;
	margin-right: 10px;
}

/* ------------ FORMS ------------ */

form.login ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 85%;
}
 
 
form.login input,
form.login textarea {
	width:380px;
	padding:5px;
	margin-bottom:15px;
	background: #B19F8E;
	border: none;
	-moz-box-shadow: inset 1px 1px 1px #766A5F;
	-webkit-box-shadow: inset 1px 1px 1px #766A5F;
	box-shadow: inset 1px 1px 1px #766A5F;
}

form.login ul li {
	position:relative;
}
 
form.login label {
	position:absolute;
	top:4px;
	left:9px;
	color:#3C2C16;
}


input#submit {
	background: #2222; 
	border: 1px solid #666; 
	width: 150px; 
	padding: 2px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ------------ EXTRAS ------------ */

p.lic {
	float: right;
	clear: both;
}

#flickr_badge_source_txt {padding:0; color:#181614;}
#flickr_badge_icon {display:block; margin:0; border: 1px solid rgb(0, 0, 0);}
#flickr_icon_td {padding:0 5px 0 0;}
.flickr_badge_image {text-align:center;}
.flickr_badge_image img {border: 1px solid #513518; margin-right: 34px}
#flickr_www {display:block; padding:0 10px 0 10px; color:#3993ff;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none; background:inherit;color:#181614;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0; color:#181614;}

#innercontent ul li,
#innercontent ol li {
	margin: 5px 10px 7px 15px;	
}

.testimg {
	float: left;
	border: 1px solid #513518;
	margin: 4px 15px 7px 0;
}

.testimgr {
	float: right;
	border: 1px solid #513518;
	margin: 4px 0 7px 15px;
}

.f-left {
	float: left;
	margin: 0 13px 5px 0;
	border: 1px solid #513518;
}

.f-right {
	float: right;
	margin: 0 0 8px 8px;
	border: 1px solid #dadada;
}

hr {
	height: 1px;
	border: none;
	color: #6e5a41;
	background: #6e5a41;
	margin: 0 10px 15px 0;
}

.border {
	border: 1px solid #dadada;	
	padding: 2px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* ------------ Site by JimBills.com ------------ */


