/**
 * CSS overrides to make better looking print outs
 */

/* turn off displays for unnecessary elements */
#header, #nav, h5, .options, #footer
{ display: none; }

/* alter display for best printing results */
html, body  { background: none; }
h1          { margin-bottom: 0; }
h2          { border-bottom: 2px solid #777; margin-top: 1em; font-size: 1.3em; }
h3          { margin-bottom: 0; }
#skills h2  { margin-bottom: 0; }
#content    { font-size: 1.2em; }
#content ul { list-style-type: disc; padding-left: 16px; }
#content li { background: none; padding: 0; margin: 0 0 .2em; }
address     { display: inline; }

/* turn on displays for printable elements */
.contact-info  { display: block; font-weight: bold; }
