/* --------------------
Template: /closingthegap/styles/site/print.css
Description: Print layout
Created: 01/07/2009 Chris Stevenson (christopher.stevenson@aihw.gov.au)
Modified: 04/06/2010 Chris Stevenson (christopher.stevenson@aihw.gov.au)
	Separated screen and print style sheets
-------------------- */

/* --------------------
Print layout
-------------------- */

#body { 
	background-color: #FFF; 
	color: #333; 
	font: 81.25%/1.5 verdana, helvetica, arial, sans-serif;
	margin: 0 auto; 
	padding: 0; }

a { 
	border: none; 
	color: #000;
	text-decoration: none; }

#header-utilities, #header-navigation, .home #content-banner, #body1 .builtsearchstr, #body1 .pagenav, #body2, #footer-utilities { 
	display: none; }

#header-banner { 
    background: transparent url(../../images/cgc.jpg) 270px 0 no-repeat; }

#header-banner .logo img { 
	border: none; }

#body1 { 
	width: 99%;
	border-bottom: 1px solid #666; 
	margin: 0 auto; }

#body1 .attribute .name, #body1 .qa-question {
	font-weight: bold; }


