@media print {
    body {
        background: white;
        color: black;
        margin: 0 auto;
width: 75%;
text-align: centered;
        font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
font-size: 85%;
line-height: 125%;
    }
a {text-decoration: none;
color: inherit;
}
#content, .post  {
text-align: justify;
}
h1,h2,h3,h4,h2 a, h3 a, h4 a { font-family: "century gothic", "urw gothic", futura, sans-serif; font-weight: normal; 
color: #a53; text-align: center;
}
.description {
    font-variant: small-caps;
    text-align: center;
    letter-spacing: .1em;
}
.entryauthor { 
    text-align: center; 
    font-variant: small-caps; 
    font-size: 85%; 
    font-family: futura, "gill sans", "Trebuchet MS", sans-serif;
    letter-spacing: .1em;}

#footer  {display: none; }
#respond, #comment, #submit, .breadcrumb, .navigation {display: none; }
h1 {
    font-size: 22pt;
    text-transform: uppercase;
    letter-spacing: .5em;
}
blockquote, .quote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    font-size: 90%;
    line-height: 1.3em;
}
}

