@media print {
	#topbar, #navbar, #background, .tags, .noprint {
		display:none !important;
	}
	#wrapper {
		width:100% !important;
	}
	.article div.header {
		margin-top:0 !important;
		border-top:0 !important;
	}
	.author[href]:after {
	    content: none;
	}
}