/* ========================
== Colors                ==
== * White:      White   ==
== * Orange:     #9F702F ==
== * Gray:       #5C5C5C ==
== * Light Gray: #DDD    ==
======================== */

/* General 
============================== */

body {
  background: #EAF0EB;
  color: #333;
}

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

a:hover {
  color: #666;
}

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

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

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

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

#page_header_inner { border-bottom: 2px solid #BCD0C9; }

#page_header_inner h1 a, 
#page_header_inner #site_title a strong {
  color: #333;
}

#page_header_inner h1 a:hover, 
#page_header_inner #site_title a:hover strong {
  color: #666;
}

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

#contact_info li { color: #CDA013; }
#contact_info strong { color: #666; }

#contact_info li a { color: #666; }

#contact_info li a:hover { color: #00989A; }

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

#menu_outer {
  background: #00989A;
}

#menu_inner li:hover, #menu_inner li.sel_over { 
  background: none; 
}

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

#menu_inner li ul { background-color: #DDD; }

#menu_outer a {
  color: #FFF;
  border: 0;
}

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

#menu_outer li li a { border: none; }

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

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

.inset img {
  background-color:White;
}

.inset h3 {
  background-color: #BCD0C9;
  text-decoration: none;
  color: #FFF;
}

.inset h3, .inset h3 a {
	color: #333;
}

.inset h3 a:hover {
	color: #666;
}
.inset small,
.inset ul,
.inset h4.price,
.inset .postmetadata
{ color: #33001A; }

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

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

#page_footer a:link, #page_footer a:visited {
  color: #FFF;
}

#page_footer a:hover {
  color: #CDA013;
}
/* #page_footer a#powered_by {
  border-top: 1px solid White;
}*/
/* Listing - list
=============================== */

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

.listing img {
  border: 1px solid #333;
  background-color: Black;
}

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

.listing h2 a {
	text-decoration: none;
}

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

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

.listing_details #detail_menu li a {
  border: 1px solid #444;
  border-bottom: none;
  background-color: #00989A;
  color: #FFF;
}

.listing_details #detail_menu li a:hover {
	color: #000;
}

.listing_details #detail_menu .sel a {
  background-color: #BCD0C9;
  border-color: #7A8797;
  border-bottom: 1px solid #BCD0C9;
  color: #000;
}

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

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

.listing_details h3 { color: #7A8797; }

/* 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 #333;
  padding-bottom: 6px;
}

#content_body h2, #content_body h2.title {
	padding-bottom: 10px;
}

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

#content_body .post h2 {
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#content_body .post h2, #content_body .post h2 a {
	color: #7B8C9C;
}

#content_body .post h2 a:hover {
	color: #666;
}

.post div.entry {
	margin: 10px;
}

.post small {
	margin: 0 0 10px 10px;
	top: 10px;
}

.post .entry div a {
	top: 45px;
}