/* ========================
== Colors                ==
== * White:      White   ==
== * Red:        #C20200 ==
== * Gray:       #5C5C5C ==
== * Maroon:     #970000 ==
======================== */

/* General 
============================== */
body { background-color: Black; color: White; }

a {
  color: #bbb;
  text-decoration: none;
}
a:hover { color: #999; }


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

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

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

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

#contact_info li { color: #C20200; }
#contact_info strong { color: White; }

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

#menu_outer {
  background: #970000 url(../red_black/menubg.gif);
}

#menu_inner li:hover, #menu_inner li.sel_over, #menu_inner li.over,
#menu_inner li ul { background: url(../red_black/menubg.gif) repeat-x bottom;}

#menu_inner li ul { background: #970000 url(../red_black/red_fade_black.gif) repeat-x bottom;}

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

#menu_outer li li a { border: none; }

#menu_outer a:hover {
  color: Yellow;
}

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

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

.inset h3 {
  background-color: #5C5C5C;
}

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

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

/* Page Footer
=============================== */
#page_footer {
   background: #970000 url(../red_black/red_fade_black.gif) repeat-x bottom;
}
/*#page_footer a#powered_by {
  border-top: 1px solid White;
}*/
/* Listing - list
=============================== */

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

.listing img {
  background-color: #333;
}

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

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


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

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

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

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

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

.listing_details h3 { color: #970000; }

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

/* Blogs
==================================== */

.post { border: 1px solid #333; }

.post h2 a { color: White; background-color: #333; }
.post a, .post small { color: #970000; }