/* hide everything but the main column - parts of this may be overriden to be made visible if required */
.wpthemeFrame .contentToolbar, 
.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;
}
