/* ------------------------------------------------------------------
Print
Styles for printing
------------------------------------------------------------------ */

body, #container { background-color: #fff; }
a { color: #000; text-decoration: underline; }
#primary-navigation, #secondary-navigation { display: none; }
#header { padding-bottom: 30px; }
#header h1 { width: 238px; height: 86px; position: relative; overflow: hidden; }
#header h1 img { position: absolute; bottom: 0; left: 0; }
#main, #side { padding: 0 16px; }
#footer { font-size: 80%; padding: 30px 16px 0 16px; }
.no-print { display: none; }
