@media print {
	#offCanvasShade, #offCanvasMenu, #creamyNavBarWrapper, #blockNav, .noprint, #breadcrumb {
		display: none !important;
	}
	
	a, 
	a:visited {
		color: #0000ff;
	}
	
	a:link:after,
	a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	}
	
	.roundedCorners {
		border-radius: 0px !important;
	}
	
	.contentShadow {
		box-shadow: none !important;
	} 
	
	.contentPadding {
		padding: 0 !important;
	}
	
	#aside,
	#contentContainer #content {
		float: none !important;
		width: 100% !important;
	}
	
	#aside {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.themeEqualHeight {
		height: auto !important;
	}
	
	* {
		border: none !important;
	}
	
}