/* ========== Links inside of text ==========

    NOTE: Changes here will be inherited into the link types below as well, unless overridden
    specifically for those types
 */
#content a:link, #content a:visited{
    /*color:#222222;*/
    color:#BD3632;
}

/* --- Links inside header tags */
#content h1 a:link, #content h2 a:link, #content h3 a:link, #content h4 a:link, #content h5 a:link, #content h6 a:link,
#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, #content h4 a:visited, #content h5 a:visited, #content h6 a:visited{
    color: #BD3632; /* red */
}

/* --- Links inside bylines */
#content .byline a:link, #content .byline a:visited{
    color: #555555;
}

/* --- Resource Links (buttons) */
#content a.resource_links {
    color: #BD3632; /* red */
}

/* ========== END of link color overrides */

.sectiontitles{
    border: 0;
}


.viewer {
    margin: 0;
    padding: 0;
    width: 900px;
}

div.ngg-gallery-thumbnail-box img {
    margin-left: 20px;
}

div.ngg-gallery-thumbnail {
    margin: 0;
}

div.ngg-gallery-thumbnail-box:first-child img {
    margin-left: 0; 
}

/* --- Removing margin from elements to make different sections look more uniform --- */

.entry-content {
    padding-top:0;
}

.section-titles {
    padding:0;
}

.one-column #content.new-section { padding-top:30px; padding-bottom:30px; }

#content.new-section p:last-child { margin-bottom:0; }

/* contain-float fix */
.entry-content { overflow:hidden; }

/* Default: hide slider under galleries; code makes them visible if needed (done here instead of editing every ngg template) */
.slider_wrap div[id^=slider] { display:none; }
