body {
	background: white;
}
	
#sidebar, #navigation,
 #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, .subscribes, .callout, .section-utilities, .statcounter {
	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 {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

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;
}

.logo { float: left;
    font-family: 'TradeGothic', sans-serif;
    font-size: 44px;
    line-height: 1;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important; }
    
.update-caption em a { font-weight: normal !important; }

h3.update-title { margin-top: -3px; }

.list-tags a { font-weight: normal !important; }

article sup a:link:after, article sup a:visited:after { display: none; }

.print-footnote { display: block; margin: 3em 0; padding: 14px 15px 20px; border: 1px solid #e0e0e0; background: #fff; }

.print-footnote .popup-title { font-size: 24px; margin-bottom: 20px; }

.print-footnote .popup-entry { position: relative; padding: 0 0 0 20px; margin-bottom: 10px; font-family: 'Lucida', sans-serif; font-size: 14px; line-height: 1.29; }

.print-footnote .popup-entry sup { position: absolute; top: 0; left: 0; font-size: 10px; }

.print-footnote blockquote { position: relative; margin: 0 0 10px 20px; padding: 1em 15px; background-color: #E5E9ED; border-left: 12px solid #6b88a6; border-top: 4px solid #e5e9ed; border-bottom: 4px solid #e5e9ed; font-family: 'Lucida', sans-serif; font-size: 14px; line-height: 1.29; }

