/*  ZCWD Custom WordPress Theme CSS  **********************/

body {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #333333;
	}

/*	Begin Headers */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color:#344E70;
	text-align: left;
	padding: 0 0 15px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	}
h1_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#333333;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
h2 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color:#000082;
	text-decoration: none;
	}

h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin: 30px 0 0;
	color:#FFF;
	text-decoration: none;
	}
	
h4 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
	
/* End Headers */


/* MAIN IDs **********************/

#page {
	background-color: #FFF;
	text-align: left;
	background-image:url(../../images/top_backer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0px;
	}

#header {
	height: 148px;
	background-color: #E0E8F1;
	}
	
.pagination_link {
	border-style: solid;
	border-width: thin;
	border-color: #999999;
	margin: 2px;
	background-color: #88A4C8;
}

#headercontent {
	height: 148px;
	width:1000px;
	margin:0 auto;
	}

#tag	{
	position:absolute;
	top: 29px;
	width: 341px;
	height: 45px;
	left: 453px;
	}

#headerimg {
	position:absolute;
	margin: 0;
	height: 84px;
	width: 391px;
	float:left;
	text-align:left;
	left: 11px;
	top: 11px;
	}
	
#mainNav {
	position:absolute;
	height: 43px;
	width:1000px;
	margin:0 auto;
	top:109px;
	text-align:left;
	}
	
#photo {
	width:1000px;
	height:221px;
}

#david {
	position:absolute;
	height:374px;
	width:201px;
	top:0px;
	right:0px;
	
}

#headercontainer {
	position:relative;
	margin:0 auto;
	width:1000px;
}
	
#contentWrapper3col {
	width:1000px;
	margin:0 auto;
	}

#contentWrapper2col {
	width:1000px;
	margin:0 auto;
	}

#contentWrapper1col {
	width:1000px;
	margin:0 auto;
	position:relative;
	height:300px;
	}
#contentWrapper1col_int {
	width:1000px;
	margin:0 auto;
	position:relative;
	}
#content3col {
	font-size: 12px;
	padding:30px 250px 30px 250px;
	text-align:left;
	line-height:1.5em;
	}

#content2col {
	font-size: 12px;
	padding:30px 30px 30px 250px;
	text-align:left;
	}
	
#content1col {
	background-image: url(../../images/body_interior_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}

#content1col p {
	margin: 0px;
	padding: 0px;
}	

#commrespanel {
	height:169px;
	width:698px;
	background-image:url(../../images/comm_res_panel.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 7px;
}

	#commrescontent1 {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		color:#333;
		text-align:left;
		position:absolute;
		height:120px;
		width:296px;
		top:12px;
		left:24px;
	}
	#commrescontent1 p {
	padding: 0;
	margin: 0;
	}
	#commrescontent1 h1 {
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		color:#344E70;
	}

	#commrescontent2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
	position:absolute;
	height:120px;
	width:296px;
	top:12px;
	left:375px;
		}
	#commrescontent2 p {
	padding: 0;
	margin: 0;
	}
		#commrescontent2 h1 {
			font-family:"Times New Roman", Times, serif;
			font-size:20px;
			color:#344E70;
		}

#searchpanel {
	height:75px;
	width:668px;
	background-image:url(../../images/search_panel.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 184px;
	padding: 15px;
	text-align: left;
}

#featuredpanel {
	height:255px;
	width:262px;
	background-image:url(../../images/featured_panel.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	left: 706px;
	top: 7px;
	text-align: left;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#featuredphoto {
	text-align: center;
	height: 162px;
	width: 258px;
	overflow: hidden;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#form {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EBEFDE;
	width: 84%;
}
.footer {
	padding: 0;
	clear: both;
	background-color:#333;
	}
	
.footercontent {
	padding: 0;
	width:1000px;
	background-color:#333;
	margin:0 auto;
	}

#footer2 {
	padding: 15px 20px 50px 20px;
	}

.footerNav {
	float:right;
	text-decoration: none;
	}

.footerCredit {
	float:left;
	text-align:left;
	text-decoration: none;
	}
#detailsbtn {
	float: right;
}	
.price {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	margin-top: 10px;
	}
.details {
	font-size: 14px;
	color: #666666;
	}
.searchfields {
	color: #333333;
	width: 200px;
	margin-right: 15px;
}
/* END MAIN IDs **********************/


/* COLUMN AND SIDEBARS **********************/
	
#sidebar {
	font: 12px Tahoma, Verdana, Arial, Sans-Serif;
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:left;
	text-align:left;
	}
	
#sidebar2 {
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:right;
	text-align:left;
	list-style-type:none;
	}
	
#sidebar3 {
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:right;
	text-align:left;
	list-style-type:none;
	}

/* END COLUMN AND SIDEBARS **********************/



/* CAPSULES **********************/
.sideCapsule {
	border: 1px solid #999;
	clear:both;
	margin-bottom:15px;
	}

.capsuleTop {
	background-color:#06C;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	}

.capsuleMid {
	background-color:#FFF;
	padding:10px;
	}

.capsuleMid p {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	a.capsuleMid p:visited, a.capsuleMid p:link, a.capsuleMid p:active {
		color: #06C;
		}
	a.capsuleMid p:hover {
		color: #333;
		text-decoration:none;
		}

.capsuleBtm {
	background-color:#4C89C8;
	padding:10px;
	}

#content_capsule {
	list-style:none;
	border:solid 1px #000;
	padding:20px 35px;
	background-color: #E4E4E4;
	}

/* END CAPSULES **********************/


/* NAVIGATION **********************/

a,  a:link {
	color: #5B81B9;
	text-decoration: underline;
	}

a:visited {
	color: #5B81B9;
	text-decoration: underline;
	}

a:hover {
	color: #375582;
	text-decoration: underline;
	}

.topNav {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:8px;
	}
	a.topNav:visited, a.topNav:link, a.topNav:active {
		color: #06C;
		}
	a.topNav:hover {
		color: #000066;
		text-decoration:none;
		}

.footerLinks  {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:8px;
	text-decoration: none;
	}
	a.footerLinks:visited, a.footerLinks:link, a.footerLinks:active {
		color: #FFF;
		}
	a.footerLinks:hover {
		color: #E6D086;
		text-decoration:none;
		}
		
.footerText  {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
	a.footerText:visited, a.footerText:link, a.footerText:active {
	color: #FFF;
	text-decoration: none;
		}
	a.footerText:hover {
		color: #E6D086;
		text-decoration:none;
		}

/* Styles to create horizontal list view */
.navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	}

.navmenu li {
	display: inline;
	}

.navmenu ul li a {
	text-decoration:none;
	margin: 4px;
	padding: 5px;
	color:#FFF;
	}

.navmenu ul li a:hover {
	color: #E6D086;
	}
/* End styles to create horizontal list view */

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	}
	
a.button1 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:150px;
	padding:8px;
	text-align:center;
	margin-top:6px;
	}
a.button1 img {
	display: block;
	background-color: #D6CCAF;
	}

a.button1:hover {
	background-color: #4282C2;
	color:#FFF;
	}

a.button2 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:75px;
	text-align:center;
	padding:3px;
	margin-top:6px;
	}

a.button2 img {
	display: block;
	background-color: #D6CCAF;
	}

a.button2:hover {
	background-color: #4282C2;
	color:#FFF;
	}

/* END NAVIGATION **********************/


/* 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;
	}
	
a img {
	border: none;
	}
	
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Calendar */



/* Begin Various Tags & Classes */

.clear {
	clear: both;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.spacer1 {
	height:5px;
	clear:both;
	}

.spacer2 {
	height:10px;
	clear:both;
	}

.spacer3 {
	height:15px;
	clear:both;
	}

.spacer4 {
	height:25px;
	clear:both;
	}
	
/* End Various Tags & Classes*/


/* 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 Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */

/* Commercial */

.proptop {
	height: 46px;
	background-color: #AEC0D9;
}

.prop1 {
	height: 175px;
	background-color: #EAEAEA;
	border: 1px solid #C8C8C8;
	margin-bottom: 2px;
}

.prop2 {
	height: 175px;
	background-color: #F4F4F4;
	border: 1px solid #C8C8C8;
	margin-bottom: 2px;
}

.propbtm {
	height: 45px;
	background-color: #AEC0D9;}

.propright {
	background-color: #E1E1E1;
	width: 175px;
	height: 159px;
	float: right;
	border: 1px solid #C8C8C8;
	padding-left: 20px;
	padding-top: 15px;
}

.propleft {
	padding-left: 20px;
	padding-top: 16px;
}

.propdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.nextbtn {
	height: 20px;
	width: 61px;
	float: right;
	margin-right: 18px;
	margin-top: 14px;
}

.filtering {
	float: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	vertical-align: middle;
}

.filter {
	float: left;
}

.proplistingnumber {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.proplistingnumber a:link, .proplistingnumber a:visited, .proplistingnumber a:active {
	color: #000000;
	font-size:12px;
	font-family: Tahoma;
	text-decoration:none;
	font-weight: normal;
}

.proplistingnumber a:hover {
	color: #FFFFFF;
}

.photo2 {
	float: left;
	padding-right: 20px;
}
#examplediv {
	text-align:center;
	width:142px;
	z-index:1000;
	background-image: url(../../images/floatcap.gif);
	background-repeat: no-repeat;
	height: 113px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
}
/* End Commercial */


/* WP-Property Slideshow */
.xoxo {
	list-style-type: none;
	padding: 0px;
}
#wpp_gallery_widget {
	width: 100%;
	height: 100%;
	float: none;
}
.sidebar_gallery_item {
	float: left;
}

