/* @group GLOBAL BASE */

/*
**  COPYRIGHT:      ©2007 Jamie Peloquin <http://www.jamiepeloquin.com>
**  CSS VERSIONS:   1::2.1
**  REV: $Rev: 21775 $ on $Date: 2019-11-14 17:11:34 -0500 (Thu, 14 Nov 2019) $ by $Author: aherzog $
*/

/* @group LAYOUT */

/* @group Reset */

* { margin: 0; padding: 0; }


body { position: relative; }

p, ul, ol, li, blockquote, h2, h3, h4, h5, h6, pre { margin: 1.3em 0; }
div.component li { margin: 0 0 0 2em; }
li, dd, blockquote { margin-left: 2em; }

* a { position: relative; z-index: 1;}
a, a img { border-width: 0px; }

/* @end */

/* @group Forms */

form {margin: 0 auto; position: relative;}
form .left {margin-right: 20px;}
form .field {
    line-height: 1.3em;
    padding: .3em;
}

fieldset {
	position: relative;
	margin-bottom: 2em;
	border: 1px dashed #888;
	}

legend {
	font-size: 14px;
	color: #888;
	padding: 0 .25em;
	background-color: #fff;
	}

/* IE 7 fix */
*:first-child+html fieldset {
	padding: auto 1em;
}

#content input, #content textarea {
	font-size: 11px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

#content input[type='submit'], #content input[type='button'] {
	font: menu;
	font-weight: bold;
	font-size: 11px;
}
label, legend {font-weight: bold;}
label + br {margin-bottom: 2px;}

input.full_width, textarea.full_width {
    width: 96%;
}

input.half_width, textarea.half_width {
    width: 46%;
}

fieldset.radiogroup span span {
    display: block;
}

form .error {
    color: black !important;
    border: 1px solid red;
}
form .error .error_message {
    color: red !important;
    font-weight: bold;
    display: block;
}

form .form_error_message {
    color: red !important;
    font-size: 13px;
    font-weight: bold;
    margin: 1em 0;
}

/* @end */

.clear,       .clearfloat       { clear: both;  }
.clear_left,  .clearfloat_left  { clear: left;  }
.clear_right, .clearfloat_right { clear: right; }

.hide { display: none; }

/* @end */

/* @group TYPOGRAPHY */


/* SAFARI TYPE-WEIGHT FIX */
body { -webkit-text-stroke:1px transparent; }

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
/* /// */

body * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

h1 { font-size: 36px; font-weight: normal; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

label, .label { font-weight: bold; }

.alert, .required, .error { color: #C00 !important; }
input.required  { color: #000 !important; }

ul.nomarker, ol.nomarker {
	list-style: none !important;
	padding-left: 0 !important;
}

ul.nomarker li, ol.nomarker li {
	margin-left: 0 !important;
}

.contributed_by {
	font-size: 85%;
	font-weight: normal;	
}

/* @end */

/* @group PAGINATION */

.multi_page_header {
	color: #888;
	font-size: .875em;
}


div.multi_page_footer {
	clear: both;
}

div.multi_page_footer ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 1.4em 0;
	list-style: none;
}

div.multi_page_footer li, div.multi_page_footer a {
	float: left;
	position: relative;
	display: block;
	padding: .5em .75em;
	margin: 0;
}

div.multi_page_footer ul li{
	margin: 0 .25em;
}

div.multi_page_footer a {
	/*border: 2px solid #ddd;*/
	text-decoration: underline;
	white-space: nowrap;
}

div.multi_page_footer ul li a {
	float: none;
	margin: -.5em -.75em;
	border-color: #fff;
	text-decoration: underline;
}

div.multi_page_footer ul li.current_page a {
	background-color: #fdfdd9;
}

div.multi_page_footer a:link:hover, div.multi_page_footer a:visited:hover {
	border-color: inherit;
}

/* @end */

/* @group ACCESSIBILITY */

dfn.accessibility {
    position: absolute;
    left: -6000px;
    }

#nav-accessibility {
    position: absolute;
    left: -6000px;
    }

/* @end */

/* @group PRINT */

@media print {

.pgbreak {
    page-break-after: always;
}

}



/* @end */

/* @end */

/* styling taken from VMI */
.zoom_trigger {
    cursor: pointer;
    position: absolute;
    top: 11px;
    left: 12px;
    background-color: white;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.zoom_trigger img {
    border: none !important;
}

.zoom_container {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 700px;
    height: 400px;
    background-color: white;
    border: 8px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.45);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.45);
    box-shadow: 0 4px 8px rgba(0,0,0,.45);
}

.zoom_container.fullpage {
    top: 0 !important;
    left: 0 !important;
}

.zoom_container a.zoom_close {
    height: 20px;
    width: 20px;
    z-index: 10001;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
}

/* @group THEME LAYOUT */

/*
**  COPYRIGHT:      ©2006 Jamie Peloquin <http://www.jamiepeloquin.com>
**  CSS VERSIONS:   1::2.1
**  FILE URI:       sitebuilder/classic/layout.css
**  TEMPLATE:       Classic
**  REV:            $Rev: 20305 $ on $Date: 2018-09-19 22:39:27 -0400 (Wed, 19 Sep 2018) $ by $Author: aherzog $
*/

html {
    background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
}

html#script {
    background-position: left 0;
}

body {
	background-repeat: repeat-x;
	background-position: left bottom;
}


#pageshadow, #page-wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto;
}
    
#mmn-bar {
    position: relative;
    height: 30px;
	z-index: 100;
}

#mmn-bar a#mmn-bar-linkbutton {
	position: absolute;
	width: 145px;
	height: 30px;

    /* Win IE <=6 */
	right: 0px;
	top: 0px;
    background-image: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( 
        src='classic/common/mmn-link-btn.png', 
        sizingMethod='crop' 
    );
	z-index: 1;
}

#mmn-bar > a#mmn-bar-linkbutton {
    /* correct for compliant browsers */
	top: -1px;
	background-image: url(../common/mmn-link-btn.png);
	background-repeat: no-repeat;
}



#masthead {
    height: 90px;
}

#masthead h1 {
    position: relative;
    z-index: 2000;
}

#nav-breadcrumb { height: 40px; }


    
#content-wrapper-outer { background-repeat: repeat-y; }



#nav-main {
    float: left;
    position: relative;
    margin-right: 17px;
    list-style: none;
    width: 170px;
    border-style: solid;
    border-width: 2px 0px;
}

#nav-main li {
    position: relative;
    width: 170px;
    margin: 0;
    margin-bottom: -1px;
    border-width: 0px;
}

#nav-main li a {
    display: block;
    position: relative;
    width: 144px;
    margin: auto;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#nav-main li a#nav-main-on {
	background-repeat: no-repeat;
	background-position: left bottom;
}
    

ul.subnav {
	position: relative;
	margin: 0 auto;
	width: 140px;
	padding: 0 8px;
    list-style: none;
    overflow: hidden;
    display: none;
}

#subnav-on ul.subnav {
	display: block;
}
    
#nav-main ul.subnav li {
	width: 140px;
	margin: 0;
}
    
#nav-main ul.subnav li a {
	width: 140px;
}

#content-wrapper-inner {
    position: relative;
    float: left;
    width: auto;
    padding-bottom: 50px;
    background-image: none;
}


#inner-content {
    float: left;
    position: relative;
    padding: 0 20px;
    width: 503px;
}


#inner-content #inner-content-cap-top, #inner-content #inner-content-cap-bottom {
    height: 0px;
    width: 0px;
}


#inner-content .photobox-center img, #inner-content .photobox-left img, #inner-content .photobox-right img { border: 1px solid; }

#inner-content .photobox-center, #inner-content .photobox-left, #inner-content .photobox-right {
	position: relative;
	display: block; 
    text-align: center;
    margin: 0 0 1em 0;
    border: 1px solid;
    padding: 10px;
}

#inner-content .photobox-right { float:right; clear:right; margin-left: .75em; }

#inner-content .photobox-left { float:left; clear:left; margin-right: .75em; }

#inner-content .photobox-center { float:none; clear:both; margin: 3em auto; }

div#inner-content .contributed_by {
    display: block;
    padding-top: 10px;
}

dl.linklist {
    border-left: 1px dashed;
    padding-left: 1em;
    margin-top: 2em;
}

dl.linklist dt, dl.linklist dd {
    padding: 0;
    margin: auto 0;
}

dl.linklist dd { font-size: 11px; margin-bottom: .75em;}



div.gallery {
	clear: both;
	float: none;
	border: 1px solid;
	margin-left: -21px;
	margin-right: -18px;
}

div.gallery ul {
	list-style: none;
	padding: 0;
	margin: 1em 0;
	overflow: hidden;
}

.nosidebar div.gallery {
	margin-left: -16px;
	margin-right: -16px;
}

div.gallery li {
	float: left;
	padding: 0;
	width: 180px;
	height: 214px;
	margin: 13px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.nosidebar div.gallery li {
	margin: 7px;
}

div.gallery li a {
	display: block;
	width: 144px;
	height: 185px;
	margin: 16px auto;
}

div.gallery li img, div.gallery li cite {
	display: block;
	text-align: center;
}

div.gallery li img {
	border: 1px solid;
	border-color: #aaaaaa;
	margin: 0 auto .75em auto;
}



#itemdetails {
	margin-top: 1.5em;
	margin-left: -16px;
	margin-right: -16px;
	padding: 0;
	border: 1px solid;
}

#itemdetails .titleblock {
	padding: 12px 15px 0 15px;
	margin: 0;
	border-bottom: 1px solid;
}

#itemdetails .titleblock .tools {
	text-align: right;
	position: relative;
	margin-top: -18px;
	margin-bottom: 12px;
}

#itemdetails .photobox-wrapper {
	position: relative;
	margin: 1.4em auto;
	width: 565px;
	padding: 0;
}

#itemdetails .photobox-wrapper img {
	display: none;
}

#itemdetails .photobox {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 1;
	border: 1px solid #bbb;
	background: #f6f6f6 url(common/bg-detail-photobox.png) repeat-x left bottom;
}

#itemdetails .photobox img {
	position: relative !important;
	display: block;
	margin: 0 auto;
	border: 1px solid #bbb;
}

#itemdetails .photobox .tools {
	padding: 12px;
}

#itemdetails #detailedinfo {
	padding: 0 15px;
}

#itemdetails #detailedinfo li {
	margin: 0 0 .5em 0;
}

#outer-sidebar {
    float: left;
    position: relative;
    margin-left: 16px;
}

#inner-sidebar {
    position: relative;
    padding-left: 12px; /* Win IE <=6 */
	padding-top: 2em;
	padding-bottom: 2em;
    width: 200px;
}

div > #inner-sidebar { padding-left: 13px; } /* correct for compliant browsers */


div.sidebar-item {
    margin-bottom: 16px; 
    text-align: center;
}

div.sidebar-item > p:first-child {
	margin-top: 0;
}


div.imgpos-center img, div.imgpos-left img, div.imgpos-right img { position: relative; }

div.imgpos-center {
	margin: auto;
}

div.imgpos-left img {
	float: left;
	margin-right: 1em;
}

div.imgpos-left p {
	text-align: left;
}

div.imgpos-right img {
	float: right;
	margin-left: 1em
}

div.imgpos-right p {
	text-align: left;
}


#footer {
	display: block;
	width: auto;
    padding-top: 12px;
    height: 48px;
}



/* @group NOSIDEBAR */
div.nosidebar #content-wrapper-outer { background-image: none; }

div.nosidebar #inner-sidebar { display: none; }

div.nosidebar #inner-content {
	float: none;
    position: relative;
    padding: 0 15px;
    width: 600px;
    margin: 0;
    border: 1px solid;
    border-width: 0 1px;
}

/* @end */



/* @group EXHIBITS */

body.exhibit #nav-main { display: none; }


body.exhibit #inner-content {
    border: 1px solid;
    border-width: 0px 1px;
}

body.exhibit-essay #inner-content {
    padding: 0 15px;
    width: 556px;
}

body.exhibit div.nosidebar #inner-content {
    float: none;
    position: relative;
    padding: 0 15px;
    width: 640px;
    margin: 0;
}

body.exhibit-slide div.nosidebar #inner-content, body.exhibit-list div.nosidebar #inner-content {
	width: 736px;
}


body.exhibit-essay #inner-content .photobox-center, body.exhibit-essay #inner-content .photobox-right, body.exhibit-essay #inner-content .photobox-left { 
    width: 179px;
    text-align: center; /* for img layout */
    border: 1px solid;
    padding: 10px;
    position: relative;
}

body.exhibit-essay #inner-content .photobox-right { float:right; margin-left: .75em; }
body.exhibit-essay #inner-content .photobox-left { float:left; margin-right: .75em; }

body.exhibit-essay #inner-content .photobox-top, body.exhibit-essay #inner-content .photobox-bottom { 
    height: 0px;
    width: 0px;
}
    
body.exhibit-essay #inner-content .photobox-center cite, body.exhibit-essay #inner-content .photobox-left cite, body.exhibit-essay #inner-content .photobox-right cite { 
    display: block;
    padding: 10px 0;
    width: 100%;
}

body.exhibit #inner-content #paginationbar-top {
    position: relative;
    width: 735px;
    height: 64px;
    background-repeat: repeat-x;
    margin: 1.5em 0;
    overflow: hidden;
}

body.exhibit #inner-content #paginationbar-bottom {
    position: relative;
    width: 735px;
    height: 44px;
    background-repeat: no-repeat;
    margin: 1.5em 0;
    overflow: hidden;
}

body.exhibit #inner-content div.paging-info {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 15px;
    width: 250px;
    height: 32px;
}

body.exhibit #inner-content div.paging-back {
    position: absolute;
    top: 0px;
    left: 300px;
    padding: 0 15px;
    width: 250px;
    height: 32px;
}

body.exhibit #inner-content div.paging-links {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 15px;
    width: 250px;
    height: 32px;
}

body.exhibit #inner-content div.viewtype {
    position: relative;
    top: 32px;
    width: 735px;
    height: 21px;
    overflow: hidden;
}

body.exhibit #inner-content div.viewtype a {
    float: left;
    width: auto;
    height: 20px;
    border: 1px solid;
    border-width: 0 1px 1px 1px;
    padding: 0 1em;
	background-position: center bottom;
}

body.exhibit #inner-content .slide {
    position: relative;
    width: 100%;
    margin: 1.5em 0;
    border: 1px solid;
    background-repeat: repeat-y;
}

body.exhibit-list #inner-content .slide { margin: 3em 0; }


body.exhibit #inner-content .slide-top, body.exhibit #inner-content .slide-bottom {
    width: 0px;
    height: 0px;
}

body.exhibit-slide #inner-content .slide-photobox {
    float: left;
    width: 330px;
    padding: 0 5px;
}

body.exhibit-slide #inner-content .slide-photobox img { border: 5px solid; }

body.exhibit-slide #inner-content .slide-photobox cite { 
    display: block;
    margin: 1em 0;
}


body.exhibit-list #inner-content .slide-photobox {
    float: left;
    width: 210px;
    padding: 0 5px;
}

body.exhibit-list #inner-content .slide-photobox img { border: 5px solid; }

body.exhibit-list #inner-content .slide-photobox cite { 
    display: block;
    margin: 1em 0;
}


body.exhibit-slide #inner-content .slide-story {
    float: left;
    width: 350px;
    padding: 1em 20px 1em 20px;
}

body.exhibit-list #inner-content .slide-story {
    float: left;
    width: 470px;
    padding: 1em 20px 1em 20px;
}


body.exhibit-list #inner-content .slide-number {
    position: absolute;
    top: -32px;
    left: 313px;
    width: 80px;
    height: 31px;
    z-index: 1;
    background-repeat: no-repeat;
}

body.exhibit #inner-content a.btn-backtotop {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: auto;
    background-repeat: no-repeat;
}

a.btn-backtotop:hover { cursor: pointer; }

/* @end */

/* @group ZOOM */

.zoom #nav-main {
	display: none;
}

#page-wrapper.zoom #content-wrapper-inner {
	width: 660px;
}

#page-wrapper.zoom .photobox-wrapper {
	width: 625px;
}

/* @end */

/* @end */






/* @group THEME TYPOGRAPHY */

/*
**  COPYRIGHT:      ©2007 Jamie Peloquin <http://www.jamiepeloquin.com>
**  CSS VERSIONS:   1::2.1
**  FILE URI:       sitebuilder/classic/typography.css
**  TEMPLATE:       Classic
**  REV:            $Rev: 24463 $ on $Date: 2022-02-05 17:28:35 -0500 (Sat, 05 Feb 2022) $ by $Author: aherzog $
*/

/* DEFAULT - SERIF */

body, .font-serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* OPTIONAL - SANS-SERIF */

.font-sansserif {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Verdana, sans-serif;
}

/* TYPE SPECS */

#mmn-bar {
    text-decoration: none;
    font: 12px/30px Georgia, 'Times New Roman', serif;
    text-decoration: none;
    letter-spacing: .03em;    
}

#mmn-bar cite { 
    font-style: normal;
    font-weight: bold; 
}

#mmn-bar a#mmn-bar-linkbutton { 
    text-align: center;
    font-size: x-small;
    letter-spacing: 0;
}

#mmn-bar a { text-decoration: none; }
#mmn-bar a:hover { text-decoration: underline; }

#masthead h1 {
	text-shadow: 0 .075em .1em #222;
	letter-spacing: .05em;
	line-height: 1;
	font-variant: normal;
	font-style: normal;
	font-size: 36px;
	padding-top: 14px;
	margin-bottom: -.25em;
}

#masthead h1 a {
  text-decoration: none;
}

#masthead #masthead-tagline {
	letter-spacing: .05em;
	line-height: 1.2;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
}

#nav-breadcrumb {
	line-height: 30px;
	font-variant: normal;
	font-style: normal;
	font-size: 10px;
}

#nav-main li a {
	line-height: 17px;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
    text-align: left;
    text-decoration: none;
    padding: 6px;
}

#nav-main ul.subnav li a {
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
}

#nav-main ul.subnav li#subnav-link-on a {
    font-weight: bold;
}

#inner-content {
	line-height: 1.4em;
	font-size: 14px;
}

#inner-content h2, #inner-content .header2 {
	letter-spacing: .05em;
	line-height: 22px;
	font-variant: normal;
	font-style: normal;
	font-size: 20px;
    text-decoration: none;
    margin: 1em 0;
}

#inner-content h3, #inner-content .header3 {
	letter-spacing: .05em;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
    text-decoration: none;
}

#inner-content .photobox-center, #inner-content .photobox-left, #inner-content .photobox-right {
    font-size: 10px !important;
    line-height: 12px !important;
    font-style: normal;
    text-align: center;
}
    
#inner-content .photobox-center a, #inner-content .photobox-left a, #inner-content .photobox-right a {
	font-weight: bold;
}
    
    
#inner-content .photobox-center cite, #inner-content .photobox-left cite, #inner-content .photobox-right cite {
    display: block;
    line-height: 12px !important;
}

#inner-sidebar {
	line-height: 1.4em;
	font-size: 12px;
}

#inner-sidebar h3, #inner-sidebar .header3 {
	letter-spacing: .03em;
	line-height: 20px;
	font-variant: normal;
	font-style: normal;
	font-size: 16px;
    text-decoration: none;
    margin-bottom: 0;
}

#inner-sidebar a { text-decoration: none; }
#inner-sidebar a:hover { text-decoration: underline; }

div.gallery h2 {
	line-height: 35px !important;
	padding-left: 16px;
	margin: 0 !important;
	border-bottom: 1px solid;
}

div.gallery li cite {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

div.gallery p {
	text-align: center;
}


#itemdetails .titleblock * {
	margin: 0;
	line-height: 18px;
}

#itemdetails .titleblock h2 {
	margin-bottom: 12px;
}

#itemdetails .titleblock cite, #itemdetails .titleblock .tools {
	font-size: 14px;
}

#itemdetails .titleblock cite {
	font-style: normal;
}

#itemdetails .photobox .tools {
	font-size: 12px;
}

#itemdetails .photobox .tools strong {
	padding-right: 2em;
}

#itemdetails #detailedinfo h3 {
	font-weight: normal;
}

#itemdetails #detailedinfo h3, #itemdetails #detailedinfo h4 {
	margin-bottom: -.75em;
}

div.sidebar-item {
    text-align: left;
}

div.imgpos-center {
    text-align: center;
}

div.imgpos-center, div.imgpos-left, div.imgpos-right {
    font-size: 10px !important;
    line-height: 1.4em !important;
}

div.imgpos-center h3, div.imgpos-left h3, div.imgpos-right h3 {
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: bold !important;
	margin-bottom: 1.2em !important;
}

div.imgpos-center h3 + p, div.imgpos-left h3 + p, div.imgpos-right h3 + p {
	margin-top: -1.2em !important;
}

#footer, #footer address, #footer cite {
	letter-spacing: .02em;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;
	font-size: 11px;
    text-align: center;
}

.contributed_by {
	font-size: 85%;
}


/* TYPE STYLES */

#content-wrapper-outer {
    color: #666;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic !important;
}

/* @group EXHIBITS */

    
body.exhibit-essay #inner-content .photobox-center cite, body.exhibit-essay #inner-content .photobox-left cite, body.exhibit-essay #inner-content .photobox-right cite { 
    font-style: normal;
    text-align: left;
}



body.exhibit #inner-content #paginationbar-top *, body.exhibit #inner-content #paginationbar-bottom * { font-size: 11px; }

body.exhibit #inner-content div.paging-info, body.exhibit #inner-content div.paging-back, body.exhibit #inner-content div.paging-links { line-height: 31px; }
body.exhibit #inner-content div.paging-links { text-align: right; }

body.exhibit #inner-content div.viewtype a {
    text-align: center;
    line-height: 23px;
    text-decoration: none;
}


body.exhibit #inner-content .slide-photobox, 
body.exhibit #inner-content .slide-photobox h3, 
body.exhibit #inner-content .slide-photobox cite { text-align: center; }

body.exhibit #inner-content .slide-photobox h3 { font-weight: normal; } 
    
body.exhibit-slide #inner-content .slide-photobox h3 { font-size: 18px; } 
    
body.exhibit-list #inner-content .slide-photobox h3 { font-size: 16px; } 

body.exhibit #inner-content .slide-photobox cite { 
    font-style: normal;
    font-size: 11px;
    line-height: 1.2em;
}


body.exhibit-list #inner-content .slide-number {
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
}


/* @end */

/* @end */

html#script {
    background-position: left 0;
}
/* 
===============================================================================
COPYRIGHT:      ©2010 Jamie Peloquin <http://www.jamiepeloquin.com>
CSS VERSIONS:   1::2.1
FILE URI:       /sitebuilder/classic-wide/seaglass/colorscheme.css
TEMPLATE:       Classic
COLORSCHEME:    Seaglass
REV:            $Rev: 9896 $ on $Date: 2010-01-15 09:51:54 -0500 (Fri, 15 Jan 2010) $ by $Author: jamie $
===============================================================================
*/

/* @group LAYOUT */

html { background-image: url(html-bg.png); }



body { background-image: url(body-bg.png); }


div#mmn-bar a#mmn-bar-linkbutton:hover { background-color: #099; }


    
div#content-wrapper-outer { background-image: url(content-wrapper-bg.png); }


ul#nav-main {
    background-color: #fff;
    border-color: #dedeb4;
    }

ul#nav-main li a { border-color: #dedeb4; }
ul#nav-main li a#nav-main-on { background-image: url(nav-main-on-bg.png); }

ul.subnav {
	background: #f0fcde none repeat-x left bottom;
}

ul#nav-main ul.subnav li a {
	border-color: #990;
}

div#inner-content .photobox-center,
div#inner-content .photobox-left,
div#inner-content .photobox-right {
    border-color: #dcdcdc !important;
    background-color: #f5f5f5; 
}

div#inner-content .photobox-center img,
div#inner-content .photobox-left img,
div#inner-content .photobox-right img { border-color: #f5f5f5; }

dl.linklist { border-color: #dedeb4; }


div.gallery {
	border-color: #dcdcdc;
	background-color: #f5f5f5;
}

div.gallery li a:hover img {
	border-color: #999;
}


div#itemdetails, div#itemdetails .titleblock {
	border-color: #dedeb4;
}

div#itemdetails {
	background-color: #f5f5f5;
}

div#itemdetails .titleblock {
	background-color: #fffff0;
}

/* @group NOSIDEBAR */

div.nosidebar div#inner-content {
    background-color: #fff;
    border-color: #dedeb4;
}

/* @end */


/* @group EXHIBITS */

body.exhibit div#content-wrapper-outer { background-image: none; }

body.exhibit div#content-wrapper-inner { background-color: #fff; }

body.exhibit div#inner-content { border-color: #dedeb4; }


body.exhibit-essay div#inner-content .photobox-center img,
body.exhibit-essay div#inner-content .photobox-left img,
body.exhibit-essay div#inner-content .photobox-right img {
    border-color: #dcdcdc;
    background-color: #f5f5f5; 
}


body.exhibit div#inner-content div#paginationbar-top { background-image: url(paginationbar-top-bg.png); }
body.exhibit div#inner-content div#paginationbar-bottom { background-image: url(paginationbar-bottom-bg.png); }

body.exhibit div#inner-content div.viewtype a { background-image: url(paginationbar-btn.png); }

body.exhibit div#inner-content div.viewtype a { 
	border-color: #fff #fff #fff #c36408;
	background-image: url(paginationbar-btn.png); 
}

body.exhibit div#inner-content div.viewtype a.on { background-image: url(paginationbar-btn-on.png); }

body.exhibit div#inner-content .slide { 
    border-color: #dcdcdc;
    background-color: #f5f5f5;
}

body.exhibit-slide div#inner-content .slide { background-image: url(exhibit-slide-bg.png); }
body.exhibit-list div#inner-content .slide { background-image: url(exhibit-listslide-bg.png); }

body.exhibit div#inner-content .slide-photobox img { border-color: #dedeb4; }

body.exhibit-list div#inner-content .slide-number { background-image: url(exhibit-listslide-tab.png); }

body.exhibit div#inner-content a.btn-backtotop { background-image: url(exhibit-backtotop.png); }

/* @end */

    
/* @end */

/* @group TYPOGRAPHY */
a { color: #c36408; }

div#mmn-bar, div#mmn-bar a { color: #fff; }

div#mmn-bar a#mmn-bar-linkbutton { color: #fff !important; }

div#masthead h1,
div#masthead h1 a,
div#masthead #masthead-tagline {
    color: #fff;
}



div#nav-breadcrumb, div#nav-breadcrumb a { color: #fff; }



ul#nav-main li a { color: #278; }
ul#nav-main li a:hover { color: #49a; }



div#inner-content h2, div#inner-content .header2 { color: #278 }

div#inner-content h3, div#inner-content .header3 { color: #528529;}
    
    
div#inner-content .photobox-center cite, div#inner-content .photobox-left cite, div#inner-content .photobox-right cite { 
    color: #c36408;
    line-height: 12px !important;
    }

    

div.gallery h2 {
	border-bottom-color: #278;
	background-color: #fffff0;
}    

    
div#itemdetails .titleblock *, #detailedinfo h3 {
	color: #c36408;
}
    
div.sidebar-item h3,
div.sidebar-item .header3,
div.sidebar-item h3 a,
div.sidebar-item .header3 a { color: #528529; }

div.imgpos-center h3,
div.imgpos-left h3,
div.imgpos-right h3 {
    color: #528529 !important;
}

#footer, #footer a {
    color: #fff;
}

/* @group EXHIBITS */
    
body.exhibit-essay div#inner-content .photobox-center cite,
body.exhibit-essay div#inner-content .photobox-left cite,
body.exhibit-essay div#inner-content .photobox-right cite { color: #666; }

body.exhibit div#inner-content .slide h3 { color: #c36408; }

body.exhibit-list div#inner-content .slide-number { color: #8cb05e; }

#paginationbar-top a, #paginationbar-bottom a {
    color: #236d74;
}

/* @end */



/* @end */

/* @group PAGINATION */


.multi_page_header {
	color: #888;
}

div.multi_page_footer a {
	border: 2px solid #ddd;
}

div.multi_page_footer ul li a {
	border-color: #f5fffa;
}

div.multi_page_footer ul li.current_page a {
	background-color: #fdfdd9;
}

div.multi_page_footer a:link:hover, div.multi_page_footer a:visited:hover {
	border-color: #990;
}

/* @end */



