/*----------------------------------------------------------------------------
Print Style Sheet
author: Jason Hollett
___________________________________________________________________________ */

body { background: none; background-color: #fff; }

#header,
#subHeader,
#mainNav,
#footer,
.photo-wrapper,
.photo,
form {
	display: none;
}

#content-bg,
#container-bg {
	background: none;
}

#container,
#container-bg {
	width: 99%;
}

#mainContent,
#secondaryContent {
	color: #000;
}

#mainContent {
	width: 99%;
}

#secondaryContent {
	width: 99%;
	float: none;
}

h2, h3, h4, #secondaryContent .credit {
	color: #000;
}

h4 {
	background: none;
}

#mainContent ul.check li,
#secondaryContent ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: auto;
	padding-left: 0;
	background: none;
	margin-bottom: 5px;
}

/* homepage */
#secondaryContent-wrapper {
	display: none;
}

.homepage {
	width: 99% !important;
}

#mainContent .block-wrapper {
	background-color: none !important;
	border: none;
}

#mainContent .block {
	background-color: #fff !important;
}

.bg-home {
	background: none !important;
}
