/*
	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; }
	
	.c1,
	.headerWrapper,
	.footer_container,
	.custom_header_slideshow_homepage,
	.custom_header_slideshow_interior,
	.custom_slider.featured_events,
	.custom_slider.highlights,
	.iBox,
	.addthis_button_compact,
	.rssLink,
	.blogPost img,
	.blogPost .footer,
	.blogPost .postActions,
	.listingFilterContainer,
	.fancyDrop.searchTools,
	a.markerLink.accentBG,
	.listingContainerFoot.texturedBG,
	.eventsFormContainer,
	.filterOptions,
	.couponFilterContainer,
	.couponPagerContainer,
	.gMapContainer,
	.couponDetailContainer .topButtons
	{display: none!important;}

	.couponContainer .detail-c1,
	.eventsContainer .detail-c1,
	.listingContainer .detail-c1 { float: left; width: 30%;}

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

}