/* 
=============================================================================

	basicPrint.css
	v1.0
	2008/01/21

	Headscape
	Written by Ed Merritt (ed.merritt@headscape.co.uk)

	This stylesheet combined with basic.css to provide styling for printed pages. 

=============================================================================
*/

#search, #navigationContainer, #pageDescription, #accessibility {display: none;}
body {font: 8.5pt/12pt Calibri, Tahoma, Helvetica, Arial, sans-serif;}
body, #container {text-align: left; width: auto; border: 0; margin: 0 5%; padding: 0; float: none !important;}
h1, h2, h3, h4, h5, h6 {page-break-after: avoid;} 
p, blockquote, img {page-break-inside: avoid;}

#masthead a, #masthead ul, #masthead p, #tools, #toolsShade, #footer .right, #aside, #commentsArea {display: none;}
#masthead #printLogo {display: block !important;}

#masthead {border-bottom: 5px solid #e5e5e5; margin: 0 0 20px; padding: 0 0 20px;}
#footer {border-top: 5px solid #e5e5e5; margin: 20px 0 0; padding: 20px 0 0;}

