/* @override 
	http://www.680homes.com/css/main.css
	http://sandbox.680homes.com/css/main.css
*/

/*
680 Homes main stylesheet

Created by Tierra Interactive
http://tierrainteractive.com/

Written using CSSEdit
http://macrabbit.com/cssedit/
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #d0cdc4;
}

body {
	font: 100% Arial, sans-serif;
	text-align: center;
	background: #d0cdc4 url(../images/common/page_background.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	
}

p, ul, ol, dl {
	font-size: .8125em;
	line-height: 1.25em;
}

p {
	margin: 0 0 1.25em;
}

a:link, a:visited {
	color: #00346D;
}

a:hover, a:active {
	color: #4c72b7;
}

img {
	border: none;
}

form p {
	margin: 0;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #aaafb4;
	margin: 20px 0;
}

/* @group Standard Forms */

fieldset {
	border: none;
	margin: 0 0 16px;
}

fieldset p {
	margin-bottom: 1.25em;
}

fieldset div {
	clear: both;
	margin-bottom: 3px;
}

fieldset .complex div {
	clear: none;
	margin: 0;
}

fieldset label, fieldset .complex .label {
	font-size: .8125em;
	width: 150px;
	float: left;
	padding: 1px 5px 0 0;
	text-align: right;
}

fieldset .complex .inputs label {
	width: auto;
	float: none;
	padding: 0;
	text-align: left;
}

fieldset input, fieldset .complex .inputs {
	width: 125px;
}

fieldset select {
	width: 130px;
}

fieldset .controls {
	margin: 5px 0 0 155px;
}

fieldset .complex .inputs input, fieldset .complex .inputs select, fieldset .controls input {
	width: auto;
}

.wide fieldset label {
	width: 225px;
}

.wide fieldset input {
	width: 200px;
}

.wide fieldset .controls input {
	width: auto;
}

.wide fieldset .controls {
	margin-left: 230px;
}

/* @end */

/* @end */

/* @group Universal classes */

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

img.left.inline, img.right.inline {
	margin-top: 10px;
}

.column, .float {
	float: left;
}

.float {
	float: left;
}

.offleft {
	position: absolute;
	left: -999em;
}

.more {
	margin-top: -1em;
}

.emphasized {
	color: #004897;
}

.flushtop {
	margin-top: 0;
}

.flushbottom {
	margin-bottom: 0;
}

.flush {
	margin: 0;
}

.spaced {
	margin-bottom: 5px;
}

.sidebar h4.vip {
	margin-top: 2px;
}

p.vip {
	margin-bottom: 1.4em;
}

img.vip {
	margin-top: 1px;
}

.vip img.left {
	margin-bottom: 3em;
}

p.bio {
	margin-bottom: .75em;
}

.bio strong.smaller {
	line-height: 1.2em;
}

strong.larger {
	font-size: 1.0769em;
	line-height: 1.5em;
}

.smaller {
	font-size: .92em;
}

.small {
	font-size: .7em;
}

.date {
	color: #818a8f;
	font-size: .923em;
}

.standout {
	text-align: center;
}

.standout a {
	font-size: 1.15em;
	font-weight: bold;
}

.info-table {
	float: left;
	margin: 0 15px 15px 0;
}

.info-table td {
	padding: 1px;
}

.info-table .sm-links {
	font-size: .92em;
}

.sitemap {
	float: left;
	padding-right: 3em;
}

.sitemap li ul {
	font-size: 1em;
}

.graphs {
	float: left;
	width: 350px;
}

.graphs img {
	margin-bottom: 25px;
}

a.stealth {
	text-decoration: none;
}

a.stealth:hover {
	text-decoration: underline;
}

.blog-listing p {
	zoom: 1;
}

.blog-listing p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.blog-listing .imgtfe {
	margin: 0 10px 0 0;
}

/* @group Contact Forms */

.contact {
	
}

.contact fieldset.column {
	width: 240px;
	margin-right: 10px;
}

.contact fieldset legend {
	font-size: .8125em;
	font-weight: bold;
	padding: 0 0 10px;
}

.contact fieldset div {
	margin-bottom: 10px;
}

.contact fieldset .complex div {
	margin: 0;
	float: none;
	width: auto;
}

.contact fieldset .column {
	float: left;
	margin: 0 45px 10px 0;
	clear: none;
}

.contact fieldset .short {
	float: left;
	clear: none;
	margin: 0 15px 10px 0;
}

.contact fieldset label, .contact fieldset .complex .label {
	font-size: .8125em;
	display: block;
	width: auto;
	float: none;
	text-align: left;
	margin: 0 0 3px;
}

.contact fieldset .complex label {
	display: inline;
	padding-right: 10px;
}

.contact fieldset input {
	width: 200px;
	font-size: .8125em;
}

.contact fieldset .complex .inputs input {
	width: auto;
}

.contact fieldset .complex .inputs span {
	font-size: .8125em;
}

.contact fieldset textarea {
	font-size: .8125em;
	width: 300px;
	height: 10em;
}

.contact fieldset.column textarea {
	width: 200px;
}

.contact fieldset .controls {
	margin: 0;
}

.contact fieldset .controls input {
	width: auto;
}

.contact fieldset .short input {
	width: 90px;
}

.contact fieldset .phone-numbers input {
	width: 35px;
	margin: 0 3px 0 0;
}

.contact fieldset .phone-numbers span {
	font-size: .8125em;
}

.contact .error label {
	font-weight: bold;
	color: #600;
}

.contact .error input {
	background: #EDE0E0;
}

.contact .error .optional {
	background: none;
}

.contact .error p.error {
	margin: 5px 0 0 5px;
	padding: 0 0 0 12px;
	font-weight: normal;
	background: #fff url(/images/common/form_error_arrow.png) no-repeat left 1px;
}

.success {
	font-weight: bold;
	background: #f6f3e7;
	padding: 3px 5px;
	color: #004897;
}

p.error {
	background: #EDE0E0;
	font-weight: bold;
	padding: 3px 5px;
	color: #600;
}

/* @end */

/* @end */

/* @group Specific */

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left: 1px solid #808385;
	border-right: 1px solid	#808385;
	min-height: 990px;
	height: auto !important;
	height: 990px;
}

/* @group Header */

#header {
	padding: 1px 0;
	position: relative;
	background: url(../images/common/header.jpg) no-repeat left top;
}

#logo img {
	vertical-align: bottom;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#login {
	font: .75em Verdana, Arial, sans-serif;
	position: absolute;
	right: 18px;
	top: 40px;
	text-align: right;
}

#login a {
	display: block;
	margin-bottom: 5px;
	padding-right: 21px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	background: url(../images/common/link_arrow.png) no-repeat right center;
}

/* @end */

/* @group Top nav */

#nav {
	margin-top: 21px;
}

#top-nav {
	list-style-type: none;
	font: .8125em Verdana, Arial, sans-serif;
	padding-left: 19px;
	height: 28px;
	border-bottom: 1px solid #808385;
	position: relative;
}

#top-nav li {
	float: left;
	padding-right: 6px;
	margin: 0 14px 0 0;
	position: relative;
	bottom: -1px;
}

#top-nav a {
	display: block;
	padding: 4px 0 0 6px;
	height: 24px;
}

#top-nav li:hover, #top-nav .persistent {
	background: url(../images/common/hover_right.png) no-repeat right top;
}

#top-nav ul li:hover {
	background: none;
}

#top-nav .active, #top-nav li.active:hover {
	background: url(../images/common/active_right.png) no-repeat right top;
}

#top-nav li:hover a, #top-nav .persistent a {
	background: url(../images/common/hover_left.png) no-repeat left top;
	color: #004897;
	text-decoration: none;
}

#top-nav .active a, #top-nav li.active:hover a {
	background: url(../images/common/active_left.png) no-repeat left top;
	color: #000;
	text-decoration: none;
}

#top-nav li:hover ul li a, #top-nav .persistent ul li a, #top-nav .active ul li a, #top-nav li.active:hover ul li a {
	background: none;
	color: #004897;
}

#top-nav li ul {
	position: absolute;
	width: 150px;
	top: 27px;
	left: -999em;
	border: 1px solid #808385;
	background: #fff;
	padding: 0 .5em;
	z-index: 5;
	list-style-type: none;
}

#top-nav li:hover ul, #top-nav li.persistent ul {
	left: 0px;
}

#top-nav li ul li {
	margin: .5em 0;
	padding: 0 0 .5em 0;
	float: none;
	border: none;
	width: auto;
}

#top-nav li ul a {
	font-weight: normal;
	display: inline;
	padding: 0;
	color: #004897;
}

#top-nav li.active ul li {
	background: none;
}

#top-nav li.active ul a {
	color: #004897;
	background: none;
}

#top-nav li ul a:hover, #top-nav .active ul a:hover {
	text-decoration: underline;
}

/*#sub-nav {
	padding: 10px 25px;
	height: 15px;
}

#sub-nav ul {
	list-style-type: none;
	font: .6875em Verdana, Arial, sans-serif;
}

#sub-nav li {
	float: left;
}

#sub-nav a {
	display: block;
	margin: 0 15px 0 0;
	color: #4c72b7;
}*/

/* @end */

/* @group Leadoff */

#leadoff {
	background: url(../images/home/leadoff_background.png) repeat-x left top;
	border-bottom: 1px solid #8d8e8f;
	padding: 1px 0 25px;
}

#leadoff h2 {
	color: #004897;
	margin-left: 30px;
}

#leadoff .column {
	width: 443px;
	height: 162px;
	margin: 25px 0 0;
}

/* @group Find column */

#leadoff #find {
	margin-left: 19px;
	margin-right: 27px;
	background: url(../images/home/find_background.jpg) no-repeat left top;
}

#content #find {
	width: 443px;
	height: 163px;
	padding: 1px;
	margin-bottom: 20px;
	background: url(../images/secondary/find_background.jpg) no-repeat left top;
	
}

#find ul, #content #find ul {
	list-style-type: none;
	/*margin: 25px 0 0 180px;*/
	margin: 30px 0 0 193px;
	font-size: 1em;
	font-weight: bold;
}

#find li {
	margin-bottom: 7px;
}

#find a {
	display: block;
	padding: 5px 0 0 36px;
	height: 22px;
	color: #576067;
	text-decoration: none;
}

#find a:hover {
	text-decoration: underline;
}

#mls a {
	background: url(../images/home/search_icon.png) no-repeat left top;
}

#map a {
	background: url(../images/home/world_icon.png) no-repeat left top;
}

#neighborhood a {
	background: url(../images/home/home_icon.png) no-repeat left top;
}
#foreclosures a {
	background: url(../images/home/moneybag_icon.png) no-repeat left top;
}

/* @end */

/* @group Explore column */

#leadoff #explore {
	background: url(../images/home/explore_background.jpg) no-repeat left top;
}

#explore a {
	color: #757e86;
}

#explore a:hover {
	color: #457cc0;
}

#explore p.description {
	margin: 40px 12px 0;
	text-align: right;
	font-style: italic;
	color: #757e86;
	font-size: .875em;
}

#explore ul {
	margin: 15px 0 0 40px;
	font-size: .875em;
	color: #757e86;
}

#explore ul.first {
	margin-left: 230px;
}

#explore li {
	margin-bottom: 2px;
}

/* @end */

/* @end */

#breadcrumb {
	padding: 8px 25px 0;
	color: #818a8f;
	margin-bottom: -18px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .6875em;
}

#breadcrumb li {
	float: left;
	padding: 0 11px 0 0;
	margin: 0 5px 0 0;
	background: url(../images/common/breadcrumb_divider.png) no-repeat right 2px;
}

#breadcrumb .last {
	padding: 0;
	margin: 0;
	background: none;
}

#breadcrumb a {
	color: #4c72b7;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb .last a, #breadcrumb .last a:hover {
	color: #818a8f;
	text-decoration: none;
}

#main {
	margin: 25px 0 0;
	padding: 1px 0;
	background: url(../images/common/main_background.png) repeat-y;
}

#main.secondary {
	background-image: url(../images/common/main_background_secondary.png);
}

#main.city {
	background-image: url(../images/common/main_background_city.png);
}

.sidebar {
	float: left;
}

.sidebar h4, #content #search h4 {
	color: #818a8f;
	text-align: center;
	font-size: 1em;
	margin: 0 0 8px;
}

.sidebar h4.alignleft {
	text-align: left;
}

.sidebar h4 .stealth:link, .sidebar h4 .stealth:visited, .sidebar h4 .stealth:hover, .sidebar h4 .stealth:active {
	color: #818a8f;
}

/* @group Left sidebar */

#left-sidebar {
	width: 200px;
	padding: 8px 30px 0 20px;
}

#left-sidebar p {
	margin-top: 0;
}

.secondary #left-sidebar, .city #left-sidebar {
	width: 155px;
	padding-right: 20px;
}

#left-sidebar #listings {
	text-align: center;
}

#left-sidebar .listing {
	text-align: center;
	width: 140px;
	margin: 0 auto 20px;
}

#left-sidebar .listing p {
	font-size: .8125em;
	color: #747577;
	margin: .75em 0 0;
}

.sidebar h4.emphasized {
	background: #457cc0;
	color: #fff;
	padding: 5px 0;
}

#accordion {
	list-style-type: none;
}

#accordion a {
	color: #818386;
	text-decoration: none;
	font-weight: bold;
}

#accordion ul a, #accordion .active ul a {
	color: #4c72b7;
}

#accordion .active a {
	color: #004897;
}

#accordion a:hover {
	text-decoration: underline;
}

#accordion .trigger {
	background: url(../images/secondary/arrow_closed.png) no-repeat 3px 2px;
	padding: 0 0 0 15px;
	min-height: 13px;
	height: auto !important;
	height: 13px;
}

#accordion .open, #accordion .active .trigger {
	background: url(../images/secondary/arrow_open.png) no-repeat left 5px;
}

#accordion ul {
	margin: 0 0 5px 15px;
	list-style-type: none;
}

.box {
	width: 154px;
	background: url(../images/secondary/tan_top.png) no-repeat left top;
	padding: 5px 0 0;
	margin: 0 auto;
}

.box .wrapper {
	background: #f6f3e7 url(../images/secondary/tan_bottom.png) no-repeat left bottom;
	padding: 5px 10px 10px;
}

.box .help {
	background: url(../images/secondary/help_icon.png) no-repeat left center;
	height: 24px;
	text-align: left;
	padding: 5px 0 0 30px;
}

.box ul {
	list-style-type: none;
}

.box li {
	background: url(../images/secondary/bullet.png) no-repeat left 7px;
	padding: 0 0 0 8px;
	margin: 0 0 5px;
}

/* @end */

/* @group Search bar */

#search #s {
	background: #f5f3f3;
	border: 1px solid #909191;
	font-style: italic;
	color: #909191;
	padding: 1px;
	width: 210px;
	margin-right: 1px;
	font-size: .825em;
}

#search input {
	vertical-align: middle;
}

#header #search {
	position: absolute;
	right: 18px;
	top: 13px;
}

#content #search {
	width: 200px;
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Content */

#content {
	float: left;
	width: 435px;
	padding: 5px 35px;
}

.secondary #content {
	width: 700px;
	padding-left: 20px;
}

.city #content {
	width: 435px;
	padding-left: 20px;
	padding-right: 20px;
}

#content h1 {
	color: #004897;
	font-size: 1.75em;
	margin-bottom: .55em;
}

#content h1.understate {
	color: #808285;
	font-size: 1.125em;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	padding-top: 4px;
	margin-bottom: .5em;
}

.secondary #content h1 {
	color: #457cc0;
	font-size: 1.5em;
}

#content h1.title {
	color: #457cc0;
	font-size: 1.25em;
	margin-bottom: 20px;
}

#content h2 {
	color: #808285;
	font-size: 1.125em;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	padding-top: 4px;
	margin-bottom: .5em;
}

#content h2.overstate {
	color: #004897;
	font-size: 1.75em;
	margin-bottom: .55em;
}

#content h2.emphasized {
	color: #004897;
}

#content h3 {
	color: #808285;
	font-size: .9375em;
	margin: 1em 0 .35em;
	height: 18px;
	padding-top: 1px;
}

#content h3 a {
	color: #808285;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content h3.flush {
	margin: 0;
}

h3.neighborhood, h3.market, h3.info, h3.schools, h3.news, h3.video, h3.profile, h3.blog {
	padding-left: 25px;
}

h3.neighborhood {
	background: url(../images/city_icons/neighborhood.png) no-repeat left top;
}

h3.market {
	background: url(../images/city_icons/market.png) no-repeat left top;
}

h3.info {
	background: url(../images/city_icons/info.png) no-repeat left top;
}

h3.news {
	background: url(../images/city_icons/news.png) no-repeat left top;
}

h3.schools {
	background: url(../images/city_icons/schools.png) no-repeat left top;
}

h3.video {
	background: url(../images/city_icons/video.png) no-repeat left top;
}

h3.profile {
	background: url(../images/city_icons/profile.png) no-repeat left top;
}

h3.blog {
	background: url(../images/common/blog_icon_sm.png) no-repeat left top;
}

#content ul, #content ol {
	margin: 0 0 1.38em 1.5em;
}

#content li {
	margin-bottom: 5px;
}

#content ul.float, #content ol.float {
	list-style-type: none;
	margin-left: 0;
	width: 200px;
	margin-right: 10px;
}

#content ol.float {
	list-style-type: decimal;
}

#content ol.float li {
	margin-left: 30px;
}

#content ol.float li.heading {
	list-style-type: none;
	margin-left: 0;
}

#content ul.float.thirds {
	width: 135px;
	font-size: .75em;
}

#content ul.float.wide {
	width: 325px;
}

#content .flushbottom {
	margin-bottom: 0;
}

#blog {
	padding-left: 35px;
	background: url(../images/common/blog_icon.png) no-repeat left top;
}

#site-tools {
	padding-left: 35px;
	background: url(../images/common/tools_icon.png) no-repeat left top;
}

#content strong {
	color: #333;
}

#content embed, #content object {
	margin-bottom: 5px;
}

#content .video-list {
	list-style-type: none;
	margin-left: 0;
}

#content .video-list li {
	background: #f6f3e7;
	padding: 5px;
	margin-bottom: 10px;
}

.video-list strong {
	padding-right: 10px;
}

.video {
	margin-bottom: 15px;
}

#content .link-categories h2 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#content .link-categories h2 a {
	text-decoration: none;
}

#content .link-categories h2 a:hover {
	text-decoration: underline;
}

#content .link-list {
	list-style-type: none;
	margin-left: 0;
}

#content .link-list li {
	background: #f6f3e7;
	padding: 5px;
	margin-bottom: 10px;
}

.link-list strong {
	padding-right: 10px;
}

.more.links {
	margin: -5px 0 20px 0;
}

/* @end */

/* @group Right sidebar */

#right-sidebar {
	width: 155px;
	padding: 8px 20px 0;
}

.city #right-sidebar {
	width: 225px;
	padding-left: 25px;
	padding-right: 30px;
}

#right-sidebar ul, #right-sidebar ol {
	margin: 0 0 1.38em 1.5em;
}

#right-sidebar #listings {
	
}

#right-sidebar #listings h4 {
	text-transform: uppercase;
	color: #1c4897;
	text-align: left;
	font-size: .875em;
	margin-bottom: 20px;
}

#right-sidebar .listing {
	border-bottom: 1px solid #aaafb4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: .55em;
	color: #757e86;
}

#right-sidebar .listing img {
	float: left;
	margin: 0 5px 5px 0;
}

#right-sidebar .listing p {
	font-size: 1em;
	margin-bottom: 0;
}

#right-sidebar .listing .details-link {
	float: right;
	margin-top: 15px;
}

#right-sidebar .listing .details {
	margin-left: 55px;
}


/* @end */

#bio, #bio a {
	color: #757e86;
	text-decoration: none;
}

#bio a.stealth {
	color: #818a8f;
}

#bio a:hover {
	text-decoration: underline;
}

#bio h4 {
	font-size: 1.25em;
	margin: 0;
}

.icons {
	list-style-type: none;
}

.icons li {
	margin-bottom: 5px;
	height: 20px;
	padding: 4px 0 0 30px;
}

.icons .phone {
	background: url(../images/common/phone_icon.png) no-repeat left top;
}

.icons .email_addr {
	background: url(../images/common/email_icon.png) no-repeat left top;
}

.icons .video {
	background: url(../images/common/video_icon.png) no-repeat left top;
}

.connect, .chat {
	border-top: 1px solid #0048a8;
	padding-top: 15px;
}
.chat{
	padding-bottom: 20px;
}

#bio .chatbox {
	font-size: .8em;
}

#bio .chatbox img {
	vertical-align: baseline;
}

#bio .chatbox a {
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	color: #4c72b7;
	background: #f5f5f5 url(http://www.google.com/talk/service/resources/chaticon.gif) no-repeat 5px 5px;
	border: 1px solid #aaafb4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#left-sidebar .connect {
	margin-top: 15px;
}

.connect h5, .chat h5 {
	margin-bottom: 5px;
	text-align: center;
}

.chat h5.standout {
	font-size: 1em;
}

#right-sidebar .connect ul, .connect ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.connect li {
	float: left;
}

#footer {
	margin: 30px 50px 0;
	padding-bottom: 15px;
}

#summary {
	padding: 9px 0 15px;
	background: url(../images/common/footer_top.png) no-repeat left top;
}

#summary .wrapper {
	background: url(../images/common/footer_bottom.png) no-repeat left bottom;
	padding-bottom: 9px;
}

#summary .content {
	border-left: 1px solid #aaafb4;
	border-right: 1px solid #aaafb4;
	padding: 1px 20px;
}

#footer p {
	font-size: .6875em;
	color: #4b5055;
	margin: .5em 0;
}

#footer hr {
	margin: 15px 30px;
}

/* @end */

/* @group Page Specific */

#tab-nav {
	border-bottom: 1px solid #ccc;
}

#tab-nav ul {
	list-style-type: none;
	margin: 0;
}

#tab-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#tab-nav a {
	display: block;
	background: #fff;
	padding: 7px 10px 5px;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
	text-decoration: none;
}

#tab-nav a:hover {
	text-decoration: underline;
}

#tab-nav .active a {
	border-color: #ccc;
	border-bottom-color: #fff;
	padding-top: 5px;
	position: relative;
	top: 3px;
	color: #000;
}

#tab-nav .active a:hover {
	text-decoration: none;
	color: #000;
	cursor: text;
}

.listings {
	padding: 25px 15px;
}

.listings .home {
	clear: both;
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ccc;
}

#sold .home {
	padding-bottom: 0;
	margin-bottom: 25px;
	border-bottom: none;
}

.listings .home.last {
	border-bottom: none;
}

.listings .home_header {
	color: #666;
	margin-bottom: 15px;
}

#content .listings .home_header h3 {
	font-size: 1em;
	color: #000;
	margin-top: 0;
}

#content .listings .home_header p.right {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}

.listings img.left {
	margin-bottom: 0;
}

.listings .home_content {
	float: left;
	width: 350px;
}

#sold .home_content {
	width: 560px;
}

.listings .home_content h4 {
	color: #444;
	font-size: .875em;
	margin-bottom: 15px;
}

.listings .home_content .description h4 {
	margin-bottom: 5px;
}

.listings p {
	margin: 0;
}

#content .listings ul {
	margin: 0 0 15px;
	list-style-type: none;
}

#content .listings p.column {
	padding: 42px 0 0;
}

.listings .description {
	clear: both;
	color: #666;
}

.pagination {
	font-size: .75em;
	text-align: center;
	color: #666;
	margin-bottom: 15px;
}

.pagination a, .pagination span {
	padding: 0 3px;
}

.pagination .current {
	color: #000;
	font-weight: bold;
}

#featured-home {
	min-height: 75px;
}

#featured-home .column {
	width: 325px;
	margin-right: 25px;
}

#featured-home .last {
	width: 350px;
	margin-right: 0;
	text-align: center;
}

#content #featured-home h2 {
	font-size: .875em;
	margin-bottom: 5px;
}

#featured-home h2 strong {
	font-size: 1.29em;
}

#content #featured-home h3 {
	height: auto;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

#featured-home .last h4 {
	margin: 15px 0;
}

#content #featured-home .thumbnails {
	margin-left: 21px;
	margin-bottom: 0;
	list-style-type: none;
}

#content #featured-home .thumbnails li {
	float: left;
	margin: 0 9px 10px 0;
}

#featured-home .price {
	font-weight: bold;
	font-size: .875em;
}

#content #featured-home .features li {
	margin-bottom: 3px;
}

#featured-home .video object, #featured-home .video embed {
	width: 350px;
}

#simpleform, #simpleform body {
	background: #fff;
}

#simpleform #page {
	border: none;
	width: 500px;
	min-height: 0px;
	height: auto;
}

#simpleform #main {
	margin: 0;
	padding: 25px 0;
	background: none;
}

#simpleform h1 {
	font-size: 1em;
	margin: 0 0 15px;
}

#filmstrip {
	position: relative;
	padding: 18px 0;
}

#filmstrip .controls a {
	position: absolute;
	left: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 126px;
	height: 15px;
}

#filmstrip .controls a.disabled {
	background-position: left -15px;
}

#filmstrip .controls a span {
	position: absolute;
	left: -200px;
}

#filmstrip .next {
	background-image: url(/images/common/btn-down.png);
	bottom: 0px;
}

#filmstrip .prev {
	background-image: url(/images/common/btn-up.png);
	top: 0px;
}

#filmstrip .frame {
	height: 350px;
	overflow: hidden;
	position: relative;
}

#filmstrip ul {
	position: absolute;
	top: 0px;
	left: 15px;
	margin: 0;
	width: 126px;
	list-style-type: none;
	font-size: .6875em;
}

#filmstrip li {
	height: 110px;
	margin-bottom: 10px;
	text-align: center;
}

#filmstrip ul img {
	display: block;
}

#filmstrip a.disabled {
	color: #333;
	text-decoration: none;
}

/* === Mobile App === */

#app-description {
	width: 400px;
	margin: 0 18px 0 0;
}

#smarterAgent {
	border: 1px solid #457cc0;
	background: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* === Alert WordPress install === */

.alert-sidemap {
	float: left;
}

.alert-signup {
	margin: 0 0 0 375px;
}

#content ol.commentlist {
	margin-left: 0;
	list-style-type: none;
}

.commentlist cite {
	font-style: normal;
}

.comment-meta {
	margin: 0 0 10px;
	font-size: .857em;
}

.comment-body {
	padding: 0 0 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
}

.comment-body .avatar {
	float: left;
	margin: 0 10px 5px 0;
}

.comment-body p {
	font-size: 1em;
}

#commentform p {
	margin: 0 0 5px;
}

/* === Inline Iframes === */

.inline-iframes iframe {
	margin-bottom: 15px;
}

/* @end */
