@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; content: none; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 1cm 1cm 2cm 1cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	p {font-size: 16px !important; line-height: 24px !important; }
	h2, h3{ page-break-after: avoid; }

	/* get rid of just about all the elements on the page aside from the main text */
	.site_nav, /* main navigation */
	.depts_nav, /* old tray */
	.toolbar, /* headlines, search, and social */
	.top_panel, /* player housing */
	#page_fragment_container aside, /* right hand section on content nodes */
	#page_fragment_container section footer, /* tagged, comments */
	.footer_slider, /* spotlight carousel */ 
	.share, .share_container /* bottom sharebar */
	.embed_share_container, #embed_share_buttons, #share_buttons, /* all the share buttons */
	footer, /* main footer */
	.underfoot, /* buzz link bar and mag cover/subscription section */
	#admin_panel, /* our custom admin JS tabs (add content, lists, etc) */
	#jpsuperheader, /* ad header if present */
	p.media, /* all video type para's in the body */
	.song_links, /* purchase links on the review pages */
	.blog_branding, /* color strip on blog posts */
	.song /* any player module in the body */
	{
		display: none !important;
	}
}