/* ------------------------------------------------------------------
Default Stylesheet
Contains all the styles for screen display
------------------------------------------------------------------ */

/* Styles to be printed
------------------------------------------------------------------ */
body { color: #000; padding: 20px; }
#footer { color: #666; padding-top: 30px; }

/* Hide these when prining
------------------------------------------------------------------ */
.no-print,
#primary-navigation,
#side,
#extra { display: none; }
