/*
Theme Name: Colonial Creekside
Theme URI: http://www.annexantdesign.net
Description: Custom WordPress theme created for Colonial Creekside by Annexant Design
Author: Annexant Design
Author URI: http://www.annexantdesign.net
*/

/* @group CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	margin: 10px 10px 10px 20px;
	padding: 20px 20px 0 20px;
	background-color: #f0f0e6;
	display: inline-block;
	width: auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 10pt Arial, sans-serif;
	color: #37322d;
	line-height: 1.5em;
	background: url(images/backgrounds/tilebg.jpg);
}
a {
	text-decoration: none;
}
h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 22pt;
	color: #412e0c;
	margin: 0 0 0.25em 0;
	line-height: 1em;
}
p, ul {
	margin: 0 0 1.5em 0;
}
.clear {
	clear: both;
}
#header {
	background: url(images/header.jpg) 50% 0 no-repeat;
	height: 218px;
}
#header h1 a {
	width: 960px;
	height: 218px;
	display: block;
	text-indent: -10000px;
}
.description {
	display: none;
}
#menu {
	background: url(images/backgrounds/menubg.png);
	height: 54px;
}
#menu ul {
	width: 940px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	list-style-type: none;
		text-align: center;
}
#menu ul li {
	display: inline;
}

#menu a {
	color: #000;
	text-shadow: 1px 1px 1px #a6a290;
	line-height: 22px;
	margin: 0 17px;
	font-size: 14pt;
	font-family: "Times New Roman";
}
#main_area {
	background: url(images/backgrounds/mainareabg.png) 0 0 repeat-x #f2f0da;
	text-align: left;
}
#content {
	margin: 0 auto;
	width: 860px;
	background: url(images/backgrounds/contentbg.png) 0 0;
	padding: 30px 50px;
}
#leftCol {
	width: 540px;
	float: left;
	margin: 0 60px 0 0;
}
.imageBox img {
	display: block;
	border: 1px solid #61491c;
	float: left;
	margin-bottom: 10px;
}
.separator {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #61491c;
	clear: both;
}
.checklist ul {
	float: left;
	width: 515px;
	margin: 0;
	padding: 0;
}
.checklist li {
	float: left;
	padding: 0 0 0 30px;
	margin: 0;
	height: 30px;
	line-height: 24px;
	font-size: 12pt;
	background: url(images/icons/check.png) 0 0 no-repeat;
	width: 220px;
	list-style-type: none;
}
#rightCol {
	width: 260px;
	float: left;
}
#greenLocationBox {
	background: url(images/backgrounds/locationbox.png);
	height: 160px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	padding: 20px;
	margin: 0 0 20px 0;
}
#greenLocationBox h2 {
	display: none;
}
#greenLocationBox p {
	margin: 0 0 0.4em 0;
}
#greenLocationBox span {
	font-weight: normal;
}
#rightCol ul li {
	padding: 0 0 0 20px;
	line-height: 19px;
	list-style-type: none;
	background: url(images/icons/bullet.png) 0 0 no-repeat;
	margin: 0 0 5px 0;
}
#footer {
	background: url(images/backgrounds/footerborder.png) 0 0 repeat-x;
	padding-top: 21px;
	color: #cdc1af;
	line-height: 1em;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #cdc1af;
}
#footer a:hover {
	color: #fff;
}
#footerContent {
	width: 860px;
	margin: 0 auto;
	background: url(images/backgrounds/footer.jpg) 0 0;
	height: 95px;
	padding: 20px 50px 0 50px;
	text-align: left;
}
.wordpressLogo {
	background: url(images/backgrounds/wordpress.png) 0 0;
	display: block;
	width: 90px;
	height: 27px;
	float: right;
	text-indent: -100000px;
}
ul {
	list-style-type: square;
	list-style-position:inside;
	line-height: 1.5em;
	margin-left: 15px;
}
#leftCol p img {
	margin: 5px 15px 5px 10px;
}
#leftCol li {
	list-style-position:outside;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#leftCol p img .aligncenter, #leftCol p .aligncenter {
	text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
	font-style: italic;
}
a.backtotop {
	background: url(images/top.gif) 0 0;
	display: block;
	width: 140px;
	height: 25px;
	float: none;
	text-indent: -100000px;
	margin-top: 20px;
	margin-left: auto;
    margin-right: auto;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.5;
	opacity: 0.50;	
}
a.backtotop:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	

}
.css_form_text {
	float: none;
	font-weight: bold;
}
#greenLocationBox a {
	color: #fff;
}
blockquote a {
	color: #000;
}

img#wpstats{display:none;}

/* Navigation bread crumbs */
.navtrail, .navtrail a {
	font-style: italic;
	font-size:9pt;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: -20px;
}

