body {
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	background: #fff;
	line-height: 1.3em;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none;color: #999;}
a:active { text-decoration: none;color: #333;}
a:visited { text-decoration: none;color: #999;}
a:hover {color: #000;}
a img { border: none; }

#exhibit li {margin-bottom: 1em;}



/* general styles */
small { font-size: 9px; letter-spacing: 0.2em;}
code { font-family: monospace; }
blockquote, blockquote a {padding: 1em; background-color:#000; color:#fff !important; }

/* headings */
h1, h1 a { font-size: 13px; margin-bottom: 1em; text-transform:uppercase;color:#000 !important;}
h2 { font-size: 13px; margin-bottom: 1em; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p {margin-bottom: 1em;}
#exhibit p, code {width: 800px; margin-bottom: 1em;}

/* highlighter style - maybe you want to change colors? */
.highlight { }

/* 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: 215px; background: #fff; }
#exhibit { margin: 0 0 0 215px; }

/* styling the index */
#index ul {list-style: none;}
#index ul.section {margin-bottom: 1em;}
#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 {text-decoration:none;color:#333;}

/* 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
{color:#666;}

/* 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; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

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

/* links styles only for the #exhibit region */
#exhibit a:link {text-decoration:underline;color:#000;} 
#exhibit a:hover {text-decoration:underline;color:#999;} 
#exhibit a:active {text-decoration:underline;} 
#exhibit a:visited {text-decoration:underline;} 

/* this is where you adjust your paddings for #index and #exhibit together */
.container {letter-spacing: 0.05em;}

/* this is where you pad them separately */
#index .container {padding: 15px 10px 35px 10px;}
#exhibit .container {padding: 50px 10px 10px 10px;}