/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background: #F4F4F4;
	color: #121212;
	line-height: 1.4em;
	/* font-weight: 300; */
}

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

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

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

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

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

/* 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: #F4F4F4; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 215px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#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 { font-weight: bold; text-decoration: underline; }

#index span.active_subsection_title,
#index span.active_subsection_title a { text-decoration: underline; }

/* 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: #575757; 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 { color: #323232; } 
#index a:hover { color: #0B0B0B; } 
#index a:active { color: #000000;  } 
#index a:visited { color: #323232; }

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

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

/* this is where you pad them separately */
#index .container { padding: 20px 9px 25px 17px; }
#exhibit .container { padding: 50px 9px 35px 40px; }