/* ***************************************************** */
/* *** Specify what items to print and not from site *** */
/* ***************************************************** */

/* ******************** General controls ************************* */
/* *** Do not print any element with id="noprint" *** */
#noprint { display:none; }
/* *** Print any element with id="printonly" *** */
#printonly { display:block; }


/* ******************** Header items ************************* */
/* *** Print Company name (logo is hidden in print) *** */
.header-image .title-area { width:auto; }
.header-image .site-title { text-indent:0px; display:block; font-size:30pt; text-transform:none; line-height:30pt; }
.header-image .site-description { display:none; }

.outreach-pro-blue .header-widget-area { display:none; }
.nav-primary { display:none; }
.home .site-inner, .home-top { display:none; }


/* ******************** Content items ************************* */
/* *** Reduce indent, set margins/width, hide sidebar *** */
.site-inner .wrap { width:auto; margin:0; }
.site-inner .wrap .content { width:100%; margin:0; padding:0; }
.sidebar { display:none; }

/* *** Hide comments and comment forms *** */
#respond { display:none; }


/* ***** Footer items to not print ***** */
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { display:none; }
#wpadminbar, #catapult-cookie-bar { display:none; }
