/*  
Theme Name: Habitation Realty
Theme URI: http://habitationrealty.com/
Description: The default Habitation theme
Version: 1.0
Author: Monte Workman / Ian Johnson
Author URI: http://www.moiagroup.com

*/


body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica;
	background-image: url('images/bgtile.gif');
	font-size: 92%;
}

#page {
	background-color: #FFF;
	width: 898px;
	margin: 0;
	margin: auto;
	text-align: left;
	border-style: solid;
	border-color: #999;
	border-width: 1px 1px 0 1px;
	background-image: url('images/testim_left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

h1,h2,h3,h4,h5,h6 {
	color: #76AA03;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: .1em;
}

h1 {
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	font-size: 1.30em;
	}
	
h2 {
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	font-size: 1.15em;
	}
h3 {
	font-size: 1.1em;
	letter-spacing: 0em;
	text-transform: none;
}

a {
	color: #76AA03;
}

h4 {
	font-size: 1em;
}
	
#header {
	text-align: center;
}

#navigation {
	width: 800px;
	margin-left: 50px;
}

#topbuttons {
	background-color: #006123;
	padding-top: 0px;
	width: 800px;
}

#footer {
	clear: both;
	margin: auto;
	width: 900px;
}

#footer2 {
	clear: both;
	margin: auto;
	width: 900px;
	background-color: #76AA03;
	padding-bottom: 15px;
	color: #FFF;
	height: 500px;
}

#footer2 a {
	color: #FFF;
}

#sidebar {
	width: 170px;
	float: right;
	display: inline;
	margin-right: 50px;
}

#content {
	margin-left: 50px;
	width: 600px;
	float: left;
}


#content.withchildren {
	margin-left: 50px;
	width: 42%;
	float: left;
}

#content img {
	margin-left: 15px;
	margin-bottom: 15px;
}

#childblock {
	margin-right: 50px;
	width: 42%;
	float: right;
}

#childblock a {
	text-decoration: none;
}

#bioblock {
	width: 140px;
	display: inline;
	float: left;
	margin-right: 15px;
}

#bioimage img {
	border: 0;
}

#homeleft {
	float: left;
	display: inline;
	margin-left: 50px;
	width: 395px;
}

#searchbox {
	display: block;
	background-image: url('images/butbox_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #EFF5CD;
}

#searchbox p.searchtext {
	padding: 20px 20px 0 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#searchbox p.searchbuttons {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

#searchbox p.searchbuttons img{
	padding-bottom: 15px;
}

#searchbox_footer {
	background-image: url('images/butbox_bot.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 14px;
}

#homemiddle {
	float: left;
	width: 100px;
	display: inline;
	width: 192px;
	margin-left: 12px;
}

#homemiddle a {
	text-decoration: none;
}

#featurelist img {
	border: 0;
}

#homemiddle h2 {
	margin: 15px 0 5px 0;
}

p.date {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #666;
}

#homeright {
	float: right;
	width: 100px;
	display: inline;
	margin-right: 48px;
	width: 185px;

}

#hometestim {
	clear: both;
	text-align: right;
	margin: 20px 50px 0 0;
	padding-top: 20px;
	font-weight: bold;
	color: #76AA03;
	width: 190px;
	float: right;
	text-align: left;
	font-style: italic;
}

.wp_quotes_author {
	font-style: normal;
	color: #999;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
}

.homenewsitem {
	font-size: .95em;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.homenewsitem  a {
	text-decoration: none;
	color: #BFE54C;
}

.homenewsitem h3 {
	margin: 5px 0;
}

.featuredhome {
	border: 1px solid #999;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.workitem h2 {
	border: 0;
	margin-top: 0;
}
