/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* ---------------------------------- */
/* Hide elements not needed for print */
/* ---------------------------------- */

div#navigation, .screen, .pseudo-select {
	display: none !important;
	}
	
/* ----------- */
/* Adjustments */
/* ----------- */

div#header {
	margin-bottom: 40px;
	}
h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
div#footer {
	margin-top: 40px;
	}
	
/* Show URIs */
/* REM, not needed with this project - causes problems with named hyperlinks, etc
a {
	margin-left: .2em; Firefox bug fix
	color: #000;	
	}
a:after {
	padding-left: .2em;
	content: " (" attr(href) " ) "; IE < 8 does not support this
	}
div#header a, a.name {
	margin-left: 0 !important;
	}
div#header a:after, a.name {
	padding-left: 0 !important;
	content: "" !important;
	}
*/