/* ========================
== Colors                ==
== * White:      White   ==
== * Blue:       #2C4079 ==
== * Red:        #AA0A21 ==
== * Lavender:   #949CBE ==
== * Light Gray: #DDD    ==
======================== */

/* General 
============================== */
body { background-color: #8D8D66; color: #fff; }

a:link, a:visited {
  color: #eee;
  text-decoration: none;
}
a:hover { color: #fff; }

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

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

#page_header_outer {
  margin-bottom: 15px;
  background: #9A9A80 url(../black/page_header_outer.jpg) no-repeat 0 80px;
}
#page_header_inner {
  border-bottom: 2px solid #fff;
}

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

#page_header_inner h1 a {
	color: #FFF;
}

.property_detail #site_title small, #page_header_outer h2 a {color: #b20018;}
.property_detail #site_title strong {
	color: #FFF;
	margin-top: 10px;
}

#contact_info li { color: #b20018; }
#contact_info strong,
#contact_info a { color: #fff; }

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

#menu_outer {
  background: #b20018 url(../green_red/inset_bg.gif) 0 0 repeat-x;
}

#menu_inner li { padding: 0 1px; }

#menu_inner li:hover, 
#menu_inner li.sel_over, 
#menu_inner li.over,
#menu_inner li ul {
  padding: 1px;
}

#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: #9A0000; border-top: none; margin-left: -1px; }


#menu_outer a {
	color:#eee;
}

#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 { font-weight:bold; }
#menu_outer li.sel li a { font-weight:normal; }

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

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

.inset h3 {
  color: #fff;
  background: #b20018 url(../green_red/inset_bg.gif) 0 0 repeat-x;
}

.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: #fff; background-color:transparent;}

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

#content_body {
}

#container_outer {
  background-color: #663;
}

/* Page Footer
=============================== */
#page_footer {
background: #b20018 url(../green_red/inset_bg.gif) 0 0 repeat-x;
}

#page_footer a {
	color: #fff;
}

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

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

* html .listing {height: 1%;}

.listing h2 { 
	background: #800 url(../green_red/inset_bg.gif) 0 0 repeat-x;
	padding: 5px 15px;
}
	
.listing h2.address a { color: #fff; }

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

.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: #b20018 url(../green_red/inset_bg.gif) 0 0 repeat-x;
}

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: #000;
  border-bottom: 1px solid #fff;
  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 {
  border-bottom: 1px solid #AA0A21;
}

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

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

.content .post h2 { 
	background: #800 url(../green_red/inset_bg.gif) 0 0 repeat-x;
	padding: 5px 15px;
	color: #fff;
}
	
.content .post h2 a {
	display:block;
	color: #fff;
}

.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;}