@media print {

	body { 
		margin:40px 80px; 
		font-family: "PT Serif", serif; 
	
	}

	#printstyle {
		width: 100%;
		text-align: center;
	}

	#printlink {
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 7px;
		font-style: italic;
	}
	
	#header-ad, #header, #bottom-menu-secondary, #phone-menu, #colophon, .prev-next, #form-contain, #menu-single, 
	#menu-slide-single, #nav-main, 
	#nav-sub, #header-image, .edit-this, 
	#footer-fresh, #footer-single, .ad-slot-endpost, 
	#next, #social, #comment-block, #comments-contain, #article-sidebar, 
	#disqus_thread { 
		display: none; 
	}
	
	#feed-title, #feed-subtitle {
		display: none;
	}
	
	.supertitle {
		display: block;
		text-transform: uppercase;
		font-size: 10px;
		font-family: "Lato", sans-serif;
	}
	
	.title {
		display: block;
		font-size: 24px;
		font-weight: bold;
		font-family: "Lato", sans-serif;
	}

	.byline {
		display: block;
		text-transform: uppercase;
		font-size: 14px;
	}

	.byline a {
		text-decoration: none;
	}
	
	#excerpt {
		font-style: italic;
		font-size: 20px;
		color: #999;
	}

	#pubdate, #pubdate-blog {
		display: block;
		font-style: italic;
		color: #999;
		font-size: 10px;
	}

	.ad-slot-mid, .sidebar-ad, .header-ad {
		display: none;
	}

	.pq {
		display: none;
	}

	.subhead1 {
		font-style: italic;
		font-weight: bold;
		font-size: 14px;
	}
}