/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* ---------------------------------- */
/* Hide elements not needed for print */
/* ---------------------------------- */

div.screen, span.shadow, div.feature, .pseudo-select {
	display: none !important;
	}
	
/* ----------- */
/* Adjustments */
/* ----------- */

/* Show URIs */
a {
	margin-left: .2em; /* Firefox bug fix */
	color: #000;	
	}
a:after {
	font-size: 70%;
	padding-left: .2em;
	content: " (" attr(href) " ) "; /* IE < 8 does not support this */
	}
div#logo a:after {
	margin-left: 0 !important;
	padding-left: 0 !important;
	content: "" !important;
	}
/* White-space */
div#logo {
	margin-bottom: 20px;
	margin-left: -115px;
	}
div#header {
	margin-bottom: 30px;
	}
div#footer {
	margin-top: 40px;
	}