/* =print
------------------------------ */
body { font-family: Georgia, "Times New Roman, serif"; font-size: 12pt; line-height: 20pt; text-align: left !important; }

/* =layout */
body, h1, h2, div, ol, ul { position: static !important; float: none !important; width: 100% !important; }
div { margin-bottom: 0.5in !important; padding: 0 !important; }

/* =links */
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
    content: " (" attr(href) ") ";
    color: #8D7E95; /* most browsers will display the content as black - see tip browser support */
    font-style: italic;
    font-weight: normal;
    border: none;
}
a[href^="/"]:after { content: ""; }
a[href^="mailto"]:after { content: ""; }

/* =typography */
h1 { font-size: 2.6em; font-variant: small-caps; font-weight: thinner; padding: 0 0 0.7em 0; border-bottom: 5px double black; text-align: center; }
h2 { font-size: 1.3em; padding: 0 0 0.1em; border-bottom: 1px solid #999999; }
h3 { font-size: 1.1em; margin: 1em 0 0.2em 0; text-decoration: none; color: #999999; }
header h1 { font-size: 1.5em; }
header h2 { display: none; }

p { margin: 0.5em 0 1em 0; }

/* =navs */
header nav, footer nav { display: none !important; }
/* =ads */
.ad, .adbox, .ad-widebanner, .ad-banner, .descad, .leaderboard, .overgraphad, #overgraphads { display: none !important; }

/* =modules */
#searchbox, .search, #fan, .fb_iframe_widget, #common p { display: none !important; }

/* Control classes */
.noprint { display:none; }
.printonly { display:block; }
