/*
-----------------------------------------------
webgraph styles for print
author:   dan rubin
updated:  October 25, 2004
----------------------------------------------- */

/* hide these elements entirely */
#header {display:none;}
#nav {display:none;}
#sidebar .green {display:none;}
#footer {display:none;}


/* show and style these special print-only elements */
#header-print {display:block;}
#header-print h1 {font-size:24px;border-bottom:1px solid #000;padding:0 0 10px;}
#header-print p {font-size:11px;color:#eee;}

#footer-print {display:block;}
#footer-print p {font-size:11px;border-top:1px solid #000;padding:5px 0 0;}

/* adjust definitions for specific elements */
*,html,div,body,h1,h2,h3,h4,h5,p,span {background-image:none;}
h1 {padding:0;}