/*
Theme Name: Tidemill Yacht Harbour
Theme URI: http://www.tidemillyachtharbour.co.uk/
Description: The print theme for the Tidemill Yacht Harbour website
Version: 1.0
Author: Simon Gleen
Author URI: http://www.netphobia.co.uk
Tags: 


*/

/* Print Style Sheet */
@media print {
	body { background:white; color:black; margin:0; height: auto; }
	
	#wrapper, #frame { width: 100%; overflow: visible; height: auto; }
	
	#header { width: 100%; overflow: visible; }
	
	#logo { width: 30%; }
	
	#branding { width: 70%; }
	 
	#badges, #strapline { width: 100%; }
	
	span.title a { font-size: 11pt }
	
	#stage { display: none; }
	
	#content, #main { width: 100%; overflow: visible; height: auto; display: block; }
	
	#main p { color: #000; }
	
	#sidebar-left, #sidebar-right { display: none; }
	
	#footer { width: 100%; height: auto; display: block; margin-top: 50px; }
	
	#footer h4 { display: none; }
	
	#footer ul { margin: -20px; }
	
	#footer ul ul { display: none; }
	
	#footer li { width: 20%; color: #000; }
	
	#footer li a, #footer li p { color: #000; font-size: 9pt; }
	
	#footer p.copyright { color: #000; display: block; font-size: 9pt; }
}
}