/* ========================
== Colors                ==
== * Light Blue: #9DC9ED ==
== * Blue:       #3E0F00 ==
======================== */

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

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

a:hover { color: #fff; }

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

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

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

#page_header_outer {
  background: #fff url(../cornflower/page_header_outer.jpg) no-repeat 0 80px;
  color: #000;
}

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

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

#contact_info li { color: #3E0F00; }
#contact_info strong,
#contact_info a { color: #000; }

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

#menu_outer li {
background: transparent url("../cornflower/menu_border.gif") left center no-repeat;
}

#menu_outer li#up_menu1,
#menu_outer li li {
background:none;
}

#menu_outer li a {
padding: 4px 10px;
}

#menu_outer ul li a {
	padding: 3px 10px;
	margin:0;
}

#menu_outer #menu_inner li {
	padding:0;
	margin:0;
}

#menu_outer {
  border-top: 1px solid #3E0F00;
	background: #fff;
}

#menu_inner li:hover,
#menu_inner li.sel_over,
#menu_inner li.over,
#menu_inner li ul {
	background-color: #fff;
}

#menu_outer a {
  color: #3E0F00;
  border-bottom: none;
}

#menu_outer li li a { border: none; }
  
#menu_outer a:hover {
  color: #3E0F00;
}

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

.inset {
	background: #D1F4FF;
}

.inset a {
	color:#333;
}

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

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

.inset h3 a { color: #fff; }

.inset small,
.inset .postmetadata {
	color: #3E0F00;
}

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

/* Content
=============================== */
#content_outer {
  height: 1px;
  background-color: #A1E8FF;
  color: #000;
}

html>body #content_outer { height: auto; overflow: auto; }

/* Page Footer
=============================== */
#page_footer {
  background: #fff;
  clear: both;
}
#page_footer a#powered_by {
  background: url(http://uberplate.ubertor.com/images/powered-grey.gif) no-repeat right;
}

#page_footer a { color: #3E0F00; }

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

.listing {
  border: 2px solid #fff;
	margin:10px;
	padding:2px;
}

.listing:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.listing {
	display: inline-table;
}

* html .listing {height: 1%;}
.listing {display: block;}

.listing h2.address {
	margin:2px;
	background: #3E0F00;
}

.listing h2.address a {
	color: #fff;
	display:block;
}

.listing img {
  border: 2px solid #9DC9ED;
  background-color: #fff;
}

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

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

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

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

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

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

.listing_details ul.links a { color: #000; }

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

#details .info li strong,
#details .left li.value {
	color: #3E0F00;
}

.listing_details h3 { color: #3E0F00; }

/* 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 #3E0F00; color: #3E0F00; }

/* Blog
==================================== */
.blog .post {
  border: 2px solid #fff;
	margin:10px;
	padding:2px;
}

.blog .post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.blog .post {
	display: inline-table;
}

* html .blog .post {height: 1%;}
.blog .post {display: block;}

.blog .post h2.post_heading {
	margin:2px;
	color: #fff;
	background: #3E0F00;
	padding: 5px;
}

.blog .post h2.post_heading a {
	color: #fff;
	display:block;
	padding:0;
}

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

