/* ========================
-== L. Grey: "#F5F5FA"   ==-
-== Grey: "#989085"      ==-
-== L. Purple: "#E8E3EF" ==-
-== Purple: "#500050"    ==-
-== Orange: "#EF8215"    ==-
======================== */

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

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

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

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

.inset h3 a,
.post h2, .post h2 a {
	color: #fff;
	background-color: #500050; padding:0;}

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

a:hover { color: #500050; }

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

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

#container_inner {
	background: #fff;
}

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

.property_detail #address h2 {
	color: #000;
}

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

/* Menu
============================== */
#menu_outer #menu_outer ul li a {
	padding: 3px 7px;
	margin:0;
}
#menu_outer #menu_inner li {
	border-left: #f5f5fa;
	padding:0;
	margin:0;
}

#menu_outer, #menu_outer li ul {
  background: #989085;
}


#menu_inner li:hover, 
#menu_inner li.sel_over, 
#menu_inner li.over,
#menu_inner li ul {
	margin:0;
}

#menu_inner li ul { border-top: none; margin-left: -1px; }


#menu_outer a {
  color: #F5F5FA;
}

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

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

.inset {
	background: #E8E3EF;
	padding-bottom:10px;
}

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

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

.inset h3 a {
	color: #fff;
}

.inset h3 a:hover {
	color: #eee;
}

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

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

/* Page Footer
=============================== */
#page_footer {
  background: #500050;
}
#page_footer a#powered_by {
  background: #D3D8DB url(https://uberplate.ubertor.com/images/powered-grey.gif) no-repeat right;
  /* border-top: 1px solid #fff; */
}

/* 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 
================================ */
ul.pages {
	margin-top:10px;
}

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

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

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

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

.listing_details ul.links li a {
	color: #500050;
}

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

.listing_details h3 { color: #500050; }

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

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