/*
	print.css
	----------
	defines rules for printer-friendly CSS version of site

*/

* { color: #000 !important; background: none !important; }

#NavColumn,
#MainNav,
#SubNavWrapper,
#site_search_form, 
#AuxNav, 
#PageToolsBox,
#FooterNav { display: none; }

#PageWrapper { width: auto; }
#HeaderWrapper { border-bottom: 1px solid #CCC; padding-bottom: 10px; margin-bottom: 10px; width: auto; }
#BodyWrapper { padding: 0; }
#MainColumn { float: none; width: auto; }

#FooterWrapper { margin-top: 3em; border-top: 1px solid #CCC; padding-top: 1em; }
#FooterWrapper #FooterBar { margin-bottom: 0; padding: 0; }
#FooterWrapper #Copyright { font-style: italic; margin-right: 0; font-weight: bold; }

#HeaderWrapper { min-height: 112px; }
* HTML #HeaderWrapper { height: 112px; }

#PageFlash { display: none; }
