/* ========================
== Colors                ==
== * White:      #fff    ==
== * Red:        #600    ==
== * Dk Green:   #999933 ==
== * Green:      #949C73 ==
== * Lt Green:   #E1E3D6 ==
== * Black:      #000    ==
======================== */

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

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

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

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

#page_header_outer {
/*  margin-bottom: 15px;*/
  background: #E1E3D6 url(../black/page_header_outer.jpg) no-repeat 0 80px;
}
#page_header_inner {
  border-bottom: 10px solid #949C73;
}

#page_header_inner h1 a,
.property_detail #site_title strong {
	margin-top: 10px;
	color:#000;
}

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

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

/* Menu
============================== */

#menu_outer {
  background: #000;
}
#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:none; }

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

#menu_outer a {
	color:#fff;
}

#menu_outer li li a { border: none; }

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

#menu_outer li.sel a, #menu_outer li.sel li.sel a { color: #949C73; }
#menu_outer li.sel li a { color: #fff; }

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

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

.inset h3 {
  color: #fff;
  background: #600;
}

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

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

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

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

#content_body {
}

#container_outer {
  background: #E1E3D6;
}

/* Page Footer
=============================== */
#page_footer {
background: #600;
}

#page_footer a {
	color: #fff;
}

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

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

* html .listing {height: 1%;}

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

.listing img {
  background-color: #949C73;
}

.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 {
	color:#fff;
  border: 1px solid #444;
  border-bottom: none;
  background: #b20018;
	text-decoration:none;
}

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

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

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

.listing_details h3 {
	color: #b20018;
}

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

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

#virtual li {
	display: inline;
}

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

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

#links h3 {
	color: #949C73;
  border-bottom: 1px solid #600;
}

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

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

.content .post h2 { 
	background: #600;
	padding: 5px 15px;
	color: #fff;
}
	
.content .post h2 a {
	display:block;
	color: #fff;
	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;
  color: #222;
}

.blog .inset .postmetadata {
  color: #333;
}

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

/* Twitter */
.inset #twitter_div ul li {
  color: #000;
}