/* This CSS document effects the banner and footer areas of the page, during printing */
@media print {
	html,
	body{
		padding: 0 !important;
		margin: 0 !important;
	}
	#shell{
		width: auto;
		margin: 0;
		padding: 0 !important;
	}
	.bannerRegion{
		padding-bottom: 3px;
	}
	#banner{
		border-bottom: 2px solid #CCC;
		background: none;
	}
	#bannerTop,
	#banner{
		margin: 0;
	}
	#banner .utilities,
	#banner #searchBar,
	#banner #newsletter_top,
	#top_nav,
	#mid_nav,
	.page_options .page_functions,
	.feature_video_symbol, 
	.feature_audio_symbol{
		display: none;
	}
	#banner .logo{
		width: 180px;
		margin: 0 0 5px 10px;
	}
	#banner .logo img{
		width: 100%;
	}
	#banner .WETA_logo{
		margin: 10px 0 0;
	}
	.page_options .breadcrumb{
		width: auto;
	}

	#center{
		margin: 10px 0;
	}
	.fixed_side_toolbar,
	.absolute_side_toolbar{
		display: none !important;
		margin: 0;
	}


	.blfooter{
		border-width: 1px 0 4px;
		border-color: #CCC;
		margin: 0;
	}
	.blfooter .centered_list{
		display: none;
	}
}
