/* Print Style Sheet */
@media print {
	body { background: white; color: black; margin: 0; font-size: 75%; }

	#topNav { display: none; }
	#mainNav { display: none; }
	#tribe-events-bar { display: none; }
	.tribe-events-ical.tribe-events-button { display: none; }
	.tribe-events-after-html { display: none; }
	footer.nav, footer.closing { display: none; }

	#tribe-events-content a { line-height: normal; font-size: 75%; }

}