/*===========================================================================
	Print (Global)
	
	This stylesheet optimizes the page for printing in the following ways:
	* Resets fixed widths to fluid (printed pages are narrower than 800px).
	* Hides parts of the page that need not be printed (i.e. navigtation).
	* Disables image replacement.
===========================================================================*/

/* Imports (must come first in the file)
===========================================================================*/

/* Page
===========================================================================*/

body div#page {
	width: auto;
}

/* Defaults
===========================================================================*/

/* Common Classes
===========================================================================*/

/* Primary Navigation
===========================================================================*/

div#page ul#primary-navigation {
	display: none;
}

/* Logo
===========================================================================*/
