/**
 * Print stylesheet for post45.org
*/

@media print {
    #header, #site-nav, #footer, .staging-header, .sidebar-left, .cluster-nav,
    .cluster-link {
		display: none;
	}
    #print-header {
        font-family: "Helvetica", "Times New Roman";
        font-weight: bold;
        text-align: right;
        font-size: 18pt;
        margin-top: 50px;
        margin-bottom: 2px;
        display: block;
    }
    .print-cluster-title {
        font-family: "Helvetica", "Times New Roman";
        float: right;
        text-align: right;
        font-size: 14pt;
        display: block;
        max-width: 3in;
        line-height: 1.3;
    }

    .banner {
        background-image: none !important;
        height: auto;
        position: static;
    }
    .banner-text {
        position: static;
        margin-bottom: 2in;
    }

    .banner-text h1>a, .banner h2.byline, .banner p.publication-date {
    	color: black;
    	background-image: none;
     }

     .banner h2.byline, .banner p.publication-date {
         margin-left: 1in;
     }

     .banner h2.byline {
         font-weight: normal;
         padding-right: 0;
         line-height: 26px;
         margin-top: 0;
     }

     .banner p.publication-date {
         margin-left: 1in;
         font-size: 18pt;
     }

    div#main {
        border: none;
    }

    body {
        background: white !important;
        color: black;
    }

    #container {
        width: auto;
        margin: 0 50px;
    }

    #content, #page {
        width: 100%;
        margin: 0;
        float: none;
    }

    .contemporaries-content {
        width: 800px;
    }

    .post .pf-content>p:first-of-type:first-letter {
        /* Drop cap for first letter in article
         */
          float: left;
          font-family: Georgia;
          font-size: 75px;
          line-height: 60px;
          padding-top: 4px;
          padding-right: 2px;
    }

    .post .pf-content>p[style]::first-letter{
        /* Remove drop cap if article begins with an epigraph */
        float: initial;
        font-size: 14pt;
        line-height: 1.3;
        padding: 0;
    }

    .post .pf-content>p:first-of-type {
        text-indent: 0;
    }

    .post p {
        font-size: 14pt;
        line-height: 1.3;
        text-align: justify;
        hyphens: auto;
    }
	
	.post{ padding:0;}

    p[style="padding-left: 60px;"] {
        padding-right: 60px !important;
        text-indent: 0;
        margin: 18pt 0;
    }

    p[style="padding-left: 60px;"] + p {
        text-indent: 0;
    }

    .footnote {
        font-size: 12pt;
        line-height: 1.3;
        text-align: justify;
        hyphens: auto;
    }

    h1 {
        font-size: 24pt;
    }
    h2, h3, h4 {
        font-size: 16pt;
        margin-top: 25px;
    }

    h1.title {
        width: 4.5in;
        margin-top: 2in;
        margin-left: 1in;
    }
    h1.title a {
        text-decoration: none;
    }
    p.byline {
        color: black;
		font-size: 18pt;
        text-indent: 0;
        margin-top: .125in;
        margin-bottom: 2in;
        margin-left: 1in;
	}

    img {
        max-width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after:avoid;
        page-break-inside:avoid;
    }
    img {
        page-break-inside:avoid;
        page-break-after:avoid;
    }
    blockquote, table, pre {
        page-break-inside:avoid;
    }
    ul, ol, dl  {
        page-break-before:avoid;
    }

    a:link, a:visited, a {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }

    @page {
        margin: 1.75cm 1cm;
      }
	
	.yarpp-related {display:none;}
}
