/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Pat Armstrong
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	background: #fff;
	background-attachment: fixed;
}

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

a:link,
a:visited { 
	text-decoration: none;
	color: #00a;
}
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

body.section-5 { background-repeat:no-repeat no-repeat; }

body.section-5 #content .container h1 { display: none; visibility: hidden; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
	font-size: 10px;
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}

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

#menu ul li.section-title {
	color: #999;
	background: #fff;
	font-weight: normal;
	display: inline;	
	padding: 1px;
	line-height: 1.6em
	}

#menu ul li a {
	padding: 1px;
	text-decoration: none;
	line-height: 1.6em
}


#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #fe0;
	text-decoration: underline;
}

#menu ul li.active a,
#menu ul li.active a:hover { 
	background: #fe0;
	cursor: default;
	color: #000;
	text-decoration: none;
}

#menu ul li.active a:before {

}

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

#content img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

body.exhibit-24 #content img {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}


.container {
    padding: 25px 5px 15px 25px;
}

#content p { width: 450px; margin-bottom: 9px; line-height: 15px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 18px;
	font-family: 'SimpleRegular', Monaco,
             "Bitstream Vera Sans Mono",
             "Lucida Console",
             Terminal,
             monospace;
	display: inline-block;
	color: #999;
	background: #fff;
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	line-height: 18px;
}


h1 a { padding: 3px; }

h1 a:link,
h1 a:visited {
	color: #000;
	background: #fe0;
	text-decoration: none;
}

h1 a:hover
{ 
	color: #000;
	background: #fe0;
	text-decoration: underline;
}

h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

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

img.img-bot {
	margin-bottom: 20px;
}

#once { clear: left; }
