/*
Theme Name: Steve Bauer Home Inspections
Teme URI: nHouse Studios, LLC
Description: NA
Version: 1.0
Author: Greg Barry, nHouse Studios, LLC
Author URI: http://nhousestudios.com
*/

body {
	font-family:Georgia, Times;
	margin:0;
	padding:0;
}

/* LAYOUT */

#wrap {
	position:relative;
	width:950px;
	margin:0 auto;
	background:#003366;
}

#header {
	width:950px;
	height:157px;
	margin:0 0 .5em 0;
	padding:1.5em 0 0 0;
	background:#003366 url(images/header.jpg) no-repeat top left;
	text-align:center;
}

#header h1, #header p {margin-left:4em;}

#header h1 {text-decoration:underline;}

#header h2 {
padding:0;
margin:0;
margin-left:120px;
font-size:16px;
color:black;
text-align:center;
text-decoration:none;
}

#header p {
	margin-top:.25em;
	margin-bottom:.25em;
	color:#003366;
	font-size:150%;
}

#header a:link{
text-decoration:none;
}

#header a:hover{
text-decoration:none;
}

#header a:visited{
text-decoration:none;
}

#nav {
	float:left;
	width:230px;
	padding:0 0 174px 0;
	padding-top:25px;
	background:#003366 url(/images/navigation.jpg) no-repeat bottom left;
}

#nav ul {
	padding:0;
	margin:0;
	width:230px;
	background:#003366;
	list-style-image:none;
	padding-bottom:10px;
}

#nav ul li {
	list-style:none;
	list-style-image:none;
	margin:.25em 0;
	padding:0;
}

#nav ul li a {
	display:block;
	width:210px;
	padding:5px 10px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	border:none;
}

#nav ul li a:hover {background:#336699;}
#nav ul li a:visited {text-decoration:none; border:none;}

#content, #footer {
	float:right;
	width:700px;
	padding:20px 0 20px 20px;
	background:#fff;
}

#footer {
	padding-top:160px;
}

#content {
	position:relative;
	width:500px;
	padding-right:200px;
}

#rightBar {
	position:absolute;
	top:20px;
	right:0px;
	width:150px;

}

#rightBar dt {height:112px;}

#rightBar dd {
	margin:0 0 10px 0;
	padding:.25em 0;
	background:#003366;
	text-align:center;
	color:#fff;
	font-size:75%;
}

#anchor {clear:both;}

/* GENERAL */

h1, h2, h3, h4, h5, h6 {
	clear:both;
	margin:0 0 .25em 0;
	color:#003366;
	font-weight:bold;
}

h1 {font-size:200%;}
h2 {font-size:180%;}
h3 {font-size:160%;}
h4 {font-size:140%;}
h5 {font-size:120%;}
h6 {font-size:100%;}

a:link {
	color:#003366;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color:#003366;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;	
}

p {
	clear:both;
	margin:0 0 1em 0;
	color:#191919;
	font-size:90%;
	line-height:1.45em;
}

ul {
	margin:0 0 1em 0;
	background:#fff;
}

ul li {
	padding:.25em 0;
	font-size:90%;
}

em {font-style:italic;}
strong {font-weight:bold;}

abbr {
	color:#003366;
	border-bottom:dotted 1px #003366;
}
abbr[title] {cursor:help;}

.floatRight {float:right;}
.floatLeft {float:left;}
.center {text-align:center;}

/* SPECIFIC */

#credentials {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #003366;
	color:#003366;
	font-weight:bold;
}

#credentials li {
margin:0; 
padding:.15em 0;
list-style:none;
list-style-image:none;
}

#credentials ul{
list-style:none;
list-style-image:none;
}

.column {
	float:left;
	width:35%;
}

.column-wide {
	float:left;
	width:50%;
}

.column li, .column-wide li, .list {
	padding:.25em .75em;
	list-style:disc;
	list-style-position:inside;
	color:#003366;
	font-style:italic;
}

#photograph {
	margin-top:20px;
	padding:0 0 0 220px;
	background:#fff url(images/house.jpg) no-repeat 0 50%;
	list-style:disc;
	color:#003366;
	font-style:italic;
}

p em {
	color:#003366;
	font-style:italic;
}

.extra {color:red;}

#footer #footerPicture {
	padding-top:40px;
	padding-bottom:.35em;
	background:#fff url(images/truck.jpg) no-repeat 95% 0%;
	border-bottom:solid 2px #003366;
}

#tagline {
	margin:.35em 0;
	font-size:100%;
}

.content_bump {margin-bottom:500px;}

#footer address {
	color:#003366;
	text-align:center;
}

#footer a:link {
	font-style:normal;
}

/* FORM */

form ul {
	width:100%;
}

form li {
	margin:.5em 0;
	padding:.5em;
	border-bottom:solid 1px #eee;
}

form label {
	display:block;
	float:left;
	width:25%;
	font-weight:bold;
	color:#003366;
	text-transform:capitalize;
}

input, textarea {
	font-family:Georgia;
	font-size:110%;
	padding:.15em;
}

form input {
	padding:.15em;
}

#controls {
	margin:0 0 0 25%;
	padding:0 0 .5em 0;
	border:none;
}

.errMsg {
	display:block;
	margin:1em 0 0 0;
	padding:15px 0 15px 40px;
	background:#fff url(../images/warning.gif) no-repeat 0% 50%;
	color:red;
}
