/*
V3 print stylesheet, for pages that aren't print-optimized
by rmuser
19 November 2007
http://emptv.com/
*/

body
{
    background-color: transparent;
    color: #000;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 10pt;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

#sidebar, #footer, form
{
    display: none;
}

h1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18pt;
    line-height: normal;
    padding: 0;
    text-align: center;
}

h2, h2.title
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
}

h2 a, h2.title a
{
    text-decoration: none;
}

a
{
    color: #000;
    font-weight: bold;
}

blockquote
{
    border-left: solid 3px #000;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 9pt;
    margin-left: 30px;
    margin-right: 30px;
    padding: 1px 3px 0px 3px;
}

pre
{
    border: solid 1px #000;
    font-family: Courier New, Courier, monospace;
    font-size: 8pt;
    margin-left: 30px;
    margin-right: 30px;
    padding: 4.5pt;
}

blockquote p
{
    padding: 4.5pt;
    margin: 0px;
}

.byline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.date
{
    font-weight: normal !important;
    text-decoration: underline;
}

.disabled
{
    color: #999;
}

.right
{
    text-align: right;
}

.pagination
{
    font-size: 9pt;
}

a.page
{
    border: solid 1px #000;
    font-weight: normal;
    margin: 1px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

.pagination .current
{
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px 2px 5px;
}

.catlist
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

hr
{
    width: 50%;
    height: 1px;
    border: 0px;
    background-color: #000;
    color: #000;
}

.update
{
    padding-bottom: 20px;
}

.quote
{
    margin: 0px 12px 0px 12px;
    padding: 2px;
}

.warning
{
    font-weight: bold;
}

table.archives, table.archives tr, table.archives th, table.archives td
{
    font-size: 9pt;
    line-height: 1.5;
    vertical-align: top;
}

table.chairs, table.chairs tr, table.chairs th, table.chairs td
{
    font-size: 9pt;
    line-height: 1.5;
    vertical-align: top;
}

table.chairs th
{
    text-align: right;
    white-space: nowrap;
}

a.linklink
{
    width: 15px;
    height: 15px;
    border: 0px;
}

a.linklink img
{
    vertical-align: middle;
}

img
{
    border: 0px;
}

ul.collapsible
{
    list-style: none;
    margin: 4px;
    padding-left: 16px;
}

ul.collapsible li ul.collapsible
{
    margin: 0px;
}

.reply
{
    border: solid 1px #000;
    margin-top: 15px;
}

.replybyline
{
    border-bottom: solid 1px #000;
    color: #000;
    margin: 0px;
    padding: 3px;
    font-size: 9pt;
    text-align: right;
}

.replybyline div
{
    display: inline;
}

.reply-highlight
{
    border: solid 1px #000;
    margin-top: 15px;
}

.replyname
{
    float: left;
}

a.replylink
{
    font-weight: normal;
}

.replytext
{
    padding: 6px;
}

code
{
    font-family: Courier New, Courier, monospace;
    font-size: 9pt;
}

.midline
{
    vertical-align: middle;
}

