/* the base.css file is for things that are less commonly changed */
/* however, it is not unlikely you will want to change #index nav rules */

/* general styles - not recommended for change */
strong, b { font-weight: bold; }
em, i { font-style: italic; }
object { display: block; }
.once { clear: left; }
.clL { clear: left; }

/* this is to prevent some background colors on links in exhibits */
/* do not change these */
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }


/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ cursor: pointer; font-weight: normal; letter-spacing: 0.01em; }

#index .section li {
    margin-bottom: 0.2em;
}

#index ul.section span.section_title, #index ul.section span.active_section_title,
#index ul.section span.section_title, #index ul.section span.active_section_title a {
	font-weight: bold;
}

/* sub-section titles */
#index ul.section span.subsection_title, 
#index ul.section span.subsection_title a { 
    cursor: pointer;
}

/* affect subsections container */
#index ul.subsection { /* padding-left: 18px; */  }

/* top/bot divs - not really used but do exist */
#index .top { margin-bottom: 10px; /* height: 36px; */ }
#exhibit .top { display: none; }

#img-container .captioning .caption { text-align: left; }