@charset "utf-8";
/* CSS Document */

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
section, header{
	display: block;
}
/* END CSS reset */

body {
    font:14px/1.3 Arial,sans-serif;
    /*background:#4c0000 url("../images/bg.gif") repeat;
	background-attachment:fixed;*/
	background-color:#4c0000;
	
}

#wrapper {
	width:100%;
}

#main_container {
	width:100%;
}

#navigation {
	background:#00492c url("../images/nav_bg.gif") repeat;
	display:inline-block;
	width:100%;
	background-color:#00492c;
	z-index:1000;
	-webkit-box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6);
	-webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 3px;
}

#navigation .bread-crumbs {
	margin-top:4px;
	padding: 3px 5px 0px 12px;
	color:#fff3af;
	font-family: 'Rancho', cursive;
 	font-size:38px;
}

.bread-crumbs a {
	text-decoration: none;
	font-weight: bold;
	color:#fff3af;
	font-family: 'Rancho', cursive;
 	font-size:42px;
	
}

.bread-crumbs a:hover {
  color:#fff3af;
  text-shadow: 0px 1px 1px #600,
				1px 1px 1px #666,
				3px 3px 8px black;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

#navigation .contact {
	padding:2px 12px 4px;
	text-shadow: 0px 1px 1px #600,
					1px 1px 1px #666,
                    3px 3px 8px black;
	color: #FFFFCC;
	letter-spacing:2px;
	font-family: 'Rancho', cursive;
	font-size:48px;
	font-weight:bold;

}

#header {	
	position:relative;
	background-color:#fff3af;
	width:100%;
	height:230px;
	border-bottom: 12px solid #efc34a; /*Added to simulate logo overlay on slider (slider.css) */
	-webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px -3px 6px rgba(0,0,0,0.9);
	box-shadow: 0px -3px 6px rgba(0,0,0,0.9);
}

#logo {
	padding: 60px 0px 0px 0px;
}

#content {
	background-color:#fff3af;
	width:100%;
}

#filters-container {
	padding: 8px;
	border-bottom:1px solid #FFE387;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

#filters-container .dropdown-group {
	margin:4px;
}

#filters-container .filter-dropdown {
	font-size:28px;
}



#filters-container .filter-title {
	display:inline-block;
	font-size:32px;
	color:#4c0000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	font-family: 'Rancho', cursive;
	font-weight: bold;
}

#filters-container #dropdown-lotsize {
	display:none;
	visibility:hidden;
}

#listings-container .gap {
  display: inline-block;
  width:286px;
  margin:4px;
  padding: 8px;
}

.listing {
	/*float:left;*/
	display:inline-block;
	width:286px;
	height:300px;
	margin:4px;
	border:1px solid #ccc;
	overflow:hidden;
	background: #FFE387;
	padding: 8px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.listing:hover {
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,1);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,1);
	box-shadow: 0 3px 4px rgba(0,0,0,1);
}

.listing a {
	text-decoration:none;
}

.listing p.price {
	font-size:26px;
	color:#060;
	background-color:#ffc;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 3px;
	text-shadow: 0px 1px 1px #4d4d4d;
	font-style:italic;
	font-weight:bold;
	font-family: 'Droid Serif', serif;
}

.listing p.address {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:4px;
	font-family: 'Droid Serif', serif;
	text-transform:capitalize;
}

.listing .thumbnail {
	padding:6px;
	overflow:hidden;
	width:248px;
}

.listing .thumbnail img {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	box-shadow: 0 2px 3px rgba(0,0,0,0.6);
}

.listing p.attributes {
	color:#666;
}
.listing p.listing-office {
  display: block;
  float: left;
  color:#666;
  padding: 3px 5px;
  text-decoration: none;
  font-family: 'Droid Serif', serif;
  font-size:10px;
  text-align:left;
}

.listing p.details {
  display: block;
  float: right;
  color:#900;
  margin-top:2px;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 3px;
  font-family: 'Rancho', cursive;
  font-size:18px;
}
.listing p.details:hover {
  background: #060;
  color: #fff;
}

.listing-sold {
	display:none;
	visibility:hidden;
	position:absolute;
	width: 80px;
    height: 80px;
	background: url("../images/sold.png") no-repeat;   
	top:0;
	right:0;
}

.listing-pending {
	display:none;
	visibility:hidden;
	position:absolute;
	width: 80px;
    height: 80px;
	background: url("../images/pending.png") no-repeat;   
	top:0;
	right:0;
}

#no-results {
	display:none;
	visibility:hidden;
	padding:20px;
	font-size:32px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	font-family: 'Rancho', cursive;
	font-weight: bold;
}

.listing-details {
	display:inline-block;
	width:98%;
	margin:7px;
	padding: 4px;
	background:#FFE387;
	-webkit-border-radius: 6px;
    -moz-border-radius: 8px;
    border-radius: 6px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.listing-details p.title {
	padding-bottom:8px;
	border-bottom: 1px solid #E9EBF0;
	font-size:32px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	font-family: 'Rancho', cursive;
	font-weight: bold;
}
.listing-details p.title-sold {
	padding-bottom:8px;
	border-bottom: 1px solid #E9EBF0;
	font-size:32px;
	color:#4c0000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	font-family: 'Rancho', cursive;
	font-weight: bold;
}

.listing-details p.price {
	font-size:22px;
	padding-top:4px;
	font-family: 'Droid Serif', serif;
	font-weight:bold;
}

.listing-details p.address {
	padding-bottom:4px;
	font-size:16px;
	font-family: 'Droid Serif', serif;
	text-transform:capitalize;
}

.listing-details p.remarks {
	text-align:justify;
	padding:4px;
}

.listing-details p.listing-office {
  display: block;
  color:#666;
  padding: 3px 5px;
  text-decoration: none;
  font-family: 'Droid Serif', serif;
  font-size:10px;
}

.listing-details #view-all-listings {
	height:30px;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	border-top:1px solid #E9EBF0;
	border-bottom:1px solid #E9EBF0;
	background-color: #efc34a;
}

.listing-details #view-all-listings a:hover {
	font-size:24px;
}

.listing-details #view-all-listings a {
	text-decoration: none;	
	color:#fff3af;
	font-family: 'Rancho', cursive;
	font-size:22px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #600,
				1px 1px 1px #666,
				3px 3px 8px black;
}

.listing-details .attributes {
	width:286px;
}

.listing-details dl {
	display:table;
	width:98%;
 	overflow:hidden;
	background:#ffc;
	margin:0px;
	padding:0px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	box-shadow: 0 2px 3px rgba(0,0,0,0.6);
}

.listing-details dt {
	border-bottom: 1px solid #E9EBF0;
	float:left;
 	width:45%; /* adjust the width; make sure the total of both is 100% */
	padding:4px;
	background:#ffc;
}

.listing-details dd {
 	border-bottom: 1px solid #E9EBF0;
 	float:left;
 	width:45%; /* adjust the width; make sure the total of both is 100% */
	padding:4px;
	background:#ffc;
}

.listing-photos {
	display:inline-block;
	width:680px;
	margin:4px;
	padding:4px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
}

#flexslider-carousel img {
	width:auto !important; 	
}

#prev-overlay {
	cursor:pointer;
}

#next-overlay {
	cursor:pointer;
}

#map_canvas {
	width: 672px;
	height: 400px;;
}


#contact_info {
	padding:12px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family: 'Droid Serif', serif;
}


#footer {	
	clear:both;
	background-color:#fff3af;
	width:100%;
	border-top: 12px solid #efc34a;
	-webkit-box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	box-shadow: 0 6px 3px rgba(0,0,0,0.9);
	
}
