/*
CASA Collective Print Stylesheet
Created 18/12/12
Last update 31/1/13
*/


/************ MAIN NAVIGATION STYLES **********************/
ul#mainnav {
	display: none;
}

/************ CONTENT STYLES **********************/

#feature { display: none; !important }

#container {
	width: 800px;
	margin-bottom: 0;
}

h2 .entry-title,
#content .entry-title {
	display: none; !important
	border-bottom: none; !important
}

/* shadow divider */

#divider {
	display: none;
}


/************ MISC STYLES **********************/

#comments { dislay: none !important; } /* Hides comments */

/* Main styles for controlling property page when printing */

.propertyImage_sm_l,
.propertyImage_sm_r,
.propertyImage_sm_l_bm,
.propertyImage_sm_r_bm,
#propertyRight p span.print,
#backtoshowcase,
#googleMap,
#googleMap iframe {
	display: none;	
}

#propertyContent{
	width: 100%;
}

.introtext { font-size: 16px; }
#content { font-size: 12px; }

#propertyLeft { width: 630px; height: 1000px;}
#propertyRight { width: 150px; margin: 0; height: 1000px; }

#largefloorplan {
	display: block;
	clear: both;
	position: absolute;
	top: 1200px;
}

#footer {
	position: absolute;
	top: 2000px;
}