/* HTML ELEMENTS */
body {
    background: #381f2a;
    color: #e3d6b6;
}

a:link, a:visited, h1, h2, h3, h4, h5, h6, p {
    color:#e3d6b6;
}

dl {
    background: #fffff0
}

dt {
    background: #ddddd0;
}

/* PAGE SECTIONS */

#header {

}

#content {
    /*background-color: #fff;*/
}

#footer {

}

/* NAVIGATION SECTIONS */
#top-navigation {
    border-bottom: 1px solid #666;
}



#bottom-navigation {
    border-top: 1px solid #7e7662;
}

#top-navigation a:link,
#top-navigation a:visited {
    /*color: #fff;*/
}

/* EXHIBIT PROVIDERS */

#exhibit-providers a:link,
#exhibit-providers a:visited{
    /*color: #fff;*/
}

/* EXHIBITS THEME PAGE ************************************************/

.exhibit-theme-image-overlay {
    background: transparent url(../images/circle-overlay-100.png) top left no-repeat;

}


.theme-img-overlay {
    background: transparent url(../images/circle-overlay-100.png) top left no-repeat;
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}

#site-title-small{
	/* hide the border underneath */
	background-color: #381F2A;
}



/* EXHIBIT INTRO/STORY PAGE ********************************************/
#in-focus,
#__seadragon1 {
    background-color: transparent !important;
    border: none !important;
    color: white; /* for error messages, etc. */
}

#exhibit-item-thumbnails {
    background: transparent;
}

#exhibit-image-border {
    background: transparent url(../images/image-border.png) top left no-repeat;
}

.icon.arrow {
    background: transparent url(../images/arrow-right.png) top right no-repeat;
}

.icon.arrow.left {
    background: transparent url(../images/arrow-left.png) top left no-repeat;
    margin-right: .5em;
}

/* ZOOMIT ETC. */


#media_wrapper .full, #media_wrapper .tmp-img, #zoomit_window{
  border: 1px solid #e3d6b6;
}

