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

body {
	font-size: 13px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	background: #222222;
	color: #9A9A9A;
	line-height: 1.3em;
	/* font-weight: 300; */
}

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

#index a:link { text-decoration: none; color: #9A9A9A; }
#index a:active { text-decoration: none; color: #9A9A9A; }
#index a:visited { text-decoration: none; color: #999; }
#index a:hover { text-decoration: underline; }

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

/* headings */
h1 { font-size: 32px; margin-bottom: 1em; }
h2 { font-size: 28px; margin-bottom: 1em; }
h3 { font-size: 24px; margin-bottom: 1em; }
h4 { font-size: 20px; margin-bottom: 1em; }
h5 { font-size: 18px; margin-bottom: 1em; }
h6 { font-size: 16px; margin-bottom: 1em; }

/* site info */
.meta { font-size: 11px; }

/* images */
.img-wrap { margin-bottom: 20px; float: left; }

/* content container */
.content-container { max-width: 400px; padding: 0 0 0 30px; float: left; }

/* clearfix */
.clearfix:after {
  height: 0px;
  content: "";
  clear: both;
  display: block;
}

ul.section li ul li.exhibit_title a {
  margin: 2px 0;
  display: block;
  line-height: 20px;
}

ul.section span.active_section_title a,
ul.section span.section_title a:hover,
ul.section li ul li.exhibit_title a:hover,
ul.section li ul li.exhibit_title.active a {
  color: #eaeaea;
  text-decoration: none;
}

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

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

/* 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; }

/* 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 {  }
#index a:hover {  }
#index a:active {  }
#index a:visited {  }

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

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

/* this is where you pad them separately */
#index .container {  }
#exhibit .container { max-width: 800px; padding: 98px 0 30px 30px; }

#img-container {
    padding: 0 0 0 30px;
}
