/* Mark Hits The Road Print CSS File
   Mark Wasson   January 26, 2013  (created January 26, 2013)

   The purpose of this CSS file is to instruct the printer not to print the 
   #navigation and #sidebar divisions nor the #content division ads.
   Additional code is provided to allow the printer to print the remaining 
   divisions across the width of the paper.
*/

/* Do not print the #navigation, #sidebar and #content-ads divisions of the website.
*/

#navigation, #sidebar, #content-ads, .noprint {display:  none;}

/* Adjust the width of the #header and #content divisions for printing purposes.
*/

#header, #content {width:  100%; margin:  0; float:  none;}