@media print {
    /* ##### Only show main post ##### */
    body.single-format-standard .container.main > .row-fluid > .left-col {
        width: auto;
        border-right: none;
        padding: 0;
    }

    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard {
        margin: 0;
    }

    /* ##### Post related ##### */

    /* Hide everything */
    body.single-format-standard header#header,
    body.single-format-standard > .subheader,
    body.single-format-standard footer#footer,
    body.single-format-standard .container.main > .row-fluid > .right-col,
    body.single-format-standard .static-similar-container,
    body.single-format-standard .container.main > .row-fluid > .left-col * {
        display: none !important;
    }

    /* Show block tags */
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard > header,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h1,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h2,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h3,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h4,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h5,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard h6,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard blockquote,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard ul,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard ol,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard li,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard p {
        display: block !important;
    }

    /* Show inline tags */
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard p span,
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard a {
        display: inline !important;
    }

    /* Hide - second pass */
    body.single-format-standard .container.main > .row-fluid > .left-col > .post.format-standard p.cats {
        display: none !important;
    }

    /* Style */
    body.single-format-standard .container.main > .row-fluid > .left-col h2,
    body.single-format-standard .container.main > .row-fluid > .left-col h3,
    body.single-format-standard .container.main > .row-fluid > .left-col h4 {
        border-bottom: none;
    }

    body.single-format-standard .container.main > .row-fluid > .left-col blockquote {
        border-left: 1px solid #aaa;
        padding-left: 20px;
    }
}