/* Print Style Sheet
---------------------------------------- */


/* Lots still TODO here! */

/* General markup styles */
* {
    margin: 0;
    padding: 0;
}

body {
    color: var(--black-color);
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
}

a:link {
    color: var(--black-color);
    text-decoration: none;
}

a:visited {
    color: var(--black-color);
    text-decoration: none;
}

a:active {
    color: var(--black-color);
    text-decoration: none;
}

.author {
    font-size: 75%;
    margin-bottom: 0.6em;
}

.codebox p {
    display: none;
}

.content {
    font-size: 11pt;
    line-height: 14pt;
    margin-bottom: 1em;
    overflow: hidden;
}

/* Display smilies (Bug #47265) */
.content img {
    display: inline;
}

.copyright {
    font-size: 75%;
}

.date {
    float: right;
    font-size: 75%;
    position: relative;
    text-align: right;
}

/* Misc page elements */
div.spacer {
    clear: both;
}

.grip-show {
    display: none;
}

h1 {
    font-size: 20pt;
}

h1, h2, h3, h1 a, h2 a, h3 a {
    background: none;
    color: var(--black-color);
    font-weight: bold;
    text-decoration: none;
}

h2 {
    font-size: 16pt;
    margin-top: 1em;
}

h3 {
    font-size: 14pt;
    margin-top: 1em;
}

html > body .postbody a:link:after,
html > body .postbody a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    text-decoration: none;
}

hr {
    background-color: #999999;
    border-width: 0;
    height: 1px;
}

img,
.noprint,
#sub-header,
#sub-footer,
.navbar,
.box1,
.divider,
.signature {
    display: none;
}

/* List */
ol, ul {
    margin-left: 15pt
}

p {
    font-size: 85%;
}

.page-number {
    float: right;
    font-size: 75%;
    text-align: right;
    width: auto;
}

/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
.postbody a:link,
.postbody a:visited,
.postbody a:hover,
.postbody a:active {
    background: none;
    color: #666666;
    font-size: 100%;
    margin: -0.1em -0.2em;
    padding: 0.1em 0.2em;
    text-decoration: underline;
}

/* Dont want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited,
html > body .postbody .author a:link:after,
html > body .postbody .author a:visited:after,
.postquote .quote-by a:link, .postquote .quote-by a:visited,
html > body .postquote .quote-by a:link:after,
html > body .postquote .quote-by a:visited:after,
html > body .postbody h1 a:link:after, html > body .postbody h2 a:link:after {
    content: "";
    text-decoration: none;
}

/* Poster profile */
.postprofile {
    display: none;
}

/* Quote */
.postquote, blockquote {
    border: 1px #999999 solid;
    font-size: 85%;
    line-height: 1.5em;
    margin: 1em 18% 1em 4%;
    padding: 0.5em;
    position: relative;
}

.postquote img {
    display: none;
}

.postquote span {
    display: block;
}

.postquote span .postquote {
    font-size: 100%;
}

.quote-by, blockquote cite {
    color: black;
    display: block;
    font-weight: bold;
}

/* Accessibility tweaks: Mozilla.org */
.skip_link {
    display: none;
}

/* Container for the main body */
#wrap {
    margin: 0 2em;
}
