/* ========================
== Colors                ==
== * Light Blue: #0C487A ==
== * Blue:       #013E74 ==
== * Grey:       #222222 ==
== * Dark Blue:  #003B6D ==
== * Green:      #0E5860 ==
======================== */

/* General 
============================== */
body { background: #222222; color: #eee; }

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

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

a:hover { color: #2B6FCA; }

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

#container_outer {  
  position:relative;
  margin-top: 10px;
  background: #004179 url("../urban/container_outer_bg.gif") repeat-x;
}

#page_header_outer {
  border-bottom: 1px solid #fff;
  background: url("../black/page_header_outer.jpg") repeat-x 0 80px;
  color: #FFF;
}

#page_header_inner {
  border-bottom: 0;  
}

.property_detail #site_title strong, #page_header_outer h1 a { color: #fff; }
.property_detail #site_title small, #page_header_outer h2 a {color: #eee;}

#contact_info li { color: #eee; }
#contact_info strong,
#contact_info a { color: #fff; }

/* Menu
============================== */
#menu_outer {
	border: 1px solid #bbb;
	border-width: 1px 0px;
  background: #0E5860 url("../urban/menu_bg.gif") 0 0 repeat-x;
	font-weight:bold;
}

#menu_inner li ul { background-color: #0E5860; border: 1px solid #fff;}

#menu_inner li.sel li a,
#menu_outer a {
  color: #eee;
  border-bottom: none;
}

#menu_outer li li a { border: none; }
  
#menu_outer a:hover, #menu_inner li.sel li a:hover {
  color: #B4AD50;
  text-decoration: none;
}

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

#menu_inner li.sel a, #menu_inner li.sel a:hover {
	color: #B4AD50;
}

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

#id_inset_outer {
	background: #003B6D;
}

.inset {
	color: #eee;
}

.inset a {
	color: #eee;
}

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

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

.inset h3 {
  color: #FFF;
  background: #0E5860 url("../urban/menu_bg.gif");
	text-decoration: none;
	min-height:15px;
	border-bottom: 1px solid #bbb;
}

.inset h3 a { color: #FFF; }

.inset small,
.inset .postmetadata
{ color: #fff; }

.inset h4.address a { color: #fff; background-color:transparent;}
.inset h4.address a:hover { color: #eee; }

/* Content
=============================== */
#content_outer {
  background: #013E74;
}

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

#content_body {
	background: #0C487A;
}

/* Page Footer
=============================== */
#page_footer {
  clear: both;
}

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

.listing {
	border: 2px solid #0E5860;
	padding:0;
  padding-bottom: 15px;
	margin: 20px 100px;
}

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

* html .listing {
	height: 1%;
}

.listing h2 {
	display:block;
  background: #0E5860 url("../urban/menu_bg.gif") 0 0 repeat-x;
	margin:2px;
}

#ubertor .listing h2 a {
	display:block;
	text-decoration:none;
	color:#fff;
}

.listing img {
  border: 2px solid #9DC9ED;
	padding:5px;
  background-color: #003B6D;
}

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

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

.listing_details div.info, #map {
  background-color: transparent;
	border: 2px solid #fff;
  color: #fff;
}

.listing_details .info #ViewPhoto {
	background-color: #fff;
}

#detail_menu { 
	margin: 0 0 0 6px;
	padding-top: 10px;
	text-align: left;
}

#detail_menu li {
  float:left;
  width: 90px;
  margin: 0 1px;
  text-align: center;
}

.listing_details #detail_menu li a {
	color: #fff;
  border-bottom: none;
  background: #0E5860 url("../urban/menu_bg.gif") repeat-x;
	border: 1px solid #bbb;
	border-bottom-width: 0px;
	text-decoration:none;
}

.listing_details #detail_menu li.sel a {
  color: #B4AD50;
  font-weight:bold;
	background: #0E5860 url("../urban/menu_bg.gif") repeat-x;
	border: 1px solid #bbb;
	border-bottom-width: 0px;
}

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

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

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

.listing_details h3 { color: #BDD6E7; }

#business_card {
	border: 2px solid #fff;
	margin: 10px 15px 10px 15px;
	zoom:1;
}

#business_card #agent_one, #business_card #agent_two {
	margin:5px;
}

#business_card img {
	height:100px;
}

/* 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 dotted #2B6FCA; 
	color: #FFF;
	margin: 0 15px;
	padding: 0; 
	width: 740px;
}

#links ul {
	padding-top: 15px;
}

/* Blog
==================================== */

.post {
	border: 2px solid #0E5860;
	padding:0;
  padding-bottom: 15px;
	margin: 20px 10px;
	width:550px;
}

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

* html .post {height: 1%;}

.post h2 {
	display:block;
  background: #0E5860 url("../urban/menu_bg.gif") 0 0 repeat-x;
	margin:2px;
}

#ubertor.blog .post h2 a {
	display:block;
	text-decoration:none;
	color:#fff;
}

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

/* Form Elements
 ================= */
input.submit {
	border-top-color: #4B8288;
	border-left-color: #4B8288;
	border-bottom-color: #072C30;
	border-right-color: #072C30;
	background: #0E5860;
	color: #fff;
}