/* print styles */

@media print {

	body {
		font-family: sans-serif;
		font-size: 16px;
		color: #000;
		background: none;
	}

	header nav,
	nav#info,
	div#banner,
	div#site_search,
	aside,
	div.pagination,
	ul#files,
	div.addthis_toolbox,
	ul#breadcrumb,
	#slogan,
	div#txtsnp-blackout,
	div#txtsnp-editor,
	h4#downloads,
	ul.files,
	header,
	div#breadcrumb,
	div#footer_wrap,
	footer,
	nav.full,
	form,
	a.button {
		display: none;
	}

	section#content {
		width: 100%;
	}

	footer {
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 10px 0 0 0;
		margin-top: 10px;
	}

	img {
		border: 0;
	}

	header {
		margin-bottom: 40px;
	}

	header:after {
		display: block;
	}

	blockquote {
		font-style: italic;
	}

	p a {
		color: #000;
	}

	section#content p a:after {
		content: " (" attr(href) ")";
		font-size: 12px;
		word-wrap: break-word;
	}

	p#bluestorm {
		width: auto;
	}

}