/*
	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 {
	size: letter landscape;
	@page { margin: 0.5cm; }
	
	.shareButtons-int,
	.header_container,
	.footer_container,
	.slideshow_container,
	.custom_slider,
	.custom_imagebox,
	.socialWrapper,
	.rssLink,
	.sidebar_container,
	.searchToolsContainer,
	.sharedPagerContainer,
	.sharedBackButton,
	.shared-filter,
	.listingContainerFoot,
	.mapTabs,
	.showGMap,
	.eventsFormContainer,
	.eventPagerTop,
	.couponFilterContainer,
	.couponsTop,
	.couponsBottom,
	.couponDetailContainer .topButtons,
	.gMapContainer,
	.search_results .searchBox,
	.search_results .search_results_filters,
	.search_results .search_results_above,
	.search_results .search_results_pagination,
	.widget_left_container iframe,
	.widget_right_container iframe,
	.blogContainer .footer,
	.blogContainer .blogSearchForm,
	.blogContainer .pagingButtons,
	.blogContainer .postActions,
	.blogContainer .downloadDocument,
	.blogContainer .postComments,
	.blogContainer img,
	.sidebar_container_blog,
	.custom-highlights img {display: none!important;}

	.shared-detail .detailInfo,
	.shared-detail .detailPanes > .tabs-content { margin: 0; padding: 16px 0 0;}

	.custom-highlights .standard-slide .text,
	.custom-highlights .lead-slide .text { padding: 0; margin: 0;}


	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

}