/**
 * CSS for printing
 */

body {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    font-size: 14px;
    width: 600px;
}

div#logo > img {
    display: none;
}

span#logo_print { 
    width: 100%;
    display: block;
}
span#logo_print img {
    display: block;                    
    float: none;
    margin: auto;
}

div#widget0-navbar {
    display: none;
}

div#postheader {
    height: 61px;
    width: 600px;
    float: left;
    padding: 5px 0 14px 0;
}

div#postheader img {
    width: 600px;
    height: 61px;
    padding: 0;
    margin: 0;
    z-index: -50;
    position: absolute;
}

div#postheader h1 {
    width: 100%;
    padding: 2px 4px;
    font-size: 24px;
    color: white;
}

div#postheader h1 a {
    color: white;
}

div.entry {
    clear: both;
}

div.meta {
    display: none;
}

div#sidebar {
    display: none;
}

div.feed_holder { 
    display: none;
}

div.post, div.page {
    padding-bottom: 5px;
}

div.post img, div.page img, div#person img {
    border: none;
    float: right;
    background: #fff;
    margin: 3px 0px 14px 28px;
    padding: 3px 0 3px 3px;
}

a {
    text-decoration: underline;
    color: inherit;
}

div#footer {
    clear: both;
    margin: 0;
    width: 600px;
    color: #fff;
    background-color: #912;
    height: 2em;
}

div#footer > div {
    width: 50%;
    background-color: #912;
    padding: 4px 0;
}

div#footer div a {
    padding: 2px 5px;
}

div#footer .link-l {
    float: left;
    text-align: right;
}
div#footer .link-r {
    float: right;
    text-align: left;
}

div#footer .link-r a {
    border-left: 2px solid #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

a.more-link {
    text-decoration: none;
}

table.people td.name {
    width: 190px;
}
table.people td.title {
    width: 190px;
}
table.people td.email {
    width: 170px;
}

#content .subtitle {
    color: #912;
}

div#maincontent h3 + ul {
    margin-top: 0;
}
