/**
 * PRINT.CSS
 *
 * @note		Styles that are used when pages of the site are printed.
 * @author		mraichelson
 *
 */
@media print {
	html { padding:0; margin:0; }
	body { padding:0; margin:0; font-family:Arial,Helvetica,sans-serif; }
	a:link, a:visited, a:hover, a:active {
		color:#000;
	}
	a:link { text-decoration:none; }
	a img { border-style:none; }
	div.tier { clear:both; width:100%; }

	span#pagename,
	div.ads,
	div#leaderboard,
	div#usertools,
	div#story_section_breadcrumb,
	div#discovery,
	div#footer,
	div#mcclatchy,
	div.rail,
	div.pagination,
	div.comment,
	div#multimediabar,
	div#mini-slideshow .header,
	div#mrComment,
	table.lingo_widget,
	div.share,
	div#comment_toggle img,
	div#Comments_Container,
	p#nyxComments_header,
	div.content_guidelines,
	div#header div { display:none; }

	div#header div#branding { display:block; }
	div#header div#branding img { display:block }

	div.insert {
		float:right;
	}

	div.published {
		font-style: italic;
		font-size: 10px;
	}

	/* Hide the toolbar on printing */
	#meebo m { display: none; }
}
