/*
	Theme Name: ATM
	Description: Temat dla ATM Grupa	/ print styles
	Author: Divante
*/

@media print {
	
	/* *** single *** */
	.single #footerWrapper, .single #header, .single #breadcrumb, .single #topBanner,
	.single .leftColumn, .single .usefulLinks, .single #postNavigation,
	.single .link-back, .single #sidebar, .single #sliderProductions {
		display:none;
	}
	
	.single .news-title, .single h2 {
		color:#000;
		font-weight:normal;
		padding:0 10px 6px;
	}
	
	.single #postContent {
		padding:0 10px;
	}
	
}