/*----------------------- document setup/defaults --------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

p, h1, h2, h3 { margin-bottom: 10px; }

a img { border: 0px; }

a { text-decoration: underline; color: #89782F; }


body  {
	font-family: Georgia, "Times New Roman", Serif;
	font-size:12px;
	background: url(/images/bg_tile.jpg) top center repeat #1c3129;
	margin: 0px;
	color:#000000;
	line-height:18px;	
}

.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


/*---------------------------- layout ---------------------- */
#container { width: 960px; background: url(/images/body-bg.jpg) top center repeat-y; margin: 0px auto; }
#header { width: 960px; height: 402px; margin-bottom: 20px; }
#menu { 
	background: url(/images/menu-bg.jpg) right top no-repeat; 
	min-height: 551px; 
	width: 200px; 
	float: left;
	margin-left: 50px;
	padding: 20px;
}
#content { width: 528px; padding: 20px 46px; float: right; margin-right: 50px; }
#footer { width: 960px; height: 122px; margin-top: 40px; background: url(/images/footer.jpg) center no-repeat;}



/*----------------------- the menus ---------------------- */
#menu ul { list-style-type: none; padding-left: 20px; margin-bottom: 25px; }
#menu li { margin-bottom: 5px; }

#community-menu { width: 528px; height: 55px; background: url(/images/community-menu-bg.jpg); margin-bottom: 20px;}
#content #community-menu ul { list-style-type: none; padding: 25px 0px 0px 3px;}	
#community-menu li { float: left; padding: 5px 6px; font-size: 13px; font-weight: bold;}
#community-menu li.active { background: white; }
#community-menu li a { color: black; text-decoration: none;}

/*----------------------------- typography/style ----------------- */
h1, h2, h4 { color: #89782F; font-weight: bold; }
h1 { font-size: 26px; line-height: 30px;}
h2 { font-size: 18px; }
h3 { color: #142921; font-weight: bold; font-size: 18px; }
h4 { font-size: 14px; }
#content ul { padding-left: 30px; }
.float-left { float: left; }
.float-right { float: right; }
.content-block { background: #d9d4b4;}

.home-unit { border-top: 1px dotted silver; padding-top: 10px; width: 100%; margin-bottom: 10px;}
.home-unit .thumbnail { width: 100px; border :1px solid silver; float: left; margin-top: 4px; }
.home-unit .home-info { float: left; margin-left: 10px; }
.home-rendering { position: relative; }
.sold-out-small, .sold-out { position: absolute; top: 0px; left: 0px;}
.sold-out-small { width: 100px; }

#renderings { float: right; margin: 3px 0px 5px 5px;}
#renderings img { border: 1px solid silver; padding: 3px; width: 243px; height: 160px}

#floorplans { border-top: 1px dotted silver; padding-top: 10px; margin-top: 10px;}
#floorplans ul { list-style-type: none; padding: 0px;}
#floorplans li { float: left; margin-right: 20px; margin-bottom: 20px; }
#floorplans li img { border: 1px solid black; }

.contact select { width: 220px; }
.blur { color: #555; }

/************* BEGIN FORGE DEFAULTS ***********/
/*--------------- forms ------------- */
table.form {
	font-size: 10px;
	border-top: 1px solid #BFBEAE;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
table.form tr td {
	padding: 6px;
	border-bottom: 1px solid #d2d0bf;
	vertical-align: top;
}

table.form tr td img {
	vertical-align: middle;
}
table.form td.label {
	width: 20%;
	font-size: 9px;
	font-weight: bold;
	color: #665E59;
	text-transform: uppercase;
	vertical-align: top;
}
table.form td.control {
	width: 80%;
	vertical-align: top;
}


/*-------------- posts --------------- */
.pagination-info {
	line-height: 14px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.post {
	margin-bottom: 20px;
}

.post h2, .post h3 {
	margin: 0px;
	padding: 0px;
}


/*------------- photo gallery ------------- */
#photo-thumbnails {
	list-style: none;
}

#photo-thumbnails li {
	float: left;
	margin: 0px 26px 25px 0px;
	width: 96px;
	text-align: center;
	font-size: 11px;
}

#photo-thumbnails li img {
	width: 90px;
	height: 90px;
	padding: 2px;
	border: 1px solid silver;
}

#photo-thumbnails li.last {
	margin-right: 0px;
}


/*------------- flash messages ------------- */
.flash-msg, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
#flash-notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/icons/icon_accept.gif) #E9F1D5 no-repeat 6px 6px;
}
.errorExplanation, #flash-warning, #flash-error {
	color: red;
	border: 1px solid red;
	background: url(/images/icons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}

.errorExplanation h2 {
	color: red;
	text-transform: none;
	margin-top: 2px;
}
div.fieldWithErrors {
	display: inline;
}