/* ========================
== Purple:       #3B0014 ==
== Med Purple:   #6F0026 ==
== Pink:         #990134 ==
== Beige:        #DDCFB2 ==
== Tan:          #BDAF8C ==
======================== */

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

a:link, a:visited {
	color: #990134;
}

a:hover {
	color: #3B0014;
}

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

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

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

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

#content_outer {
	background: #fff;
	zoom:1;
}
/* Header
============================== */

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

#container_inner {
	background: #DDCFB2;
}

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

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

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

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

#contact_info li {
	color: #333;
}

#contact_info a,
#contact_info strong {
	color: #990134;
}

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

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

#menu_outer {
	background: #780129;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#menu_outer li ul {
	background: #780129;
	border: 1px solid #ddd;
}

#menu_outer {
	background: #780129 url("../berry/menu_bg.gif") left bottom repeat-x;
}

#menu_inner li.sel {
	background: #6F0026;
}

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

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


#menu_outer a, #menu_outer li li a {
	color: #E1D2E1;
}

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

/* Inset
============================== */
.inset {
	padding-bottom:20px;
	background: #BDAF8C;
	border:1px solid #333;
	border-top:none;
	color: #333;
}

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

.inset a {
	color: #990134;
}

.inset h3 {
	margin-top:0;
	background: #780129 url("../berry/menu_bg.gif") left bottom repeat-x;
	text-decoration: none;
	color:#fff;
}

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

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

.inset h4.address a:hover {
	color: #990134;
}

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

#page_footer a#powered_by {
	background: #D3D8DB url(https://uberplate.ubertor.com/images/powered-grey.gif) no-repeat right;
}

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

.listing {
	border-top: 1px solid #666;
	padding-top: 5px;
}

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

.listing a:hover img {
	background-color: #990134;
}

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

.listing h2.address {
	zoom: 1;
	color: #fff;
	background: #780129 url("../berry/menu_bg.gif") left bottom repeat-x;
}

.listing h2.address a {
	color: #fff;
	text-decoration: none;
}

/* Listing - Details 
================================ */
ul.pages {
	margin-top:10px;
}

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

.listing_details #detail_menu li a {
	border: 1px solid #6F0026;
	background: #6F0026;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
}

.listing_details #detail_menu .sel a {
	background: #990134;
	border-color: #990134;
	font-weight:bold;
}

.listing_details #detail_menu li a:hover {
	background-color: #990134;
	color: #fff;
}

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

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

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

.listing_details h3 { color: #333;
	}

/* Blog
 ======== */
.post {
	border-top: 1px solid #666;
}

.post h2.post_heading {
	zoom: 1;
	color: #fff;
	background: #780129 url("../berry/menu_bg.gif") left bottom repeat-x;
}

.post h2.post_heading a {
	text-decoration: none;
	color: #fff;
}

.blog_rss, .blog_to_newsletter {
	background: none;
	border: none;
}

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

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