/* ========================
== Colors                ==
== * Tan:        #F3E5A2 ==
== * Lt Tan:     #F9F2D1 ==
== * Green:      #A2C5BA ==
== * Lt Green:   #DDE7CD ==
== * Yellow:     #E5CB65 ==
== * Grey:       #666    ==
== * Brown:      #974704 ==
======================== */

/* General 
============================== */
body { background-color: #F3E5A2; color: #000; }

a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover { color: #000; }

/* Header
============================== */

#container_outer {
/*  border: 2px solid #1A1A0D;*/
  margin-top: 15px;
  position:relative;
}

#page_header_outer {
/*  margin-bottom: 15px;*/
  background: #F3E5A2 url(../black/page_header_outer.jpg) no-repeat 0 80px;
}
#page_header_inner {
  border-bottom: 5px solid #974704;
}

#page_header_inner h1 {
	margin-top: 10px;
}

#page_header_inner h1 a, .property_detail #site_title strong {
	color: #000;
}

.property_detail #site_title small a, #page_header_outer h2 a {color: #974704;}

.property_detail #site_title strong {
	margin-top: 10px;
}

#contact_info li { color: #974704; }
#contact_info strong,
#contact_info a { color: #000; }

/* Menu
============================== */
#menu_outer {
  background: #A2C5BA;
}
#menu_inner li:hover, #menu_inner li.sel_over, #menu_inner li.over { margin-top: 0; }

#menu_inner li:hover li, 
#menu_inner li.sel_over li, 
#menu_inner li.over li,
#menu_inner li ul li { border-top: 1px solid #fff;}

#menu_inner li ul { background-color: #F9F2D1; border-top: none;}

#menu_outer a {
	color:#000;
}

#menu_outer li li a { border: none; color: #666;}

#menu_outer li.sel li a:hover,
#menu_outer a:hover {
	color: #000;
}

#menu_outer li.sel a, #menu_outer li.sel li.sel a {}
#menu_outer li.sel li a  { color: #666; }

/* Inset
============================== */

.inset {
	border:5px solid #fff;
  background: #E5CB65;
	padding: 5px 0;
}

.inset img {
  background-color:#fff;
}

.inset h3 {
  color: #000;
}

.inset h3 a, .inset h3 a:hover {
	color: #000;
  text-decoration: none;
}

.inset small,
.inset ul,
.inset h4.price,
.inset .postmetadata
{ color: #fff; }

.inset h4.address a { color: #fff; background-color:transparent;}

/* Content
=============================== */
#content_outer {
  overflow:auto;
  height: auto;
}

#content_header {
	display:none;
}

#content_body {
}

#container_outer {
  background-color: #fff;
}

/* Page Footer
=============================== */
#page_footer {
background: #F3E5A2;
border-top: 5px solid #974704;
}

#page_footer a {
	color: #000;
}

/* Listing - list
=============================== */
.listing {
	border: 4px solid #DDE7CD;
	margin: 5px 50px;
	padding: 5px;
	}

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

* html .listing {height: 1%;}

.listing h2 { 
	background: #A2C5BA;
	padding: 5px 15px;
}
	
.listing h2.address a { color: #000; }

.listing img {
  background-color: #DDE7CD;
}

.listing p img {border: none;background:none;}

/* Listing - Details 
================================ */

.listing_details div.info, #map {
  border: 1px solid #000;
}

.listing_details #details {
  border: 1px solid #000;
}

.listing_details #detail_menu li a {
  border: 1px solid #444;
  border-bottom: none;
  background: #A2C5BA;
}

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: #000;
  font-weight:bold
}

.listing_details ul.links {
  border: 2px solid #333;
}

.listing_details ul.right {
  border-left: 2px solid #333;  
}

.listing_details h3 {
	color: #974704;
}

/* Virtual tour script
==================================== */

div#virtual_script {
	margin: 15px 0 0 100px;
}

#virtual li {
	display: inline;
}

#virtual li a {
	font-size: 0;
}

/* Links
==================================== */

#links h3 {
  border-bottom: 1px solid #AA0A21;
}

/* Blog
==================================== */

.content .post { border: 4px solid #DDE7CD; padding: 5px; }

.content .post h2 { 
	background: #A2C5BA;
	padding: 5px 15px;
	color: #000;
}
	
.content .post h2 a {
	display:block;
	color: #000;
	padding:0;
}

.content .post small {
	line-height: 1.9em;
	font-size: 10px;
}

.content .entry p {
	line-height: 1.6em;
	font-size: 11px;
}


.blog small {
	font-size: 12px;
	margin-left: 10px;
}

/* Ajax
==================================== */
.step_box h2 {background-color: Silver;}