/*===========================================================================
	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)
===========================================================================*/

/* @import '../../_vendor/sifr/sIFR-print.css'; */

/* Supress
===========================================================================*/

div#page ul#primary-navigation {
	display: none;
}

/* Page
===========================================================================*/

body div#page {
	width: auto;
}

div#page div#supporting-content {
	margin-top: 68px;
}

div#page a#monogram {
	margin-right: 0;
}

a {
	color: #000;
	text-decoration: none;
}

/* use ul.bulleted for actual content lists */
ul li,
li ul li,
li li ul li,
li li li ul li {
	display: list-item;
	list-style-type: disc; /* required for IE */
	padding-left: 0;
}

* html ul li,
* html li ul li,
* html li li ul li,
* html li li li ul li {
	margin-left: 25px;
}

/* IE6 Specific
===========================================================================*/

* html body div#page {
	width: 100%;
	margin: 0;
	padding: 0;
}

* html div#page div#supporting-content {
	margin-top: 67px;
	width: 151px;
}

* html a#logo {
	position: absolute;
	top: 0;
}
