html {
background: #343434 url(../../layout/images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
font-size:13px;
font-family:Verdana, Geneva, sans-serif;
margin-top:-8px;
}


body {
height:100%;
margin: 0 auto;
padding-left:0px;
padding-right:0px;
padding-top:8px;
padding-bottom:20px;
}

.showfluid {
display: none;
}

a, a:link, a:visited, a:active {
	color:#F0A861;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size:26px;
	margin-bottom:0px;
	font-weight:bold;

}

h2 {
	font-size:18px;
	margin-bottom:1px;
	font-weight:bold;

}

#sheet
{	
	padding-top:180px;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	border-style:hidden;
	border-width:0px;
}

#top_header
{
	height:25px;
	background: url(../../layout/images/top_header.png);

}

#logo {
position:absolute;
top:50px;
margin-left: 0px;
margin-right: 0px;
background: url(../../layout/images/chad_lenz_logo.png) center top no-repeat;
width: 100%;
max-width: 960px;
height: 340px;
margin: 0 auto;
}

.img_l
{
	float:left;
	padding: 2px;
	border-style:double;
	border-width:2px;
	border-color:#FFECD4;
	margin-right:10px;
	background-color:#000;
}

.img_r
{
	float:right;
	padding: 2px;
	border-style:double;
	border-width:2px;
	margin-left:10px;
	border-color:#FFECD4;
	background-color:#000;
}


#header
{
	background: none;

}

.r1
{
	background-color:#C96;
	height:30px;
	border-radius:20px;
	text-align:center;
	font-size:13px;
}

.r2
{
	background-color:#C7D7D7;
	height:30px;
	border-radius:20px;
	text-align:center;
	font-size:13px;
}

.r1 a:link
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.r1 a:visited
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.r1 a:hover
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}


.r2 a:link
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.r2 a:visited
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

.r2 a:hover
{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}


.content_wrapper
{
	width:100%;
	max-width:960px;
	margin: 0 auto;
	padding-bottom:-20px;
	background: url(../../layout/images/content_bg.png) repeat;
}

#content
{
	margin-left:260px;
	width: auto;
	color:#FFF;
	padding:0px;
	text-align:left;
	padding-top:15px;
	padding-bottom:50px;
	box-sizing: border-box;
	padding-right: 18px;
}

#full_content
{
	margin-left:4px;
	width:100%;
	color:#FFF;
	padding:0px;
	text-align:left;
	padding-top:15px;
	padding-bottom:50px;
}

#side_column
{
	float:left;
	width:260px;
	color:#FFF;
	padding:20px;
	padding-bottom:400px;
	text-align:left;
	font-size:12px;
}

#divider
{
	width: 100%;
	max-width: 960px;
	height:100%;
}

#footer
{
width: 100%;
max-width: 960px;
text-align:center;
color:#FFF;
background-color:#380E00;
font-size:9px;
border-style:solid;
border-top-width:1px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:0px;
border-color:#CCC;
padding-top:10px;
padding-bottom:10px;
}

#footer a:link
{
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#footer a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}


#navigation
{
	border-left:none;
	border-right:none;
	overflow:hidden;
	width: 100%;
	padding-top:3px;
	background: url(../../layout/images/bl.png) repeat;
}

#navigation ul
{
	margin:0 auto;
	text-align:center;
}

#navigation ul li
{
	list-style-type: none;
	display: inline-block;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 12px;
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	border:dotted;
	border-color:transparent;
	border-width:1px;
}

#navigation li a:hover {
	
    border:dotted;
	border-color:#FFF;
	border-width:1px;

}

#mobileMenu {display: none;width: 100%;background: #000;padding-left: 15px;padding-bottom: 3px;position: absolute;z-index: 999 !important;background: url(../images/bl.png) repeat;box-sizing: border-box;}
#mobileMenu span {color: #fff;font-size: 30px;line-height: normal;display: block;cursor: pointer;}
#mobileMenu ul{display: none;font-size: 14px !important;margin:0;padding:0;list-style:none}
#mobileMenu a {color: #fff;text-decoration: none;text-transform: uppercase;padding-bottom: 8px;padding-top: 8px;display: inline-block;font-size: 120%;}
div.activeMenu {background: url(../images/wt.png) repeat !important;}
div.activeMenu span {color: #000 !important;}
div.activeMenu span a {color: #000 !important;}
div.activeMenu span a:hover,div.activeMenu span a:active {color: #222 !important;}

/* #################################### */
/* GALLERY */
/* #################################### */
.imgsingle {padding: 2px;}
.imgrow {text-align: center;margin-left: -8px; /* misaligned content div fix */}

/* #################################### */
/* CONTACT FORM */
/* #################################### */
table.contact td {vertical-align: top;color: #fff;}
#contactForm div.inputDiv{text-align: right;padding-bottom:8px;}
#contactForm label {display: inline-block;text-transform: uppercase;vertical-align:top;font-weight:bold;margin-right:3px;margin-top: 4px;font-size: 12px;}
#contactForm label.nopadding {margin-right: 0px;display: block;}
#contactForm label.notop {margin-top: 0px;}
#contactForm input[type=text] {width:145px;height:22px;border-radius: 3px;border: 1px #ccc solid;font-size:13px;font-weight:bold;color:#000;padding:2px;background: #fbfbfb;}
#contactForm textarea {width:282px;height:100px;border-radius: 3px;border: 1px #ccc solid;font-size:13px;font-weight:bold;color:#000;padding:2px;background: #fbfbfb;}
#contactForm .submitButton {min-width:100px;float: right;}
div#formErrors {padding:8px;padding-left:60px;color: #ff0000;font-weight: normal;font-size: 12px;text-align:left;font-style: italic;margin-bottom:5px;border-radius: 2px;line-height:15px;}
div#formErrors h3 {margin-top: 3px;font-size: 13px;margin-bottom:1px;}
div#formErrors p {padding-bottom: 4px;}
.nodisp {display: none;}


/* #################################### */
/* MOBILE STUFF */
/* #################################### */
@media screen and (max-width: 1024px) {
.hidefluid {display: none !important;}
.showfluid {display: block !important;}
.alignfluid {text-align: center;}
#side_column {display: none;}
#content {margin-left:0px;width: 100%;padding: 15px;box-sizing: border-box;}
#header img {max-width: 100%;}
#top_header{background: url(../../layout/images/top_header_sm.png) center top repeat-x !important;}
#logo {background: url(../../layout/images/chad_lenz_logo_sm.png) center top no-repeat;height: 213px;top:60px;}
#navigation {display: none;}
#mobileMenu {display: block;}
#content img {float: none !important;margin: 0 auto;max-width: 225px;display: block;margin-top: 10px;margin-bottom: 10px;}
}