/* There are also some obscure rules in base.css */

body {
	font-family: 'Verdana', sans-serif;
background-color: #00230;
	color: #000;
background-color: #00230;
}

/* link scheme */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; color: #000; }
a img { border: none; }

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

/* headings */
h1 { font-size: 16px; margin-bottom: 1em; }
h2 { font-size: 16px; margin-bottom: 1em; }
h3 { font-size: 16px; margin-bottom: 1em; }
h4 { font-size: 16px; margin-bottom: 1em; }

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

/* paragraph width */
#index p { }
#exhibit p, code, blockquote { width: 700px; margin-top: 1em;line-height: 1.5em; }

/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 300px; background-color: transparent; }
#exhibit {margin: 165px 0px 0px 380px; }

/* styling the index */
#index ul { list-style: none }
#index ul.section { padding-top: 2.5em; margin: 0 0 -2.5px 0; line-height: 1.5em;}
/* #index ul.section {padding-left: 0; margin: 0 0 0 0; line-height: 1.5em;} */

#index ul.subsection { }

#index ul#all_tags { list-style-type: none;  }
#index ul#all_tags li { display: inline; margin-right: 0px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a { color: black;}

/* active section title */
#index span.active_section_title,

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
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: normal; color: #000; }

#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
{margin-left: 12px; font-weight: normal; color: #000;}

/* 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: #000; text-transform: uppercase; font-size: 8px; vertical-align: top; }

/* links styles only for the #index region */
#index a:link {  } 
#index a:visited {  }
#index a:hover {  } 
#index a:active {} 

/* links styles only for the #exhibit region */
#exhibit a:link {}
#exhibit a:active {  } 
#exhibit a:hover {} 
#exhibit a:visited {  }

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: normal; text-decoration: none; color: #000; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { }

/* this is where you pad them separately */
#index .container { padding-left: 30px; }
#exhibit .container { }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 1px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.5em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }