/* site-specific print css */
/* for site-specific print stuff not core gallery-site css */


/* print layout css for gallery websites */

body {
    padding: 0;
    margin: 0;
    height: auto;
    width: 980px;
    font-size: 16px;
    background-color: #FFFFFF;
    background-image: none;
}

.printonly {
    display: block;
}
.noprint {
    display: none;
}

/* -----------------------------------------------------------
       Generic
    ----------------------------------------------------------- */
    #container {
        padding-top:0;
    }

    #logo a, #logo a:visited {
        text-decoration: none;
        color: #4E4E4E;
        font-size: 33px;
        font-family: 'Ashbury', 'Calluna', Georgia, serif;
    text-transform: uppercase;
    font-weight: 200;
    color: #2C2B2A;
    margin: 0 0 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

            #top_nav .topnav {
                display: none;
            }

        #artwork_filter_nav,
        #top_nav .nav_wrapper,
        .artworks-page-detail-view-container .artworks-header .share_link,
        .page_stats{
            display:none;
        }
        #image_gallery #content_module .subtitle, .section-exhibitions #scrolling-page-inner #image_gallery #content_module .subtitle {
            font-size: 18px;
            line-height: 30px;
            letter-spacing: 1px;
            margin: 0;
            padding: 0;
            border-bottom: 0;
            text-align: left;
            padding-top: 30px;
        }