/* ========================
== Colors                ==
== * Brown:      #2E1904 ==
== * Orange:     #AE4726 ==
======================== */

/* General 
============================== */
body { background-color: #2E1904; color: White; }

a:link, a:visited {
  color: White;
  text-decoration: none;
}
a:hover { color: Yellow; }

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

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

#page_header_outer {
  border-bottom: 20px solid #AE4726;
  background:#AE4726 url(../light_blue/banner.jpg) no-repeat 0 80px;
}
#page_header_inner { border-bottom: 2px solid Black; }

.property_detail #site_title small,
#page_header_outer h2 a,
#contact_info li { color: Black; }
#contact_info strong { color: White; }

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

#menu_outer {
  background: #EEE url(../orange/menubg.gif);
  border-bottom: 2px solid #AE4726;
}

#menu_inner li { padding: 0 1px; }

#menu_inner li:hover, 
#menu_inner li.sel_over, 
#menu_inner li.over,
#menu_inner li ul {
  background-color: White;
  border: 1px solid Silver;
  border-bottom-color:White;
  padding: 0;
}

#menu_inner li:hover li, 
#menu_inner li.sel_over li, 
#menu_inner li.over li,
#menu_inner li ul li { border-top:none; }

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


#menu_outer a {
  color: Black;
  /*border: 1px solid #CCC;*/
  border-bottom: none;
}

#menu_outer li li a { border: none; }

#menu_outer a:hover {
  color: Navy;
}

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

.inset img {
  background-color:White;
}

.inset h3 {
  background-color: #AE4726;
  text-decoration: underline;
}

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

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

/* Page Footer
=============================== */
#page_footer {
  background: none;
  border-top: 1px solid #AE4726;
}
#page_footer a#powered_by {
  background-color: #2E1904;
  /* border-top: 1px solid White; */
}

#page_footer a { color: #83600B; }

/* Content
=============================== */
.index #content_body h2 {
  border-bottom: 1px dotted #AE4726;
  padding: 0;
  margin: 0 15px; 
}

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

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

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

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

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

.listing_details #navigation {
  background: #AE4726;
}

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

.listing_details #detail_menu li a {
  border: 1px solid #444;
  border-bottom: none;
}

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: White;
  border-bottom: 1px solid #2E1904;
}

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

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

.listing_details h3 { color: #AE4726; }

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

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

.blog h2 { background-color: #AE4726; }
