/* Black Hole Headquarters Printing CSS by XanderX

This CSS file is only used when a user tries to print a page. It's used to give nice printouts that everyone will love!

Thanks for reading my CSS. ^_^

Love, XanderX <3*/

/* Hide loads of elements */
.header, #leftCol, .typo3-adminPanel { display: none; }

/* Re-jiggle things about so they display properly in print, and get rid of backgrounds etc. */
#pagebody {
	max-width: none;
}

#rightCol {
	margin: 0;
	background: none;
}
