/*
 Print styles
 Site: Printing for Non-Profits
*/

/* Hide unnecessary parts */
#accessibility-nav, #header .top-nav, #navigation, #sidebar, #footer ul, .welcome .join, #home-intro { display: none; }

body { font-size: 9pt; }

/* Header */
#header h1 { font-size: 2em; font-weight: normal; }

/* Content */
#content h1 { font-size: 1.5em; font-weight: normal; }
#content .decorative { margin-bottom: 2em; }
#content .decorative img { display: block; border: 4px solid #def1f7; }

/* Envelopes */
.envelopes table th { font-weight: bold; padding-right: 1.5em; }
.envelopes table td { padding-right: 1.5em; }
.envelopes .images { margin-top: 1em; }
.envelopes .images img { margin-right: 1em; }

/* Footer */
#footer { border-top: 1px solid #000; font-size: 0.9em; margin-top: 2em; padding-top: 0.5em; }

