/*
fristcenter.css
Frist Art Museum
Created by Jesse Bunch on 2011-03-30.
Copyright 2011 Paramore,the digital agency (paramore.is). All rights reserved.
*/

/* to enable the "expanded" layout, uncomment this line */
/*@media all and (min-width: 600px) and (max-width:1480px) {*/
@media all and (min-width: 700px) and (max-width:10000px) {

    #main-content-wrap {
        width: 960px;
    }

    #left-column-content-wrap {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #interior-page-container {
        width: 700px;
    }
    #page-wrap {
        min-width: 1005px;
    }
    #interior-left-column {
        width: 450px;
    }
    #interior-callout-well {
        width: 790px;
    }
    #interior-callout-well .interior-callout-notes {
        padding-right: 15px;
    }

    #feature-image-rotate li {
        margin: 0 auto;
        padding: 0;
        max-width: 700px;
        max-height: 450px;
        overflow: hidden;
        width: 100%;
    }

    #feature-image-rotate li.padded {
        padding: 0 5px;
    }

    #back-to-top-btn {
        display: none;
    }
    #audio-tours-thumb {
        margin-right: 20px;
    }
    #audio-tours-title-wrap {
        float: left;
        width: 441px;
    }

}