@charset "utf-8";
/* CSS Document */

body, html, #content {
	background-color: #FFF;
	margin: 0px;
	width: 100%;
}
#nav , audio{
	display: none;
}
/* Remove border from content div. */
#content {
	border: none;
}
/* Reflow article, aside, and footer divs as normal text. */
#article, #aside, #footer {
	margin: 0px;
	float: none;
	width: 100%;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Make sure footer is in black and white. */
#footer {
	color: #000;
	background-color: #FFF;
}
/* Remove background image and padding from external links. */
a[href^="http://"] {
	background-image: none;
	padding: 0;
}
/* Display URL in parentheses after external links. */
a[href^="http://"]:after {
	content:  " (" attr(href) ") ";
}
/* Avoid page breaks in images. */
#gallery img, img, .figure, .figure-portrait {
	page-break-inside: avoid;
}
