/* Haven House Sober Living */

/* ------------------------------------------- Reset */

html, body, div, span, object,
h1, h2, h3, p, blockquote, pre, a, 
address, big, cite, del, dfn, em, 
font, img, ins, kbd, q, s, samp, 
small, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------ Global */

body {
	background: #f3ebc7;
	line-height: 1;
}

div#wrapper {
  background-image: url("../images/bg.png");
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-width: 950px;
}

img#logo {
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #5d632c;
}

h2 {
	color: #5d632c;
}

p {
	color: #fdf1bd;
}

a {
	text-decoration: none;
}

strong {
	color: #fdf1bd;
	font-weight: inherit;
}

:focus {
	outline: 0;
}

/* ---------------------------- Navigation */

img#navbg {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

ul.nav {
	margin-top: -37px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	list-style: none;
}

li.nav {
  font-size: 15px;
	display: inline;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
}

li.viewing a:link {
	color: #fdf1bd;
}

li.viewing a:visited {
	color: #fdf1bd;
}

li.viewing a:hover {
	color: #fdf1bd;
}

li.viewing a:active {
	color: #fdf1bd;
}

li a:link {
	color: #5d632c;
}

li a:visited {
	color: #5d632c;
}

li a:hover {
	color: #5d632c;
	border-bottom: 1px dotted #fdf1bd;
}

li a:active {
	color: #5d632c;
	border-bottom: 1px dotted #fdf1bd;
}

/* --------------------------- Contextual */

a.underlight:link {
	color: #fdf1bd;
	border-bottom: 1px dotted #fdf1bd;
}

a.underlight:visited {
	color: #fdf1bd;
	border-bottom: 1px dotted #fdf1bd;
}

a.underlight:hover {
	color: #bab784;
	border-bottom: 1px dotted #fdf1bd;
}

a.underlight:active {
	color: #bab784;
	border-bottom: 1px dotted #fdf1bd;
}

a.underdark:link {
	color: #5d632c;
	border-bottom: 1px dotted #fdf1bd;
}

a.underdark:visited {
	color: #5d632c;
	border-bottom: 1px dotted #fdf1bd;
}

a.underdark:hover {
	color: #fdf1bd;
	border-bottom: 1px dotted #fdf1bd;
}

a.underdark:active {
	color: #fdf1bd;
	border-bottom: 1px dotted #fdf1bd;
}

/* ---------------------------- Bottom Bar */

img#bottombg {
 	margin-top: -13px;
}
 
div.bottomtext p {
	letter-spacing: 1px;
	font-size: 11px;
	text-align: left;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px; 
}
 
div.bottomtext h2.first {
	margin-top: -100px;
	margin-left: -487px;
}

div.bottomtext img.first {
	margin-top: 5px;
	margin-left: -230px;
}

div.bottomtext p.first {
	position: relative;
	margin-top: -35px;
	left: -150px;
}

div.bottomtext p.second {
	position: relative;
	margin-top: -30px;
	left: 255px;
}

div.bottomtext h2.second {
	margin-top: -15px;
	margin-left: 325px;
}

div.bottomtext img.second {
	margin-top: 5px;
	margin-left: 350px;
}

/* ------------------------------------------- Index */

div#main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#main img#left {
	margin-top: -25px;
	margin-left: 0px;
	border-left: 2px solid #fdf1bd;
	border-right: 2px solid #fdf1bd;
}

div#main img#right {
	margin-top: -25px;
	margin-left: 360px;
	border-left: 2px solid #fdf1bd;
	border-right: 2px solid #fdf1bd;
}

h1#headline {
	clear: both;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 10px;
	color: #fdf1bd;
}

div#main p.first {
	margin-top: -265px;
}

div#main p {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: justify;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-bottom: 8px;
	line-height: 14px;
}

div#main p#number {
	margin-top: 4px;
	font-size: 18px;
	letter-spacing: 1.5px;
}

div#main p#oremail {
	margin-top: -23px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 280px;
	width: 100px;
}

div#main p#email {
	font-size: 18px;
	letter-spacing: 1.5px;
}

/* ---------------------------------------- About Us */

div#about-us-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#about-us-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

div#about-us-main p.first {
	margin-top: 10px;
}

div#about-us-main p.last {
	padding-bottom: 10px;
}

div#about-us-main p {
	letter-spacing: 1px;
	font-size: 12px;
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 7px;
	line-height: 15px;
}

div#about-us-main ul {
	letter-spacing: 1px;
	width: 500px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 225px;
	margin-bottom: 10px;
	text-align: left;
	color: #fdf1bd;
	list-style-type: square;
	display: block;
	line-height: 15px;
}

/* ---------------------------------------- Our Team */

div#our-team-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#our-team-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

div#our-team-overflow ul {
	letter-spacing: 1px;
	width: 330px;
	font-size: 12px;
	margin-top: 60px;
	margin-left: 255px;
	margin-bottom: 10px;
	text-align: left;
	color: #fdf1bd;
	list-style-type: square;
	display: block;
	line-height: 15px;
}

div#our-team-overflow ul li {
	padding-bottom: 10px;
}

/* --------------------------------------- Our Costs */

div#our-costs-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#our-costs-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

div#our-costs-main p {
	letter-spacing: 1px;
	font-size: 12px;
	text-align: left;
	width: 700px;
	padding-left: 75px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 15px;
}

div#our-costs-main p.first {
	padding-top: 15px;
	margin-bottom: 5px;
}

div#our-costs-main ul {
	letter-spacing: 1px;
	width: 450px;
	font-size: 12px;
	padding-left: 50px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	text-align: left;
	color: #fdf1bd;
	list-style-type: square;
	display: block;
	line-height: 15px;
}

div#our-costs-main li {
	padding-bottom: 15px;
}

/* ----------------------------------- Photo Gallery */

div#photo-gallery-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#photo-gallery-main p {
	margin-top: 3px;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 15px;
}

div#thumbnails {
	padding-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#thumbnails img {
	margin: 20px;
	border: 1px solid #eee;
}

/* ----------------------------- Lightbox */

#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img { 
	width: auto; 
	height: auto;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer { 
	position: relative; 
	background-color: #fdf1bd; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer { 
	padding: 10px; 
}

#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#imageDataContainer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fdf1bd; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData {
	padding: 0 10px; 
	color: #666; 
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left;
}	

#imageData #caption { 
	font-weight: bold;	
	color: #5d632c;
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right; 
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000;
}

/* -------------------------------------------- Blog */

div#blog-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#blog-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

div#blog-main h1 {
	color: #fdf1bd;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 13px;
}

div#blog-main p {
	letter-spacing: 1px;
	font-size: 12px;
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 7px;
	line-height: 15px;
}

div#blog-main p.first {
	margin-top: 10px;
	padding-top: 0;
}

div#blog-main p.last {
	padding-bottom: 10px;
}

div#blog-main p.signoff {
	color: #7d833e;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 15px;
}

div#blog-main a {
	font-size: 12px;
}

/* ---------------------------------------- Resources */

div#resources-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#resources-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

div#resources-main ul#first {
	letter-spacing: 1px;
	width: 300px;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 155px;
	padding-bottom: 5px;
	text-align: left;
	color: #fdf1bd;
	list-style-type: square;
	display: block;
	line-height: normal;
}

div#resources-main ul#second {
	letter-spacing: 1px;
	width: 300px;
	font-size: 12px;
	margin-top: -240px;
	margin-left: 500px;
	padding-bottom: 5px;
	text-align: left;
	color: #fdf1bd;
	list-style-type: square;
	display: block;
	line-height: normal;
}

div#resources-main ul li {
	margin-bottom: 5px;
}

div#resources-overflow p {
	margin-left: -20px;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* ----------------------------------------- Contact */

div#contact-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#contact-main p {
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 40px;
	line-height: 15px;
}

div#contact-main p.first {
	padding-top: 50px;
}

div#contact-main p.contact {
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}

/* ----------------------------------------- Connect */

div#connect-main {
	margin-top: -15px;
	background-image: url("../images/bar.png");
	height: 312px;
}

div#connect-overflow {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

div#icons {
	padding-top: 115px;
}

div#icons img {
	margin: 15px;
}