/* ========================
== Colors                ==
== * #fff:      #fff   ==
== * Orange:     #9F702F ==
== * Gray:       #5C5C5C ==
== * Light Gray: #DDD    ==
======================== */

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

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

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

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

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

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

#contact_info li { color: #9F702F; }
#contact_info strong { color: #fff; }

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

#menu_outer {
	background: #CCC url("../slate/menubg.gif") 0 0 repeat-x;
}

#ubertor #menu_outer li {
	margin:0 10px;
}

#ubertor #menu_outer li a {
	color: #222;
}

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

#ubertor #menu_outer li a:hover {
	color: #444;
}

#menu_inner li ul {
	background: #ccc;
	margin:0;
}

#ubertor #menu_outer li li {
	margin:0;
}

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

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

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

.inset h3 {
  background-color: #5C5C5C;
  text-decoration: none;
}

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

/* Page Footer
=============================== */
#page_footer {
	
}
/* Listing - list
=============================== */

.listing {
}

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

.listing h2.address {
	background-color: #c00;
}

.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: #c00;
}

.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: #9F702F; }


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