/* Print Style Sheet */
@media print {
	body {
		background: #fff;
		color: #000;
		margin: 0;
	}
	#masthead {
		border-bottom: 1px #000 solid;
		margin-bottom: 20px;
		min-height: inherit;
		padding-bottom: 10px;
	}
	#masthead .wrapper { display: none; }
	#masthead #print_name {
		display: block;
		font-size: 18px;
	}
	#content .wrapper { box-shadow: none; }
	#slider,
	#featured { display: none; }
	#interior {
		font-size: 75%;
		margin: 0;
	}
	#primary,
	.page-template-home_page #primary { padding: 0; }
	.hentry,
	.page-template-home_page #primary { border-bottom: 1px #000 solid; }
	h1 { color: #000; }
	ul, ol { padding: 0 0 0 2em; }
	#secondary,
	.page-template-home_page #secondary { display: none; }
	#colophon .site-info { margin: 20px 0 0; }
	#colophon nav { display: none; }
}