/* Print styles for [Site Name Here] */
/* Styles which only apply when printing the page */

/* First, we hide things... */
#header, #sidebar, #startPane, 
#slideShow, #endPane, 
#breadcrumb, #imageNav,
#storeBreadcrumbs
{
	display: none;
}

/* ...as well as show things. */
.printOnly {
	display: block;
}
body {
	background: #FFF;
}
#pageContent div#imageBlock {
	margin-right: 0;
	padding: 0;
}
#footer {
	margin-top: 1em;
	position: static;
}
#footer li {
	color: #333;	
}
#footer li a {
	color: #333;
	text-decoration: none;
}

/* Then we substitute our printable header. */
#printOnlyHeader {
	display: block;
	padding: 0.25in 0;
}
	#printOnlyHeader h1 {
		float: left;
	}
	#printOnlyHeader h2 {
		clear: both;
		text-align: center;
		padding: 1.5em 0;
		font-weight: normal;
		font-size: 16pt;
		color: #333;
	}

/* Next, we resize the contents to fit a printed page. */
#container {
	width: 7in;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
#pageContent {
	width: 7in;
	min-height: 0;
	padding: 1em 0 0.5em;
	clear: both;
}

/* Tweak the site colors to conserve folks' ink... */
h2, h2#pageTitle {
	color: #333;
}
h3, h3#pageTitle {
	color: #666;
}

/* And fix any page-specific blocks that need tweaking */
