/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* ---------------------------------- */
/* Hide elements not needed for print */
/* ---------------------------------- */

div.screen, .skip {
	display: none !important;
	}
	
/* ----------- */
/* Adjustments */
/* ----------- */

/* Show URIs */
a {
	margin-left: .2em; /* Firefox bug fix */
	color: #000;	
	}
a:after {
	padding-left: .2em;
	content: " (" attr(href) " ) "; /* IE < 8 does not support this */
	}
div#logo a {
	margin-left: 0;
	padding-left: 0;
	content: "";
	}
	
div#header {
 	margin-bottom: 30px;
	}