#sitecontainer {
    max-width: 1180px;
    margin: 0 auto;
}
/** Breadcrumbs ************/

#breadcrumb {
    margin: 0 0 1em 0.5em;
}
#breadcrumb ul {
    padding: 0;
}
#breadcrumb ul li {
    font-size: 0.85em;
    list-style-type: none;
    float: left;
}
#breadcrumb ul li a {
    padding: 0.5em;
    text-decoration: none;
}
#breadcrumb ul li:before {
    content: "/";
}
#breadcrumb li.breadcrumb-0.first:before {
    content: none;
}
#breadcrumb ul li.current:before {
    padding-right: 0.5em;
}
#breadcrumb ul li a.active-trail {
    color: #01528B;
}
#breadcrumb a:hover {
    text-decoration: underline;
}
/** Search **/
#block-search-form {
    float: left;
    margin-top: 1em;
}
.responsive-layout-narrow #block-search-form {
    margin-top: 3em;
}
/** Footer ***************/
#section-footer {
    border-top: 9px #01528B solid;
    background: #e7e7e7;
    padding-top: 1em;
    margin-top: 2em;
}
#zone-footer {
    margin-bottom: 30px;
}
#zone-footer p, #zone-footer ul {
    font-size: .9em;
}
/* Resource template */
/*Download */
h2.label-above {
    font-size: 1.2em;
    font-weight: normal;
}
.field-resource-download-wrapper {
    padding: 1em;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
}
.field.field-name-field-resource-url.field-type-link-field.field-label-hidden {
    text-decoration: underline;
    line-height: 2em;
}
/*Citation etc */
.field-name-field-resources-author-year-display-ds-field {
    margin-bottom: 0.25em;
    font-size: 0.90em;
    color: #333;
}
.field.field-name-field-resource-citation.field-type-text-long.field-label-hidden {
    font-size: 0.90em;
    color: #666;
}
.field.field-name-field-resource-thumbnail.field-type-image.field-label-hidden {
    float: right;
    margin: 1em;
    border: 1px solid #ccc;
}
/* Plain english description */
.field.field-name-field-description.field-type-text-long.field-label-hidden {
    margin-bottom: 2em;
    color: #333;
    padding: 0.5em 0 0.25em 0;
}
/* Publications thumbnail ---change class - is this class used for other images?*/
img.caption {
    float: right;
    margin-left: 1em;
    box-shadow: 10px 10px 5px #DBDBDB;
}
/* Resources view */
.views-field-field-teaser {
    margin-bottom: 0.35em;
    color: #333;
}
#toolbar {
    z-index: 2020;
}

