/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
	background: none !important;
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	behavior: url(/wp-content/themes/aune/PIE/PIE.php);
}

#logo a img {
	display: block;
}

#container {
	background: #fff;
}
#masthead {
	display: none !important;
}
#main {
	background: none !important;
}

a {
	color: #000;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
	color: #000 !important;
}
}
