/* print styles */

* { background: none !important; }
* { background-image: none !important; }

#header, #nav-main, #secondary, .nav-next {
		display: none;
		}
.width { width: auto; }
#content { border: none; }
#primary { float:none !important; }
#content-main { width: auto; margin: 0; }
#primary { width: 100%; }

.callout {
	background: none;
	padding: 2em;
	}

#footer {
	position: static !important;
	background: none !important;
	}
