body {
	background: white;
}
	
#sidebar, #navigation, .footer,
 #admin_bar, #blog-footer, #banner-promo,
 .hop-credit, .search, .socials,
 .footer-logo, .col-size2, .col-size3,
 .sidebar, .nav, .content-actions,
 .big-red-btn, 
 #admin_bar {
	display: none !important;
}

.print-url { display: block; }

.content {
	width: 100%; 
}

.header {
    position: static;
}

.wrapper {
	padding: 0;
}

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

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

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

article p, article blockquote {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}

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

