/*
  Theme Name: Child Theme for Denali
  Theme URI: https://usabilitydynamics.com/products/wp-property/the-denali-premium-theme/
  Description: Example  child theme for the Denali
  Version: 0.1
  Template: denali
  Author: Usability Dynamics, Inc.
 */
 
 /*
	This is an example of a child theme.
	In you want to modify the Denali, do so by using this child theme.
	Learn more about child themes here: http://codex.wordpress.org/Child_Themes
 */

@import url("../denali/style.css");

div.mid {
	padding-top: 0px;
	padding-bottom: 0px;
	min-height:0px;
}

div.wpp_search_properties_widget ul.wpp_search_elements {
	padding:15px;
}

#body_container .gallery .gallery-item {
	width: 25%;
}

ul#property_stats.list {
	width:500px;
	float:left;
	margin-right:20px;
}

#houseboat_contact {
	margin-top:33px;
	padding:10px;
	border:1px solid #6c8aa6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:380px;
	overflow:hidden;
}

.foot_far_right .site_description {
	display:none;
}