
/* == Wrap == */
#wrap {}

/* == Header == */
#header {}
    #search-wrap {}

/* == Content == */

    /* Structure */
    #content {}
        #primary {}
        #secondary {}

    /* General */
    #featured-item {}
    #recent-items {}

    #featured-exhibit {}

    #pagination-top {}
    #pagination-bottom {}

    /* Navigation */
    #primary-nav {}
    #secondary-nav {}

    /* Advanced Search */
    #advanced-search-form {}
        #submit_search_advanced {}

    /* Home Page */
    #featured-collection {}

    /* Items Pages */
    #extended-metadata {}
        #item-type {}

    #item-metadata {}
        #item-publisher {}
        #item-creator {}
        #item-description {}
        #item-relation {}
        #item-spatial-coverage {}
        #item-rights {}
        #item-source {}
        #item-subject {}
        #item-additional-creator {}
        #item-format {}
        #item-contributor {}
        #item-rights-holder {}
        #item-provenance {}
        #item-date {}
        #item-temporal-coverage {}
        #item-date-added {}
        #item-collection {}
        #item-files {}
        #item-tags {}
        #item-citation {}

    #next-item {}
    #previous-item {}

        /* Search Results */
        #advanced_search_header {}
        #primary #basic_search_header {}
        #primary #submit_search {}

    /* Exhibits Pages */
    #exhibit-nav {}
    #exhibit-summary {}
    #exhibit-show {}

    /* Collections Pages */
    #collection-description {}
    #collectors {}

div.tag-fluid-column {
    -webkit-column-width: 14em;
    -moz-column-width: 14em;
    -o-column-width: 14em;
    -ms-column-width: 14em;
    column-width: 14em;

    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    -o-column-gap: 1em;
    -ms-column-gap: 1em;
    column-gap: 1em;

    -webkit-column-rule: thin solid LightGray; 
    -moz-column-rule: thin solid LightGray; 
    -o-column-rule: thin solid LightGray; 
    -ms-column-rule: thin solid LightGray; 
    column-rule: thin solid LightGray; 
    }

.no-csscolumns div.tag-fluid-column {
    float: left;
    margin: 0 0 20px;
    }
.no-csscolumns div.tag-fluid-column li {
    float: left;
    width: 220px;
    text-indent: 0px;
    margin-right: 25px;
    }
    

div.tag-fluid-column ul {
    text-indent:-15px;
    list-style-type: none;
    }

/* == Footer == */
#footer {}
