/* ========================
== Colors                ==
== * Orange:     #F90 ==
== * Gray:       #999 ==
== * Light Gray: #CCC    ==
======================== */

/* General 
============================== */
body {
  background-color: #999;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #f90;
}

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

a:hover {
  color: #333;
}

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

#container_outer {
  margin-top: 15px;
  position:relative;
}

#page_header_outer {
  border-bottom: 20px solid #000;
  background:url(../black/page_header_outer.jpg) no-repeat 0 80px;
}

#page_header_inner {
  border-bottom: 2px solid #ccc;
}

.property_detail #site_title strong,
#page_header_outer h1 a {
  color: #333;
}

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

#contact_info li {
 color: #f90;
}
 
#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 Menu Jumping in Westwood
 ======================================== */

#menu_outer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #999;
}

#page_header_inner #menu_outer li {
  border-right:1px solid #000;
  border-left:1px solid #000;
}

#page_header_inner #menu_outer li a {
	color: #333;
}

#menu_outer li.sel {
	background-color: #eee;
}

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

#menu_outer li:hover, #menu_outer li.over {
  background: #eee;
}

#menu_outer li a:hover {
	color: #f90;
}

#menu_inner li ul {
	background: #eee;
}

#menu_outer li li {
  border:none;
	margin:0;
}

#menu_outer li li a {
	float:none;
	display:block;
	padding: 2px 10px;
	color: #222;
}

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

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

.inset h3 {
	margin-top:10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.inset h3 a {
  color: #fff;
}

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

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

.inset ul li {
	color: #333;
}

/* Page Footer
=============================== */
#page_footer {
	border-top: 2px solid #ccc;
  background: #000;
}

#page_footer a {
  color: #fff;
}
/* Listing - list
=============================== */

.listing {
}

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

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

/* Listing - Details 
================================ */
.listing_details div.info, #map {
  border: 1px solid #fff;
}

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

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: #fff;
}

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

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

.listing_details h3 {
 color: #f90;
}

#business_card {
	border: 1px solid #999;
	margin: 10px 30px 10px 20px;
	zoom:1;
}

#business_card #agent_one, #business_card #agent_two {
	margin:5px;
}

#business_card img {
	height:100px;
}
/* Blog Post
 ============= */
.post h2.post_heading {
	background-color: #c00;
	padding:5px;
}

.post h2.post_heading a {
	padding:0;
}

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