img.printimg {
	display: none;
}

@media print {
	
	html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
	dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
	a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
	strong, sub, sup, tt, var, legend, fieldset, figure {
		color: #000 !important;
		text-shadow: none;
	}
	
	img.printimg {
		display: block !important;
	}
	
	#layout {
		width: 100%;
		margin-left: 50px;
	}
	
	#pagewrap:after {
		content: "© 2003-2018 The Beat Museum - 540 Broadway, San Francisco, CA 94133 | 1-800-KER-OUAC | kerouac.com";
	}
	
	#headerwrap {
		display: none;
	}
	
	#sidebar {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	a[href^="http"]:not([href*="kerouac.com"]):after {
		display: block;
		font-size: 80%;
		content: " (" attr(href) ")";
		margin-bottom: 1em;
	}
}