﻿
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
    * Don't show links for images, or javascript/internal links
    */
    #logo:after,
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Global hidden elements */
    .header-main .nav-collapse,
    .header-aux,
    .docs-header-mobile, 
    .sidebar,
    .breadcrumb,
    .wizard-step,
    .footer,
    span[class^="st_"],
    div[class^="st_"] {
        display: none !important;
    }

    .logo-wrap {
        float: none !important;
        text-align: left;
        max-height: 100% !important;
    }

    body {
        padding-top: 0 !important;
    }

    .navbar {
        position: static !important;
    }

    #logo {
        display: inline-block;
    }

    #Main {
        margin-top: 0;
    }

    .block > a {
        text-decoration: none;
    }

    .row-fluid .span6 {
        width: 100%;
    }

    .item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .item:after {
        clear: both;
        content: "";
        display: table;
    }

    .imagery {
        width: 30%;
        float: left;
    }

    .imagery a:after{
        display: none;
    }

    .caption {
        width: 70%;
        padding: 0 0 0 40px;
        float: right;
    }

    .caption a {
       text-decoration: none;
    }

    .caption .btn {
        display: none;
    }
    
    /* buttons */
    .btn {
        display: none;
    }

    .ctas{
        margin-bottom: 10px; /* match p margin bottom */
        border: 1px solid #ccc;
    }
}
