/*----------------------------------------------------------------------------
 *
 * Controller overrides stylesheet for theme: montague
 *
 * This overrides styles in the controller stylesheets found in
 * the folder hierarchy below /public/stylesheets
 *
 *---------------------------------------------------------------------------*/
 


/*----------------------------------------------------------------------------
 * Home
 *---------------------------------------------------------------------------*/

#home_header {
	zoom: 1; /* IE bug fix to stop color flowing past the bottom */
}
    
body.home_index #search {
    float: left;
    width: 279px;
}

#home_header h2 {
	border: none;
	margin: 0;
	}
	
body.home_index #search .content {
    border-right: 1px solid #ccc;
    }

body.home_index #search .buttons {
    margin: 0;
    text-align: right;
    }
    
#home_header .content {
	margin: 0.5em 0;
    padding: 0.5em 0.5em 0.5em 1em;
    }

#welcome_content {
    float: right;
    width: 220px;
    }

.property_photo {
    width: 160px;
    height: 120px;
    position: relative;
    margin-bottom: 2px;
    }
    
.property_price { 
    position: absolute;
    bottom: 6px;
    right: 0;
    text-align: right;
    margin: 0;
    background: #fff;
    padding: 0.25em;
    font-weight: bold;
    color: black;
    opacity: 0.75;
    filter: alpha(opacity=75);
	-moz-opacity: 0.75;
    }

.property_more_link {
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
    margin: 0.25em 0;
    }

#featured_properties {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    }
    
.featured_property {
	overflow: hidden;    /* IE hack for issue with clearing used in conjunction with zoom:1 */ 
	zoom: 1; /* see above */
    float: left;
    width: 160px;
    margin-right: 6px;
    font-size: 0.85em;
    }


/*----------------------------------------------------------------------------
 * Profile: general
 *---------------------------------------------------------------------------*/

body.profile #main h2 {
    margin: 0;
    }

.profile_info span {
    font-weight: bold;
    }
       
    
/*----------------------------------------------------------------------------
 * Profile: details
 *---------------------------------------------------------------------------*/

.account_details .buttons.top {
    float: right;
    }
    
#required_info {
    float: left;
    }
    

/*----------------------------------------------------------------------------
 * Property details
 *---------------------------------------------------------------------------*/

#main #display_address {
    margin: 0;
    }
	

/*----------------------------------------------------------------------------
 * Property downloads
 *---------------------------------------------------------------------------*/

#property_assets {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
	}
	
#property_assets td {
	padding: 0.5em;
	border-top: 1px solid #ccc;
    }

#property_assets td.icon_with_filename {	
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	}
	
#property_assets td.icon_with_filename span {
	display: none;
}

#property_assets td h3 {	
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

#property_assets td h3 a {
	text-decoration: none;
	}
	
	

/*----------------------------------------------------------------------------
 * Property listings
 *---------------------------------------------------------------------------*/

.search_form select {
    width: 145px;
	margin-right: 2px;
    }

.search_form #search_price_max {
	margin-right: 0;
    }

.search_form #result_format_selector {
    display: none;
    }
    
#gmap {
    clear: both;
    margin-bottom: 2em;
    }
    
.item {
    margin-bottom: 1em;
    }
    
.item .property_description {   
    clear: left;
    }
    
.item .property_footer_short {
	margin-top: 0.5em;
    font-size: 0.85em;
	color: #333;
	font-weight: bold;
    }
    
body.search .item img {
    float: right;
    margin: 0 0 2em 2em;
    }
    
#main .item h3 {
    margin: 0 0 0.5em 0;
    border: none;
    line-height: 2em;
    padding: 0 0.5em;
    }

#main .item h3 a {
    color: white;
    text-decoration: none;
    }
    
.item h3 a:hover {
    text-decoration: underline;
    }

.item .marker {
	margin: 0 0 0 10px;
	float: right;
	}
	
ul.actions {
    list-style-type: none;
	margin: 0.5em 0;
	}
	
ul.actions li {
    display: inline;
    padding: 0 0.5em;
    border-left: 1px solid #ccc;
    font-size: 0.85em;
    color: #666;
    font-weight: bold;
    }

ul.actions li.first {    
	border-left: none;
	padding-left: 0;
	}

#main ul.actions li a.current {
	color: #666;
	text-decoration: none;
	}
	
.item ul li.show {
    border-left: none;
    padding-left: 0;
    }
    
ul.property_summary {
    font-size: 0.85em;
    font-weight: bold;
    color: #666;
    margin: 1em 0;
    clear: left;
    }

#main ul.property_summary li {
	padding-left: 12px;
    background: left 50% url(/global/images/bullets/square-7x7.png) no-repeat;
	margin: 0 1em 0.5em 0;
	white-space: nowrap;
	float: left;
	list-style-type: none;
	}

#search_footer {
	padding-top: 6px;
	}
	
#default_photo {
	margin: 1em 0;
}
    
/*----------------------------------------------------------------------------
 * Registration
 *---------------------------------------------------------------------------*/

#your_property_requirements select {
    width: 10em;
    }
    
