/* COMMON STYLES */
html, body {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

body {
	background-color: #f2f2f2;
	color: #333;
}

// main {
// 	margin: 100px auto 20px auto;
// }


p, .content, ul, blockquote, ol {
	font-size: .85em;
	line-height: 1.6em;
}

p {
	margin: 0 0 1em 0;
}

.current {
	font-weight: bold;
}

body.exhibition {
	background-color: #f2f2f2
}

a:link, a:visited, .link {
	color: #666;
	outline: none;
}

a:hover, a:active, .link:hover {
	color: #8b7254;
	outline: none;
}


h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.heading {
	color: #999;
	position: relative;
}

.caption {
	font-size: 90%;
	line-height: 1.25em;
}


.section-head {
	font-size: 14px;
	margin: 0 0 2em 0;
}


h1.sectionhead {
	padding: 3px 5px 2px 5px;
	text-align: left;
	margin: 10px 0 15px 0;
	background-color: #999999;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

h1.sectionhead-exhibitionindex {
	padding: 3px 5px 2px 5px;
	text-align: left;
	margin: 10px 0 10px 0;
	background-color: #999999;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

h1.sectionhead a:link, h1.sectionhead a:visited {
	text-decoration: none;
}

h1.sectionhead a:hover, h1.sectionhead a:active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: normal;
font-style: normal;
color: inherit;
margin-top: 0.2rem;
margin-bottom: 0.5rem;
}


.sub-section-head {
	margin-top: 1rem;
}


h2 {
	font-size: 125%;
	line-height: 125%;
}

h3 {
	font-size: 100%;
	line-height: 110%;
}

h2 span.byline {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

.byline {
	font-style: italic;
}


h2.reviewhead {
}

#relatedlinks {
	font-size: 7pt;
	font-family: verdana,helvetica,arial,sans-serif;
	line-height: 10pt;
	padding: 0;
	margin: 0 0 20px 0;
}

#relatedlinks li{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 0;
}

#relatedlinks a:link, #relatedlinks a:visited {
	text-decoration: none;
}

#relatedlinks a:hover, #relatedlinks a:active {
	text-decoration: underline;
}


#footer {
	margin: 10px 0 0 0;
	padding: 4px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	color: #666666;
	font-size: 10px;
	clear: both;
}

cite {
	font-style: italic;
}

blockquote {
	margin: 15px 20px;
	line-height: 14px;
}

.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


.clearright {
	clear: right;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


blockquote {
	line-height: 1.6em;
}

.highlight {
	background: #FFE97C;
}

.clear-text {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.toplink {
	padding: 10px;
	text-align: center;
	font-size: 10px;
}



.single_column {
	width:80%;
	margin: 0 auto;
}


#cboxOverlay {
	background: #fff;
}


/* Images */

.imagelabel {
	max-width: 800px;
}

.imagelabel .title {
	font-weight: bold;
}


/* Collapsable */

.collapsible {
	padding: 5px;

}

.collapse-trigger {
	background: url('/images/collapse_arrows.gif');
	background-repeat: no-repeat;
	padding: 4px 4px 0 17px;
	margin: 0 0 0.5em 0;
	font-size: .75em;
	text-transform: uppercase;
}

.collapse-trigger a {
   text-decoration: underline !important;
 }

.collapse-trigger.close {
	background-position: 4px 6px;
}

.collapse-trigger.open {
	background-position: 4px -9px;
}

/* Section nav */

.section-nav {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 2rem;
}


.section-nav .nav-item {
	padding: 0 1rem;
	border-left: 1px solid #ccc;
}

.section-nav .nav-item .current {
	font-weight: bold;
}

.section-nav .nav-item:first-child {
	border-left: none;
}


/* Accessibility */

a.screen-reader-link {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.screen-reader-link:focus, a.screen-reader-link:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

