/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


/* 
Red: #D72917;
Yellow: #FDEC5B;
Cream: #f5f5bd;
*/

* {margin:0;padding:0;}
img {border:0;}

a {color:#D72917;}

body {
	background:#000 url(images/bg.png) top left repeat-x;
	color:#312d15;
	font-size:14px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height:100%;
}

#wrapper {
	width:940px;
	margin:0 auto 20px auto;
	display:block;
}

#header {
	background:#f5f5bd url(images/header.jpg) top left no-repeat;
	height:160px;
}

	#header h2, #blog-description {
		display:none;
	}
	
	#slideshow {
		float:right;
		height:160px;
		width:470px;
	}

#navcontainer {
	margin:0 0 15px;
	height:41px;
	background:url(images/menu_bar.png) top left no-repeat;
}

	#navcontainer ul
	{
	padding:0 5px;
	height:41px;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	}
	
	#navcontainer ul li { float:left; display:block;height:41px;}
	
	#navcontainer ul li.current_page_item, #navcontainer ul li.current_page_ancestor {
		background:url(images/menu_bar_current.png) bottom center no-repeat;
	}



	#navcontainer ul li a
	{
	padding: 12px 13px 0 10px;
	height:24px;
	display:block;
	background:url(images/menu_bar_right.png) top right no-repeat;
	color:#f5f5bd;
	text-decoration: none;
	float: left;
	}
	
	#navcontainer ul li a:hover
	{
	color: #eee;
	}

#container {
	background:url(images/content_bg.png) top left repeat-y;	
}

#content {
	background:url(images/content_header.png) top left no-repeat;
}

#left {
	width:669px;
	margin:0 0 0 1px;
	float:left;
}

	.left-top {
		background:#f5f5bd;
		margin:20px 0 0;
		padding:8px 24px 10px;
		border-bottom:1px solid #f9cc4d;
	}
	
	.left-top h1 {
		font-family:Cambria, "Times New Roman", Times, serif;
		font-variant:small-caps;
		font-size:30px;
		padding:0 0 8px;
		border-bottom:1px solid #f9cc4d;
	}

	.left-top h2 {
		color:#be0d1f;
		font-size:22px;
		margin:10px 0;
	}
	
	.left-top h3 {
		padding:18px 10px 0;
		height:52px;
		background:url(images/red-balloon.jpg) top left no-repeat;
		color:#f5f5bd;
		font-size:18px;
		letter-spacing:-1px;
		font-style:italic;
		text-align:center;
	}
	
	.left-content {
		padding:15px 24px;
		line-height:130%;
	}
	
	#respond {
		padding:15px 24px;
		line-height:130%;
	}
	
	.left-content p {
		margin:5px 0 10px;
	}
	
	.left-content hr {
		border:1px solid #f9cc4d;
		height:1px;
		margin:10px auto;
		text-align:center;
		width:80%;
	}
	
	.left-content ul, .left-content ol {
		padding:3px 20px;
	}

#right {
	float:right;
	width:270px;
}

	#right-content {
		padding:0 10px;
	}

	#right h2 {
		margin:20px 0 0 5px;
		font-size:24px;
	}

	#right h3 {
		margin:30px 0 5px 20px;
		text-align:right;
	}

	#right h4 {
		margin:0 0 5px 20px;
		text-align:right;
	}
	
	#right ul {
		padding:5px 10px 5px 20px;
	}
	
	ul.sb-links {
		text-align:center;
		font-family:Cambria, "Times New Roman", Times, serif;
		font-size:18px;
		color:#222;
		list-style-type:none;
		line-height:120%;
	}
	
	ul.sb-links li {
		background:url(images/sidebar_divider.png) bottom center no-repeat;
		padding:8px 0 9px;
	}
	
	ul.sb-links li a {
		text-decoration:none;
		color:#111;
		display:block;
	}
	
	ul.sb-links li a:hover {
		color:#444;
	}

#footer {
	padding:15px 28px 0;
	background:url(images/content_footer.png) top left no-repeat;
	color: #eee;
	clear:both;
	line-height:120%;
}

	#footer-right {
		float:right;
		width:190px;
		font-size:90%;
	}
	
	#footer-right div {
		margin:0 0 10px;
	}
	
	#comp-icons {
		text-align:right;
	}
	
	#comp-icons img {
		margin:0 10px 0 0;
	}
	
	#footer-left {
		float:left;
		width:680px;
	}

	#footer a {
		color: #eee;
		text-decoration:none;
	}
	
	#footer-links {
		margin:0 0 10px;
	}

	#footer-links ul {
		margin:0;
		padding:0;
	}
	
	#footer-links ul li {
		display:block;
		float:left;
		margin:5px 10px 5px 0;
		list-style-type:none;
		text-align:center;
	}
	
	#footer-links ul li a {
		text-decoration:none;
		display:block;
		clear:none;

	}

	#footer-links ul li span {
		width:100px;
		margin:5px auto 0;
		display:block;
	}
	
	#footer-navcontainer {
		clear:left;
		padding:10px 0;
	}
	
	ul#footer-navlist {
		margin:0;
		padding:0;
	}
	
	ul#footer-navlist li {
		display:inline;
		list-style-type:none;
	}
	
	ul#footer-navlist li a {
		padding:3px 10px;
		border-right:1px solid #eee;
	}
	
	div#site-meta {
		margin:10px 0 0 0;
	}

/* Misc. styles */
div#home-panels {
	height:280px;
	border-bottom:2px solid #D72917;
}
div#home-panels a {
	display:block;
	float:left;
	width:30%;
	text-align:center;
}

div#fp-slides {
	clear:left;
	margin:20px 0;
	padding:0;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

div#faqs h3 {
	cursor:pointer;
	background:#003;
	color:#FDEC5B;
	padding:5px;
	margin:5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.faq {
	margin:5px 15px;	
}

#images {
	padding:15px 24px;
}

#gmap {
	/*width: 621px;*/
	height: 245px;
	/*float: right;*/
	margin:15px 24px 0 24px;
}

img.property-image {
	width:325px;
	height:245px;
}

img.property_image_thumbnail {
	width:286px;
	height:214px;
}

#listing-contact {
	width:255px;
	height:65px;
	padding:10px 5px;
	margin:0 24px 0 0;
	float:right;
	border-top:2px solid #D72917;
	border-bottom:2px solid #D72917;
}

#listing-contact h3 {
	margin:0 0 10px;
}
#registration_form {
	line-height:140%;
}
#registration_form label {
	display:block;
	margin:0 0 5px;
}

a.discl-link {
	padding-left:20px;
	line-height:110%;
}

#account_confirmation {
	padding:15px 24px;
	line-height:150%;
}

#account_confirmation p {
	margin:5px 0;
}

#currently_loggedin {
	padding:15px 24px;
	line-height:130%;
}

#logout_confirmation {
	color: #f00;
	font-weight: bold;
	padding:15px 24px;
	line-height:130%;
}

#message {
	display: block;
	color: #f00;
	margin-bottom: 1em;
}

#reset_pwd_form {
	padding:5px 24px;
	line-height:130%;
}

#temp_pwd_confirmation {
	padding:15px 24px;
	line-height:130%;
	display: block;
}

#change_pwd {
	padding:15px 24px;
	line-height:130%;
}

#pwd_changed {
	padding:15px 24px;
	line-height:130%;
}

h3#adv-search-toggle, h3#simp-search-toggle {
	margin:10px 0 0;
	cursor:pointer;
	color:#D72917;
	text-decoration:underline;
}

#quicksearch {
	padding:15px 24px;
}

#detailedsearch {
	padding:0 24px;
}

#quicksearch label, #detailedsearch label {
	display: block;
	width: 300px;
	text-align:right;
	margin:5px 0;
	padding:0 0 5px;
	border-bottom:1px solid #ddd;
}

#quicksearch label span, #detailedsearch label span {
	font-weight:bold;
	float:left;
}

#detailedsearch select {
	margin:0 5px;
}

#detailedsearch select option {
	padding:2px 5px 2px 2px;
}

/* Search Results */
#display-info {
	margin:5px 24px;
	font-weight:bold;
}

a#next_link, a#prev_link {
	margin:5px 24px;
}

#b_link_wrapper {
	clear: left;
	width: 40em;
}

a#b_next_link, a#b_prev_link {
	margin:5px 24px;
	width: 25%;
}

.gmapsthumb {
	float: left;
	margin-right: 1em;
}

div.property_list {
	margin:15px 18px;
	padding:5px;
	width:286px;
	border:1px solid #ccc;
	float:left;
}

div.property_list img {
	margin:0 0 10px;
}

span.mlid {
	float:right;
	font-weight:bold;
	margin:0 1px;
}

span.detail-button {
	float:right;
	clear:right;
	text-align:center;
	font-weight:bold;
	margin:10px 0;
	width:140px;
	border:1px solid #D72917;
	background:#FDEC5B;
}

span.detail-button a{
	text-decoration:none;
	display:block;
	padding:5px 0;
}

dl.details {

}

dl.details dt {
	font-weight:bold;
}

dl.details dd {
	padding:0 0 5px 10px;
}


/* Detail Page */

#property-type {
	margin:5px 0;
	padding:0 0 5px;
	border-bottom:1px solid #ddd;
}

#property-type h3 {
	font-size:14px;
	font-weight:bold;
}

#property-type label {
	padding:0;
	border:0;
	margin:0;
	text-align:right;
}
	
	

#property #primary {
	width: 100%;
	padding: 0px;
	margin-top: 15px;
}

#primary_labels {
	background-color: #ccc;
	text-align:center;
}

#primary_data {
	background-color: #fcfcfc;
	text-align:center;
}

#property #info h3, #property #details h3, #property #rooms h3 {
	font-size:150%;
	font-weight:bold;
}

#property #details, #property #rooms {
	width: 300px;
	margin:20px 0 20px 24px;

}

#property #info {
	float: right;
	clear: both;
	margin:20px 24px 20px 0;
	width: 265px;
	background: #fcfcfc;
}

#property #info dt {
	color:#D72917;
	padding:0 0 5px;
	border-bottom:1px solid #D72917;
	margin:10px 0 0;
}

#property #info dd {
	padding:5px 0;

}
#property dl {
	
}

#property dt {
	font-weight: bold;
}

#property dd {
	margin-left: 2em;
}

#property #details dt, #property #rooms dt {
	padding:5px;
	background:#ccc;
	margin:10px 0 0;
}

#property #details dd, #property #rooms dd {
	padding:5px 0;
}


#property-realtor {
	margin:20px 0 0 24px;
	font-size:90%;
	clear:both;
}

#disclaimer {
	margin:0 0 10px 24px;
	font-size:90%;
}

.hidden {height:0;width:0;}

.clear {clear:both;}
.clear-left {clear:left;}
.clear-right {clear:right;}

.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}


/* Comment styles */
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}


/* Admin */
#recent-searches, #recently-viewed-listings {
	border-spacing: 0em;
	margin-bottom: 2em;
}
#recent-searches td, #recently-viewed-listings td {
	padding-left: 1em;
	padding-right: 1em;
}



/* Just some example content
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}