/* print-specific styles */

/* hide the header */
#header {
	display: none;
}

/* hide the navigation bar */
#navigation {
	display: none;
}

/* hide the top pager */
.pager {
	display: none;
}

/* hide the footer navigation */
#footer-nav, .footer {
	display: none;
}

/* set headers back to darker colors */
h1, h2, h3 {
	color: #000000;
}

/* show the print version of the images */
.print-thumbnails {
	display: block;
	
}

/* hide the scroller (web) version of the images */
.media, .highslide-gallery {
	display: none;
}

/* remove the spacing on the left of the main body text to free up space */
#inner-wrapper {
	padding-left: 1em;
}