body {
	background: white;
}
	
#sidebar, #navigation, .footer, #admin_bar, #blog-footer, #banner-promo, .hop-credit {
	display: none !important;
}

.print-url { display: block; }

#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#main, .shell {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.body a:link:after, .body a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

.body p, #body blockquote {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}

.section {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
	
.post {
	padding-bottom: 0;
}