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

/* General 
============================== */
body {
	background: #999 url("../../laika/images/black/bg_gradient_black.gif") 0 0 repeat-x;
	color:#fff;
}

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

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

#container_outer {
  margin-top: 15px;
  position:relative;
  border: 10px solid #2b2b2b;
}

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

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

#contact_info li { color: #9F702F; }
#contact_info strong { color: #fff; }

#page_header_inner h1, #page_header_inner h2, #site_title {
	margin-left:10px;
}

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

#menu_outer {
  background: Black url(../black/menubg.gif);
}

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

#menu_outer a {
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
}

#menu_outer li li a { border: none; }

#menu_outer a:hover {
  color: #333;
}

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

.inset {
	background: #fff;
	color: #000;
}

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

.inset img {
  background-color:White;
}

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

.inset h3, .inset h3 a {
	color: #fff;
}
#searchform {
	display:block;
	padding:5px;
}
.inset a,
.inset small,
.inset ul,
.inset h4.price,
.inset .postmetadata
{ color: #333;
	margin:5px; }

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

/* Page Footer
=============================== */
#page_footer {
  background: #5C5C5C;
}

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

.listing {
  border-top: 2px solid #333;
margin:0 50px;
padding:0;
}

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

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

.listing h2 {
	display:block;
	margin: 2px;
	background: #333;
	padding: 2px 5px;
}

.listing h2 a {
	display:block;
	padding:0;
}

/* 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: #fff;
  border-bottom:none;
}

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

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

.listing_details h3 { color: #9F702F; }

/* Virtual tour script
==================================== */

div#virtual_script {
	margin: 15px 0 0 100px;
}

#virtual li {
	display: inline;
}

#virtual li a {
	font-size: 0;
}

/* Blog Post
 ============= */
.post h2 {
	display:block;
	margin: 2px;
	background: #333;
	padding: 2px 5px;
}

.post h2 a {
	display:block;
	padding:0;
}

/* Links
==================================== */

#links h3 {
  border-bottom: 1px solid #333;
}

/* Footer
 ========== */
#page_footer a#powered_by {
	margin-top:20px;
}