/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* ---------------------------------- */
/* Hide elements not needed for print */
/* ---------------------------------- */

.screen, div.product span.image, div.banner {
	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:after, a[name="content"]:after, h1#tab a:after {
	margin-left: 0;
	padding-left: 0;
	content: "";
	}
/* Logo */
div#logo {
    margin-bottom: 30px;
    }
/* Tabs */
h1 img {
    position: relative;
    left: -23px;
    margin: 20px 0 10px 0px;
    }
/* Blockquote */
blockquote{
    margin-left: 0;
    margin-right: 0;
    }
/* Make spec tables readable */
table.spec td {
    border: 1px solid #ccc;
    }
/* Footer */
div#footer {
    margin-top: 30px;
    }