/* ========================
== Colors                ==
== * Burgundy:   #600 ==
== * Light Gray: #D3D8DB ==
== * Dark Gray:  #272525 ==
======================== */

/* General 
============================== */
body { background-color: #818181; color: #444; }

a:link, a:visited {
  color: #570819;
  text-decoration: none;
}

#page_footer a,
#contact_info a {
	color:#eee;
}

#content_body h2.post_heading {
	padding: 5px 10px;
}

a:hover { color: #930E2A; }

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

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

#page_header_outer {
  border-bottom: 20px solid #600;
  background: #ccc url(../black/page_header_outer.jpg) no-repeat 0 80px;
}
#page_header_inner { border-bottom: 2px solid #fff; }
.property_detail #site_title strong, #page_header_outer h1 a { color: #600; } 
.property_detail #site_title small, #page_header_outer h2 a {color: #fff;}

#contact_info li { color: #600; }
#contact_info strong { color: #fff; }

/* Menu
============================== */
#menu_inner ul li { float:left; position:relative; }

html>body #menu_inner ul li { position:static; }

#ubertor #menu_inner ul li { margin: 0px; }

#ubertor #menu_inner ul li a {
  padding: 3px 7px;
  display: block;
}

/* Above Kills the Menu Jumping Garbage
 ======================================== */

#menu_outer {
  background: #EEE url(../burgundy/menubg.gif);
  border-bottom: 2px solid #000;
}

#menu_inner li {
	
}

#menu_inner li:hover, 
#menu_inner li.sel_over, 
#menu_inner li.over,
#menu_inner li ul {
  background-color: #fff;
  border-bottom-color:#fff;
  padding: 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 { border-top: none; margin-left: -1px; }


#menu_outer a {
  color: #000;
	font-weight: bold;
	text-transform:lowercase;
  border-bottom: none;
}

#menu_outer li li a { border: none; }

#menu_outer a:hover {
  color: #000;
}

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

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

.inset h3 {
  background-color: #600;
  text-decoration: none;
	color:#fff;
}

.inset h3 a {
	color: #fff;
}

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

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

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

/* Listing - list
=============================== */

.listing {
  border-top: 2px solid #272525;
}

.listing img {
  border: 1px solid #333;
  background-color: #fff;
}

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

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


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

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

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: #000;
  border-bottom: 1px solid #D3D8DB;
  font-weight:bold;
}

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

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

.listing_details h3 { color: #600; }

/* 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 #600;
}

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