/**
* CSS
* 
* @version 1.0
* @author Tylor j. Reimer
*/
* {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

body {
	font-size: 11px;
	font-family: 'Andale Mono', Consolas, monospace;
	background: #F8F8F8;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color: #888; }
a:link { text-decoration: none; color: #888; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; }
a:hover { text-decoration: none; color: #000; }
.active a { text-decoration: none; background-color: #FFE4E1; color: #000; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #F8F8F8;
	color: #888;
	opacity: 0.9;
}

#menu h1 { margin-bottom: 15px; }
#menu h2 {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
}
#menu hr { margin-bottom: 1.5em; }
#menu hr.hr-1, #menu hr.hr-2 {
	height: 1px;
	width: 12px;
	border-width: 1px 0 0;
	border-color: #000;
	border-style: solid;
}
#menu hr.hr-1 {	margin-bottom: 24px; }
#menu hr.hr-2 { margin-top: 24px; }

#menu ul {
	list-style: none;
	margin: 0 0 16px 0;
}

#menu ul li { color: #888;}

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-bottom: 6px;
}

#menu .indexhibit_link {
	position: fixed;
	left: 38px;
	bottom: 15px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
	padding: 38px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; color: #000; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.black { color: #000 !important; }

/* Horizontal Format */
#img-container .captioning .title { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#img-container .captioning .caption {}
/* No Thumbs Format */
#img-container .nothumb strong { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }