@media print {
	body { background:white; color:black; margin:0; padding: 0 20px; }
	
	#header {
		position: relative;
	}
	
	#header .header-left-strip, #header .header-right-strip {
		display: none;
	}
	
	#header a.logo img{
		width: 250px;
	}
	
	#header a.logo:after {
		content: " ";
	}
	#header .inner {
		padding: 0;
	}
	
	.hide-for-print {
		display: none;
	}
	
	.show-for-print {
		display: inherit !important;
	}
	
	#header .header-mid .row > a {
		display: none;
	}
	
	section.container.ready {
		padding-top: 10px !important;
	}
	section.container {
		padding-top: 10px !important;
	}
	
	.addthis_toolbox {
		display: none;
	}
	
	section.container article .entry-content {
		padding: 0;
	}
	
	#sidebar {
		display: none;
	}
	
	.share-buttons-container{
		display: none;
	}
	#hTweets{
		display: none;
	}
	.entry-author{
		border-bottom: 0;
	}

}