/**
 * Print page CSS. Shows the current content in a format suitable for printing.
 */

/* Hide everything but the main column - parts of this may be overriden to be made visible if required */
.wpthemeFrame .wpToolbarActionBar, 
.wpthemeFrame .wpthemeBanner,
.wpthemeFrame .wpthemeHeader, 
.wpthemeFrame .wpthemeBannerPrimaryNavigation, 
.wpthemeFrame .contentLeader, 
.wpthemeFrame .contentRibbon, 
.wpthemeFrame .contentFollower, 
.wpthemeFrame .wpthemeFooter,
.wpthemeFrame .wpthemeSecondaryContainer,
.wpthemeFrame .wpthemeTertiaryContainer {
  display:none !important;
}

/* Unconstrain content */
.wpthemeFrame .contentConstrain {
  width:100% !important;
}

/* Un-float, clear background, etc. on all content areas */
.wpthemeFrame .wpthemePrimaryContainer,
.wpthemeFrame .wpthemeSecondaryContainer,
.wpthemeFrame .wpthemeTertiaryContainer {
  width:100% !important;
  background:none !important;
  float:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  color:black !important;
}

/* Un-float, clear background, etc. on all content areas */
.wpthemeFrame .contentToPrint {
  display:block !important;
}
