@media print {
	body {
	   background: white;
	   font-size: 12pt;
	   }
	#Header h2 {
		margin: 0 0 1em 0;
		}
	#SearchForm_SearchForm,
	#Navigation,
	#Sidecol,
	#SilverStripeNavigator,
	#SilverStripeNavigatorMessage,
	#Subnavigation {
	   display: none;
	   }
	.wrapper,
	#Sidebar {
	   width: 100%;
	   margin: 0;
	   padding: 0;
	   border: 0;
	   float: none !important;
	   color: black;
	   background: transparent none;
	   }
	.typography a {
	   background: transparent;
	   text-decoration: underline;
	   }
	.typography a:after {
	   content: " (" attr(href) ") ";
	   font-size: 80%;
	   }
	.typography a[href^="/"]:after {
	   content: " (http://jonathonmenz.com" attr(href) ") ";
	   font-size: 80%;
	   }
}