/* Baby Blue:  #D8EAF7 */
/* Sky Blue:   #3097D1 */
/* Beige:      #BBB091 */
/* Dark Brown: #7B5E51 */
/* Dark Blue:  #000080 */
/* Dull Green: #4B636D */
/* Aquamarine: #004852 */

body {
  color: #000;
  background: #48A51E; /* url(../images/green/bg.jpg) top repeat-x; */
  font-family: Trebuchet MS, verdana, helvetica, sans-serif;
}

p {
	font-size: 0.95em;
}

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

a:hover, a:active {text-decoration: none; color: #367C17;}

h2.title {
	font-size: 20px;
	font-weight: bold;
}

#container_inner {
  background: #fff;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  margin-top: 15px;
}

#page_header_outer {
  background: url(../images/sky/banner_sky.jpg) 0 0 no-repeat;
/*  border-bottom: 15px solid #D8EAF7;*/
}

#contact_info { 
	background: #000; 
	color: #FFF; 
}

#contact_info strong { font-weight: normal; }

div#page_header_inner #contact_info li.email a {
	color: #76BC57;
	text-decoration: underline;
}

div#page_header_inner #contact_info li.email a:hover {
	color: #DEDEDE;
	text-decoration: none;
}


/* Site Title
============================ */
#masthead, #site_title {
	background: transparent url(../images/green/bg_header_green.png) no-repeat 0px 0px;
}


div#page_header_inner h1 a, .property_detail div#site_title strong a  {
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
}

div#page_header_inner h2 a, .property_detail div#site_title small a  {
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
}

/* html hack to hide code from Firefox */
* html #masthead, * html #site_title {
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://uberplate.ubertor.com/css/laika/images/green/bg_header_green.png', sizingMethod='crop'); 
}


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

#menu_outer {
  background: #F8FEFF url(../images/green/menu_bg.gif) no-repeat;
  margin-top: 10px;
}

#menu_inner {
  border: 1px solid #236819;
  border-top: none;
}

#menu_outer li {
  border-bottom: 1px solid #236819;
}

#menu_outer li a {
  color: #071103;
  background: url(../images/green/arrow.gif) no-repeat 7px center;
  display: block;
}

#menu_outer li a:hover {
  background: #D1E8C7 url(../images/green/arrow.gif) no-repeat -293px center;
}

#menu_outer li.sel ul li a {
  background: url(../images/green/arrow.gif) no-repeat 25px center;
  display: block;
}

#menu_outer li.sel a {
  background: #D1E8C7 url(../images/green/arrow.gif) no-repeat -293px center;
  display: block;
}


#menu_outer li li a {
  background-position: 27px 12px;
}

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

#menu_outer li.sel ul li a {
  color: #071103;
}

#menu_outer li.sel ul li a.sel, #menu_outer li.sel ul li a.sel:Hover  {
  color: #24530F;
  background: #D1E8C7 url(../images/green/arrow.gif) no-repeat -276px center;
}

#menu_outer li ul li {
	border-top: 1px solid #236819;
	border-bottom:none;
}

/* Inset
================================ */
.inset_outer {
}

.inset {
	border: 1px solid #24530F;
	border-top: none;
	font-size: 11px;
	background: #FFF;
}

.inset_outer .blog_rss, .inset_outer .blog_subscribe {
	background: none;
	border-bottom: none;
}

.inset_outer .blog_rss {
	border: 0;
}

.inset img,
#business_card img {
  border: 1px solid #24530F;
}

.inset h3, #content_body .inset h3 {
	margin:0 0 10px 0;
  background: #24530F url(../images/green/inset_bg.gif) 0 0 repeat-x;
}

.inset p, .inset .entry, .inset ul, .inset h4 { 
	font-size: 11px;
	color: #000;
}

.index .blog small {
	color: #000;
}

.inset div.blog p.postmetadata {
	margin-top: 10px;
}

.inset a {
	color: #666;
}

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

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

form#searchform #s {
	background-color: #FFF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

form#searchform #searchsubmit {
	background-color: #CCC;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

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


.post { 
	border: 2px solid #24530F;
}

#ubertor #content_body .post h2.post_heading {
  background: #24530F;
  padding: 2px 5px;
	margin: 0 5px;
	color: #fff;
}

.content .post h2 a {
	line-height: 1.5em;
  font-size:0.8em;
	color: #fff;
}

.content .post h2 a:hover {
  color: #D1E8C7;
}

.content .post small {
	line-height: 1.9em;
	font-size: 10px;
	color: #000;
}

.content .entry p {
	line-height: 1.6em;
	font-size: 11px;
	color: #FFF;
}

.blog small {
	font-size: 12px;
	color: #24530F;
	margin-left: 10px;
}


/* Page Footer
================================ */

/* #page_footer {
  border-top: 2px solid Silver;
} */

#ubertor #page_footer a#powered_by {
  margin-bottom: 0;
}

#ubertor #page_footer a {
  color: #333;
  margin-bottom: -40px;
}

#powered_by {
  background:url(https://uberplate.ubertor.com/images/powered-white.gif) no-repeat right;
}

/* Listings
============================ */

ul.pages a, ul.pages {
	padding-bottom: 12px;
}

ul.pages a, ul.pages li {
/*	color: #FFF; */
}

/*.listing { 
	border: 4px solid #D3E1F0; 
	background: #FFF;
	margin-top: 10px;
}

.listing a {
	color: #000033;
}*/

.listing { 
	border: 2px solid #24530F;
}

.listing h2 { background: #24530F; }

.listing ul.stats li.value, .listing_details .listing ul.stats li { color: #24530F; }

div.listing h2.address a {
	line-height: 1.5em;
	font-size: 13px;
	background-color: #24530F;
	color: #FFF;
	display: block;
}

.listing h2:hover { background: #DEDEDE; }

div.listing h2.address a:hover {
	line-height: 1.5em;
	font-size: 13px;
	background-color: #DEDEDE;
	color: #000033;
	display: block;
}

/*div.listing h2.address a:hover {
  	background-color: #1D1E54;
  	color: #FFF;
}

.listing h2 { background: #E7F2F7; }

.listing li.value { color: #003333; }*/

.listing img {
  border: 1px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

div.listing p.description {
	padding: 10px;
	color: #000;
}
/* === Details === */

#details, #mortgage, #virtual, #map  {
  border-left: 2px solid #DEDEDE;
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
}

#detail_menu li {
  background: url(../images/green/tabs.gif) no-repeat;
}

/*#detail_menu li a {
  color: #FFF;
}*/

#detail_menu li.sel {
  background: url(../images/green/tabs_on.gif) no-repeat;
}

#detail_menu li.sel a {
  color: #000;
}

#detail_menu li a {
  color: #333;
}

div.info ul li {
	color: #333;
}

.property_detail #address { color: #222; }

.property_detail ul.links {
	border: 1px solid #CCC;
}

div.info ul.right {
	border-left: 1px solid #CCC;
}

/* === Property Detail Mortgage page === */
#mortgage input {
	background-color: #FFF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-left: 10px;
	font-size: 11px;
	color: #333;
}

#mortgage input.submit {
	margin: 15px 0 0 130px;
	background-color: #CCC;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 12px;
}


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

/* Sellers page
============================ */
#for_sellers input.submit {
	margin: 15px 0 0 130px;
	background-color: #CCC;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

#for_sellers input, #for_sellers textarea {
	background-color: #FFF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}

#for_sellers #For_Sellers_Receive_Newsletter {
	background-color: #FFF;
	border: 0;
}

#for_sellers select {
	background-color: #FFF;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}


/* Buyers page
============================ */
#for_buyers input.submit {
	margin: 15px 0 0 130px;
	background-color: #CCC;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	clear: both;
}

#for_buyers input, #for_buyers textarea {
	background-color: #FFF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}

#for_buyers #For_Buyers_Receive_Newsletter {
	background-color: #FFF;
	border: 0;
}

#for_buyers select {
	background-color: #FFF;
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}


/* Contact page
============================ */
#contact input.submit {
	margin: 15px 0 0 75px;
	background-color: #CCC;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}

#contact input, #contact textarea {
	background-color: #FFF;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

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

.links div#links h3 {
	border-bottom: 1px dotted #666;
}
