/*
	Theme Name: AgentPress
	Theme URL: http://www.agentpress.com
	Description: AgentPress is a professional real estate theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.02
	Tags: three-columns, fixed-width, sidebar-widgets, theme-options, translation-ready, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

html {
	height: auto !important;
}
body {
	background: #373f4b url(images/bkg.gif) 0 0 repeat;
	color: #191919;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto;
	padding: 15px 0px !important;
	}
	
#wrap {
	background: #f5f5f5;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	border: 5px solid #5d6166;
	}

::selection {
	background: #e6bc3e; /* Safari */
	}
::-moz-selection {
	background: #e6bc3e; /* Firefox */
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #072C53;
	text-decoration: underline;
	}
	
a:hover {
	color: #072C53;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: url(images/header.png);
	width: 960px;
	height: 115px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header #imageheader {
	width: 570px;
	height: 115px;
	text-indent: -10000px;
	/*background: url(images/logo.png) left top no-repeat;*/
	}

#header #imageheader a {	
	display: block;
	width: 690px;
	height: 115px;
	}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
	color: #EFEDE8;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	}

#header h1 a:hover, #header h4 a:hover {
	color: #EFEDE8;
	text-decoration: none;
	}
	
.headertext {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	}
	
.headerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft p {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 275px;
	float: right;
	margin: 0px;
	padding: 23px 0px 0px 0px;
	}

.headerright p {
	color: #C0C0C0;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.rsslink {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	
/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 10px 0;
	padding: 0px;
	}

.subinput {
	width: 200px;
	height: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #2c2c2c;
	padding: 3px 6px;
	margin: 5px 10px 5px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666;
	float: left;
	display:inline;
}
	
#subbutton {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	float: left;
	display:inline;
	}

/************************************************
*	Navbar  					     		    * 
************************************************/
	
#navbar {
	background: url(images/navbar.png);
	width: 960px;
	height: 38px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing:-0.25px;
	text-decoration: none;
    margin: 0px;
	padding: 9px 20px 7px;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.png) top center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #2a2a2a;
	color: #FFFFFF;
	width: 150px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	float: none;
	margin: 0px;
	padding: 7px 10px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #5d6166;
	color: #FFFFFF;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: url(images/navhov.png) top center no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 11px 15px 11px 15px;
	text-decoration: none;
	}

#navbar .rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}	
	
/************************************************
*	HomePage 					     		    * 
************************************************/

#homepage {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#hpmain p {
	color: #072C53;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#hpmain {
	background: #343840;
	width: 960px;
	height: 320px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px solid #333;
	}
	
.hpmainleft {
	float: left;
	width: 670px;
	margin: 0px;
	padding: 0px;
	}
	
.hpmainright {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	}
	
.hpmainrightsearch {
	background: #FFFFFF;
	width: 270px;
	height: 235px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.homeblock {
	float: left;
	width: 290px;
	background: #61676f;
	margin: 0px 0px 10px 10px;
	padding: 9px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
	#contentleft .homeblock h2 a, #contentleft .homeblock h2 a:visited {
		color: #D9A404;
		text-shadow: 1px 1px 1px #333;
	}
	#contentleft .homeblock h2 a:hover, #contentleft .homeblock a:hover {
		color: #f4d062;
	}
	#contentleft .homeblock a {
		color: #D9A404;
	}
	
.homeblock-top {
	margin: 10px;
	padding: 9px 9px 0px 9px;
	}
	
	/** Welcome message **/
		#contentleft .homeblock-top ul {
			padding: 0;
			margin-bottom: 40px;
		}
		#contentleft .homeblock-top li.widget {
			list-style-type: none;
		}
		
		#contentleft .homeblock-top h2.widgettitle {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: bold;
			letter-spacing: -.75px;
			color: #456b8c;
			text-shadow:1px 1px 5px #FFFFFF;
		}
		#contentleft .homeblock-top .textwidget p {
			padding: 0 20px 10px 25px;
			margin: 10px 0 0;
			font-size: 14px;
			text-shadow: 1px 1px 0 #c6c6c6;
		}

.homeblock-bottom {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 0px 9px;
	border: 1px solid #DDDDDD;
	}

.homeblock p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	}
	
.homeblock-bottom p {
	margin: 0px;
	padding: 0px;
	}
	
.homeblock embed, .homeblock object {
	width: 277px; 
	height: 225px;
	margin: 0px; 
	padding: 0px;
	}
	
.thumb-properties {
	margin: 0px 0px 10px 0px;
	border:1px solid #D9A404;
	}
	
.thumb-posts {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.thumb-archive {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
/************************************************
*	Homepage Search								*
************************************************/

#homepage #cat {
	background: #F4F4F4;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 215px;
	color: #333333;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#view {
	background: #072C53;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 1px 3px;
	border: 1px solid #072C53;
	}
	
.postform {
	background: #000000;
	}
	
form {
    margin: 0px;
    }

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	background: url(images/topshadow.png) 0 0 repeat-x;
	float: left;
	width: 640px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	}

#contentfull {
	background: url(images/topshadow.png) 0 0 repeat-x;
	float: left;
	width: 960px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
#contentbottom {
	background: #E8E8E8;
	border-top: 10px solid #DCDCDC;
	}
		
#content .hpmain p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	}
	
#content .hpmain a, #content .hpmain a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#content .hpmain a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.postarea {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.multi-agent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.multi-agent ul li {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
	
.breadcrumb {
	color: #fff;
	background: #666;
	font-size: 11px;
	margin: 0px;
	padding: 3px 10px;
	}
	.breadcrumb a {
		color: #C0DAE5;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.date p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.time {
	background: url(images/icon_time.png) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 18px;
	}
	
.icomment {
	background: url(images/icon_comments.png) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.tags {
	background: url(images/icon_tags.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}

.postmeta {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
		
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
.archive {
	float: left;
	width: 305px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

.archive ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.archive ul li {
	list-style-type: square;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	}
	
.archive ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.sticky {
	background: #F4F4F4;
	margin: 0px 0px 50px 0px;
	padding: 20px 10px 0px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#listing {
	float: left;
	width: 650px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#listing p {
	margin: 0px;
	padding: 0px 10px 5px 0px;
	}
	
.listing-left {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.listing-right {
	width: 370px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.listing-bottom {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}
	
#photos {
	float: left;
	width: 650px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
	
#photos a img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #C0C0C0;
	}
	
#photos a:hover img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #000000;
	}
	
.palignright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.space {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
.clear {
	clear: both;
	}
	
.clear-2 {
	clear: both;
	padding: 15px 0px 0px 0px;
	}
	
hr {
	border-bottom: 1px solid #DDDDDD; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}
	
.featured-posts {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
/************************************************
*	Headline Classes 					        * 
************************************************/

#contentleft h1, #contentfull h1 {
	color: #072C53;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	letter-spacing:-1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h1 a, #contentleft h1 a:visited {
	color: #072C53;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:-1px;
	font-weight: normal;
	text-decoration: none;
	}
	
#contentleft h1 a:hover {
	color: #5F788E;
	}

#contentleft h2 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	bordexr-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h2 a, #contentleft h2 a:visited {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	}

#contentleft h2 a:hover {
	color: #5F788E;
	}	
	
#contentleft h3 {
	color: #456b8c;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#homepage h3 {
	color: #456b8c;
	font-size: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h4 {
	color: #072C53;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contentleft h5 {
	color: #072C53;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft h6 {
	color: #072C53;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDDDDD;
	}	

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar(s)		    	                    * 
************************************************/

#sidebar {
	background: #313131 url(images/topshadow.png) 0 0 repeat-x;
	color: #fff;
	width: 300px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	display: inline;
	}
#sidebar a {
	color: #c0dae5;
}
#sidebar a:hover {
	color: #fff;
}
#sidebar_left {
	width: 155px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar_right {
	width: 135px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#sidebar .widget {
	background: #313131;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
	}
	
#sidebar .whitebox {
	background: #61676f;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	border:1px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#sidebar #cat {
	background: #313131;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 205px;
	color: #333333;
	margin: 0px 2px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar_left .widget {
	background: #F4F4F4;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#sidebar_right .widget {
	background: #313131;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
#sidebar h4, #sidebar_left h4, #sidebar_right h4 {
	color: #d9a404;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #bfbfbf;
	text-shadow: 1px 1px 1px #333;
	}
	
#sidebar_left p, #sidebar_ight p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul, #sidebar_left ul, #sidebar_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li, #sidebar_left ul li, #sidebar_right ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul, #sidebar_left ul ul, #sidebar_right ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li, #sidebar_left ul li li, #sidebar_right ul li li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li, #sidebar_left ul li ul li, #sidebar_right ul li ul li {
	margin: 0px; 
	padding: 0px 0px 5px 0px;
	}

#property-search {
	color: #072C53;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	}
	
.aboutmeplus .avatar {
	background: #FFFFFF;
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
.aboutmeplus .posts_link {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #DDDDDD;
	}
	
.twitter {
	background: url(images/twitter.gif) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.aboutmeplus {
    clear: both;
    }

/** Sidebar Features **/
.side-features, side-features li {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.side-features a.title {
	font-weight: bold;
	width: 150px;
}
#sidebar .side-features a img.thumb-properties, #content .side-features a img.thumb-properties {
	float: left;
	display: inline;
	margin-right: 7px;
	border:1px solid #C0DAE5;
}
#sidebar img.charity {
	margin: 10px 0;
	border:1px solid #C0DAE5;
}

/************************************************
*	Basement  									*
************************************************/

#basement {
	background: #343840 url(images/basement-bkg.png) 0 0 no-repeat;
	width: 960px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px auto 0px;
	padding: 0px;
}

#basement h2 {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #d9a404;
	margin-bottom:10px;
	padding:10px 0 5px;
	}
#basement a {
	color: #c0dae5;
}
#sidebar a:hover {
	color: #fff;
}
	
.basementleft {
	float: left;
	width: 220px;
	padding: 0px 10px 0px 10px;	
}

.basementmiddleleft {
	float: left;
	width: 220px;
	padding: 0px 10px 0px 10px;	
}

.basementmiddleright {
	float: left;
	width: 220px;
	padding: 0px 10px 0px 10px;	
}

.basementright {
	float: right;
	width: 220px;
	padding: 0px 10px 0px 10px;	
}

#basement li {
	list-style: none;
	padding-bottom: 5px;
}

#basement ul {
	margin-left: 10px;
	padding: 0 0 10px 0;
}

#basement ul li {
	background: url(images/bullet-yellow.png) 0 5px no-repeat;
	padding-left: 12px;
}
#basement li div.textwidget {
	padding: 0 4px;
}
/************************************************
*	Footer - Standard							*
************************************************/

#footer {
	background: url(images/footer.png);
	width: 960px;
	height: 55px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.rsslinkfooter {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss-footer.png) no-repeat left center;
	}	
	
.footerleft {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 28px;
	}
	
.footerright {
	width: 740px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-align: right;
	}

/************************************************
*	Search Form									*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 125px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #2B4D71;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*	Comments									*
************************************************/

.comments {
	width: 650px;
	margin: 0px;
	padding: 0px;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#submit {
	background: #072C53;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#comment {
	background: #F4F4F4;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
	
.reply a, .reply a:visited {
	background: #2B4D71;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #072C53;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #072C53;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #072C53;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	contact info widget						    *
************************************************/
#contactinfo {
	width: 280px;
	float: right;
	display: inline;
}
#contactinfo .widget {
	background: #313131;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#contactinfo .whitebox {
	background: #61676f;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	height: 285px;
	border:1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#contactinfo h4 {
	color: #d9a404;
	font-size: 20px;
	line-height: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	border-bottom: none;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #333;
}
#contactinfo h5 {
	color: #d9a404;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #333;
}
#contactinfo p {
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	line-height: 16px;
}
#contactinfo img.team {
	margin: 5px 0;
	border: 4px solid #fff;
	float: left;
	display: inline;
}
#contactinfo .mike, #contactinfo .sue {
	width: 105px;
	text-align: center;
	float: right;
	display: inline;
	margin:2px 0 0;
}
#contactinfo .mike a.email, #contactinfo .sue a.email {
	font-size: 10px;
	text-decoration: none;
	color: #C0DAE5;
}
#contactinfo .mike a.email:hover, #contactinfo .sue a.email:hover {
	color: #fff;
	text-decoration: underline;
}
#contactinfo .vcard .adr {
	clear:both;
	font-size:11px;
	line-height:14px;
	text-align:center;
	padding-bottom: 10px;
}
#contactinfo .vcard .adr abbr {
	border: none;
}

ul.socialmedia {
	float: left;
}
ul.socialmedia li {
	width: 75px;
	font-size: 11px;
	line-height: 13px;
	float: left;
	display: inline;
	margin: 0 10px 0 0!important;
}
ul.socialmedia li a {
	display: block;
	padding-left: 36px;
	height: 32px;
	color: #C0DAE5;
	text-align: left;
	text-decoration: none;
}
ul.socialmedia li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.socialmedia li a.facebook {
	background: url(images/facebook_32.png) 0 0 no-repeat;
	padding-top: 8px;
}
ul.socialmedia li a.linkedin {
	background: url(images/linkedin_32.png) 0 0 no-repeat;
	margin-left:2px;
}

	



/************************************************
*	mlsfinder.com widget						*
************************************************/
#wnt_quicksearch {
	min-height: 160px;
}
#wnt_quicksearch input, #wnt_quicksearch select {
	/*float: left;*/
	margin: 3px;
}
#wnt_quicksearch .address, #wnt_quicksearch .zipcode, #wnt_quicksearch .state, #wnt_quicksearch .county, #wnt_quicksearch .city, #wnt_quicksearch .property_type, #wnt_quicksearch .min_price, #wnt_quicksearch .max_price, #wnt_quicksearch .min_bedrooms, #wnt_quicksearch .min_bathrooms, #wnt_quicksearch .search-submit {
	float: left;
}
#wnt_quicksearch .property_type:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;;
}
#wnt_quicksearch .property_type {
	margin: 8px 0 3px;
}

/************************************************
*	Sociable									*
************************************************/
	
div.sociable { margin: 3px 0; }

.sociable_tagline {display:none;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}	

/*********************************************
		CyberHome API Styles
*********************************************/



.formlabel {
	font-size: 10pt;
	color: #000000;
}

.cyberInfo {
	font-family: courier serif italic;
	font-size: 10pt;
	color: #0000ff;
}

.cyberAlertm {
	font-family: courier serif italic;
	font-size: 15pt;
	color: #ff0000;
}

.cyberlabel {
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

.detaillabel {
	font-size: 10pt;
	color: blue;
	font-weight: bold;
}

.cyberdetaillabel {
	font-size: 10pt;
	color: #003399;
	font-weight: bold;
}

.cbold {
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
}

.formlabelb { 
	font-size: 10pt;
	color: #000000;
	font-weight: bold;}

.cyberHeaderWhite	{
	font-size : 12px;
	color : #000000;
}

.cyberHeaderWhiteM	{
	font-size : 15pt;
	color : #ffffff;
	background-color: #003399;
	height: 50;
}

.cyber1	{
	font-size : 10pt;
	color : Black;
	background-color: #fff;
	line-height: 35px;
}
.cyber2	{
	font-size : 10pt;
	color : Black;
	background-color: #efefef;
	line-height: 35px;
}

.rcyber	{
	font-size : 10pt;
	color : white;
	background-color: #ff0000;
	height: 25;
}

.coolButtons {
	background-color: #66CCFF;
	border-style:groove;
	border-width:0.1cm;
	font-size : 8pt;
	color: Blue;
	padding: 0;
	text-align : center;
}

.cyberButtons {
	background-color: #003399;
	border-style:groove;
	border-width:0.1cm;
	font-size : 10pt;
	color: #ffffff;
	padding: 2;
	text-align : center;
}

A.cyber:link {
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
}

A.cyber:visited {
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	color:#000000;
}

A.cyber:hover {
	color:#000000;
	font-family: arial;
	text-decoration: underline;
	font-size: 11px;
	}
	
A.cyber:active {
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;;	
}

.cyberinputText{
	border: thin groove Black;
	font-family: arial;
	font-size: 12px;
	background-color : #ffffff;
}

/*********************************************
		CyberHome API Form (MTOSites)
*********************************************/


.cyberhomes { 
	margin:5px auto 0 auto; 
	width: 300px; 
}

.cyberhomes fieldset	{ 
	margin-top:0; 
	padding:0; 
	border: none;
}

ol.cyb-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cyb-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cyb-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cyberhomes label {
	width:60px; 
	margin:0 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cyberhomes label span {
	width:60px; /* must be the same as above!*/
}

  span.astrx {
	  color:#AD3122;
  }

.cyberhomes input { 
	padding:0px;
	background: #FFFFFF; 
	border: 1px solid #000000; 
	vertical-align:top;
}
.cyberhomes input:hover	{
	background:#E1E1E1; 
}

.cyberhomes input:focus { 
	background:#F4F4F4; 
}

.cyberhomes input.sendbutton	{ 
	width:122px; 
	height: 28px;
	margin: 0 0 5px 70px;
	background:url(images/submit-btn.png) repeat-x; 
	cursor: pointer;
	border: none;
}

/*********************************************
		CyberHome API Page (MTOSites)
*********************************************/


#cyberhomeswrap {
	width: 850px;
	margin: 0 auto;
}
	
#cyberhomesleft {
	float: left;
	width: 510px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#cyberhomesright {
	float: right;
	width: 310;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:none;
}

#cyberhomescomps {
	float: left;
	width: 830px;
	border: 1px solid #CCC;	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
}

.cyberhomeswidget {
	width: 300px;
	border: 1px solid #CCC;	
	margin: 0px 0px 15px 0px;
	padding: 5px;
}

#cyberhomeswrap h4 {
	margin: 5px 0px 0px 0px;
	line-height:30px;
	padding:3px;
	background:#dadada;
}

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

#cyberhomeshomedetails {
	width: 500px;
	border: 1px solid #CCC;	
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 10px 10px;
}

#cyberhomeshomedetails ul {
	list-style: none;	
	margin: 0px 0px 0px 0px;
}

ul.cyberdetailsleft {
	float: left;
	width: 250px;
}

ul.cyberdetailsright {
	float: right;
	width: 250px;
}

#cyberhomesmap {
	width: 500px;
	border: 1px solid #CCC;	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
}

#map {
	border: 1px solid #CCC;	
}

.cyberhomesdisclaimer {
	font-size: 10px;
}
.cyberheader {
	width:100%;
	line-height:30px;
	padding:5px;
	background:#dadada;
}

.cyberhomes p {
	padding: 0 !important;
	margin: 0 !important;
}
p.valuation-request {
	padding: 0;
	margin: 5px 0;
	line-height: 18px;
}
p.valuation-request a {
	font-size: 16px;
	margin-top: 5px;
}