/* Food Finder */

#dg_wrapper_home {height:872px; overflow:hidden; margin-top:-1em; background:url('../assets/bg_featured.jpg') top left no-repeat;}

#dg_wrapper_main {margin-top:-1em; padding-top:250px; background:url('../assets/bg_main.jpg') top left no-repeat;}

#dg_sidebar {margin-top:40px;}

#dg_search_main {margin-top:210px; margin-bottom:30px;}
	#dg_search_main .labelwrap {text-align:right}
	#dg_search_main label {display:block; font-size:20px; line-height:30px; text-align:right; color:#583308;}
	#dg_search_main .text, #dg_search_main select, #dg_search_alt .text, #dg_search_alt select {font-size:14px; line-height:30px; border:1px solid #3E3B3B; background:#8C7B67; color:#CBD4A7;}
	#dg_search_main .text {width:220px;}
	
	#dg_main select, #dg_search_alt select {font-size:12px; height:25px;}
	
	#dg_search_main .spacer {height:15px;}
	
	#dg_main h2 {font-family:helvetica, arial, sans-serif; color:#583308; font-size:22px; font-weight:bold;}


#dg_listings {color:#9B7951; font-size:14px;}
#dg_listings li {padding-bottom:10px; margin-bottom:10px; border-bottom:2px dotted #7D5222;}
#dg_listings h4, #dg_listings h2 {font-family:helvetica, arial, sans-serif; font-size:16px; text-transform:uppercase; color:#9B7951;}
#dg_listings h2 {font-size:22px; font-weight:bold; display:block; margin-bottom:5px;}

/*#dg_listings a {color:#7D5222;}*/
#dg_listings a {color:#583308;}

ul.listing_features li {font-size:16px; line-height:1.5; color:#7D5222;}
ul.listing_features li.pos {background-position:center left;}
div#listing_photos a img, div#listing_floorplans a img {border-color:#583308;}

#ceres_listing h6 {border-color:#7D5222;}


#listing_img_main {margin:0 3px 10px 3px;}
	#listing_img_main img {border:1px solid #583308; padding:1px;}
	
.listing_thumb {border:1px solid #583308; padding:1px;}




.pagination li a:hover {text-decoration:none; color:#9B7951;}
.pagination ul li.active {border-color:#583308;}
.pagination ul li.active a {border-color:#9B7951; background:#583308; color:#fff; text-shadow: #000 0 -1px 1px;}



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.submit_button {
  background-color: hsl(39, 22%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d8a66", endColorstr="#736449");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9d8a66), to(#736449));
  background-image: -moz-linear-gradient(top, #9d8a66, #736449);
  background-image: -ms-linear-gradient(top, #9d8a66, #736449);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d8a66), color-stop(100%, #736449));
  background-image: -webkit-linear-gradient(top, #9d8a66, #736449);
  background-image: -o-linear-gradient(top, #9d8a66, #736449);
  background-image: linear-gradient(#9d8a66, #736449);
  border-color: #736449 #736449 hsl(39, 22%, 33.5%);
  color: #A2CC38 !important;
  font-weight:bold;
  font-size:16px;
  text-transform:uppercase;
  font-family:helvetica, arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}

/* 5/16 tweaks */

.margin-right {
  margin-right: 25px;
}

.margin-right-big {
  margin-right: 65px;
}

/* 5/24 */
.rail_previews img {
margin-bottom: 5px;
border: 1px solid #583308;
}
