/* ========================
== Colors                ==
== * Light Blue: #9DC9ED ==
== * Blue:       #005AAE ==
======================== */

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


a:link, a:visited {
  color: #9CCEEF;
  text-decoration: none;
}
a:hover { color: #CEE7F8; }

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

#container_outer {  
  position:relative;
  border: 4px solid White;
  margin-top: 15px;
  margin-bottom: 100px;
  background-color: White;
}
#page_header_outer {
  margin-bottom: 15px;
  background:White url(../black/page_header_outer.jpg) no-repeat 0 80px;
  color: Black;
}
#page_header_inner {
  border-bottom: 2px solid White;
  
}
.property_detail #site_title strong, #page_header_outer h1 a { color: Black; }
.property_detail #site_title small, #page_header_outer h2 a {color: #005AAE;}

#contact_info li { color: #005AAE; }
#contact_info strong,
#contact_info a { color: Black; }

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


#menu_outer {
  background: Black url(../light_blue/menubg.gif);
  border-bottom: 2px solid White;
}

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

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

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

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

.inset img {
  background-color:White;
}

.inset h3 {
  color: #000;
  background-color: #9DC9ED;
  text-decoration: none;
}

#ubertor .inset h3 a {
	color: #000;
}

.inset small,
.inset .postmetadata
{ color: #9DC9ED; }

.inset h4.address a { color: Black; background-color:transparent;}
.inset h4.address a:hover { color: Red; }

/* Content
=============================== */
#content_outer {
  height: 1px;
  background-color: #005AAE;
  color: White;
/*  height: auto;
  background-color: #005AAE;
  color: White;
  overflow:auto;*/
}

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

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

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

.listing {
  border-top: 2px solid #9DC9ED;
}

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

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

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

.listing_details div.info, #map {
  border: 1px solid White;
  background-color: #9DC9ED;
  color: Black;
}

.listing_details #detail_menu li a {
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #005AAE;
}

.listing_details #detail_menu .sel a {
  background-color:#9DC9ED;
  border-color: White;
  color: Black;
  border-bottom: 1px solid #9DC9ED;
  font-weight:bold
}

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

.listing_details ul.links a { color: Black; }

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

.listing_details h3 { color: White; }

/* 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 #9DC9ED; color: Yellow; }

/* Blog
==================================== */
.post { border: 1px solid #9DC9ED; }
.post h2 a, .post h2 { color:#000;background-color: #9cceef; }

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

