/* rickPrint.css */

/* hide non-content */
#rick-masthead,
#rick-header,
#rick-tabs,
#rick-trail,
#toc,
#siteSub,
.printfooter,
.editsection,
#rick-footer { display: none; }

/* Don't expand URLs for printing CSS */
#content a.external.text:after, #content a.external.autonumber:after { content: "" !important; }
/* Note for IE you must hack IEfixes.js */

/* HEADINGS - drop size and spacing */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Arial, sans-serif;
}
h1 { font-size: 150%; }
h2 { font-size: 132%; }
h3 { font-size: 116%; }
h4 { font-size: 100%; }
h1, h2 {
    padding-top: .5em;
    padding-bottom: .1em;
    border-bottom: 1px solid #aaa;
}
h3, h4, h5, h6 {
    padding-top: .1em;
    padding-bottom: .1em;
    border-bottom: none;
}

/* BODY - use narrower font and drop line spacing */
#content { font-family: Arial, sans-serif; }
#content, p { line-height: 1.1em; }
ol, dd, fieldset, .documentDescription { line-height: 1.2em; }
ul { margin-left: 0; padding-left: 1em; }

/* LINKS - slight colouring */
a { color: darkblue !important; }

/* PRE - must be full width because of scroll bars */
pre { width: auto; }
