/* Print Styles for Stewardship of Life */

@font-face {
    font-family: "Fertigo Pro";
    src: url('../Fertigo_PRO.otf');
}

body {
    color: #111;
    font-size: 12pt;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 18pt;
}

h1, #topnav, #sidebar, #post-info, #comments, .commentlist, #respond, #footer, img {
    display: none;
    visibility: hidden;
}

h2, h3, h4, h5, h6 {
    font-family: "Fertigo Pro";
}

p.meta {
    font-style: italic;
}

blockquote {
    padding-left: 30px;
    font-style: italic;
    margin-bottom: 10px;
    background: url('../../images/quote.png') top left no-repeat transparent;
}

    blockquote p:last-child {
	font-style: normal;
    }

a:after {
    content: " (" attr(href) ") ";
}

    a[href^='http://bible.oremus.org']:after {
	content: '';
    }

a[href$='.jpg'], a[href$='.png'], a[href$='.gif'] {
    display: none;
    visibility: hidden;
}

#print-info {
    border: 1px solid #ccc;
    background: #ddd;
    margin-top: 40px;
    padding: 10px 20px;
    font-size: 10pt;
    line-height: 12pt;
    width: 400px;
}