/*-----------------------------------------------
Title:   Print styles
Created: August 2008-08-28 (IVG)
Updated: 
----------------------------------------------- */

#headerWrapper {
	background: #fff none;
}
#header {
	height: auto;
	padding-bottom: 10px;
	border-bottom: #205e90 dashed 1px;
}
#primaryNavigation, #secondaryNavigation, #sidebar, #featured {
	display: none;	
}
#mainContent {
	float: none;
	width: auto;
}
#footer ul {
	display: none;
}
#header a.logo img.screen {
	display: none;
}
#header a.logo img.print {
	display: block;
}
.screen {display: none;} /* hide all screen-only elements */
.print {display: block;} /* hide all screen-only elements */

