/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print {
	.header_container, 
	.slidershow_container, 
	.footer_container,
	.top-bar, 
	#sv_adminBar, 
	header, 
	.contentRender_name_plugins_common_footer, 
	.custom_header_slideshow_homepage, 
	[id^=sv_adminBar],
	.themebordercolor,
	.sitemap,
	.nav-side,
	.eventsContainer,
	.keyword-col,
	.shared-list-filter,
	.panel_custom_related_content,
	.dtnad,
	.columns .panel_tabs .tabs,
	.loadmore
	{display: none;}
	
	img {
		display: block;
		page-break-inside: avoid;
		}
}
