/* ----------------------------------------------------------------------------------------------------------------------------

    print.css

    +top

---------------------------------------------------------------------------------------------------------------------------- */


/* Hide Stuff */
#header,
#footer,
.navbar,
fieldset,
.article-actions { display: none; }

/* Set default options for printing */
* { margin: 0; padding: 0; behavior: none !important; filter: none !important; }
body { font-family: arial, sans-serif; font-size: 10pt; line-height: 16pt; width: 100%; }
#content { padding: 20px 0; }
a { color: #888; text-decoration: none; }
figure { max-width:400px; max-height:300px; margin-bottom:20px; }
figure img { max-width:400px; max-height:300px; }
img { border: none; }
table { margin-bottom: 15px; }

p { margin-bottom:12px; }

/* Headings */
h1, h2, h3, h4, h5 { font-family: arial, sans-serif; font-weight: bold; margin-bottom: 15px; }
h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }
h6 { font-size: 10pt; }

.banner h1 { color:#888; font-weight:normal; font-size:18pt; }
