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

body {
	font-size: 11px;
	font-family: Helvetica;
	background: #ffffff;
	color: #000000;
	line-height: 1.8em;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
/* a:hover { text-decoration: none; color: #ffffff; background-color: #000000;} */

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

#center { max-width: 750px; margin: 0px auto; }
#center a:hover { text-decoration: none; color: #ffffff; background-color: #000000;}
#center2 { max-width: 500px; margin: 0px auto; }
#center2 a:hover { text-decoration: none; color: #ffffff; background-color: #000000;}
#center3 {max-width: 750px;}
#center3 a:hover { text-decoration: none; color: #ffffff; background-color: #000000;}

/* headings */
h1 { font-size: 18px; line-height: 2em; margin-bottom: 1.6em; letter-spacing:2px}
h2 { font-size: 14px; margin-bottom: 1em; max-width: 500px; }
h3 { font-size: 13px; max-width: 500px; }
h4 { font-size: 12px; max-width: 500px; }
h5 { font-size: 10px; margin-bottom: 1em; line-height: 1.5em; max-width: 500px; }

/* paragraph width */
#index p { margin-bottom: 1.3em; }
#exhibit p, code, blockquote { /* width: 450px; 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 { max-width: 300px; background: #fff; } /* changed from 250 */
#exhibit { padding: 0 0 0 270px; } /* changed from 220 */


/* styling the index, changes sections */
#index ul { font-family: Helvetica; font-size: 11px; line-height: 1.5em; letter-spacing:1px; list-style: none; margin: 0; }
#index ul.section { font-style: bold; margin-bottom: 1.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 { color: #ffffff; background-color: #000000; }

/* 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 {text-decoration:none; color: #ffffff; background-color: #000000;}

/* 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 {text-decoration:none; color: #ffffff; background-color: #000000;}
#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 30px 30px 30px; }

img { max-width: 100%; height: auto;}

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }