body {
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	background: white;
	color: #000;
	line-height: 1.6em;
}

.top {
	padding-bottom: 30px;
	line-height: 1.3em;
	}

.mid {
	
	}

.bot {
	position:fixed;
    bottom:0px;
    margin-bottom: 15px;
    line-height: 1.3em;
	}


.bot {
	margin-top: 50px;
	}
	
#menu ul li.active a { 
border-bottom:1px solid #000000;
padding-bottom: 2px; 

}

#exhibit .title {
	font-size: 9px;
	}

#exhibit {

	}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #000;  }
a:focus { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { font-style: italic; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 1.18em; margin-bottom: 1em; letter-spacing: 0.1em; }
h2 { font-size: 1.18em; margin-bottom: 1em; text-decoration: underline; padding-bottom: 2px; font-weight: bold; }
h3 { font-size: 1.18em; margin-top: 1.5em; margin-bottom: 0.1em; font-weight: normal; font-weight: bold;}
h4 { font-size: 0.8em; margin-bottom: 1em; font-weight: normal;}
h5 { font-size: 1em; margin-top: 3.5em; font-weight: normal;}

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 600px; margin-bottom: 1em; line-height: 1.6em; }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 310px; background: #fff; line-height: 1.3em; }
#exhibit { margin: 0 0 0 350px; }

/* styling the index */
#index ul { list-style: none; margin: 0; font-size: 13px; font-weight: 200; letter-spacing: 0.1em; 	line-height: 1.3em; }
#index ul.section { margin-bottom: 1em; padding: 0px; font-weight: normal;}
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { border-bottom:1px solid #000000; padding-bottom: 2px; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold;  }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { font-weight: normal; } 
#index a:hover { font-weight: normal; } 
#index a:active { font-weight: normal;} 


/* links styles only for the #exhibit region */
#exhibit a:link { 
	line-height: 1.5em; } 
#exhibit a:hover { 
	line-height: 1.5em; } 
#exhibit a:active { 
	line-height: 1.5em;} 
 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 30px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container { padding-left: 60px; padding-top: 50px; padding-right: 20px; }
#exhibit .container { padding-top: 80px; padding-left: 40px; }