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

body {
	line-height: 1.4em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	/* font-weight: 300; */
}

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

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

/* headings */
h1 { font-weight: bold; font-size: 26px; margin-bottom: 1em; }
h1.main-title { font-weight: 100; }
h1.main-title .bolder { font-weight: 400; }
h2 { font-size: 15px; 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, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* 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 { text-align: right; padding-top: 60px; background-color: white; margin-left: 100px; width: 200px; position: fixed; /* line-height: 1.3em; */ }
#exhibit { margin-left: 350px; margin-bottom: 0; margin-right: 0; margin-top: 60px; }

/* styling the index */
#index ul { text-align: right; margin-bottom: 10px; margin-right: 0; margin-top: 0; list-style: none; }
#index ul.section { border-left-width: 1px; border-left-color: #999999; }
#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: red; }

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

/* 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: 12px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  color: black;  } 
#index a:hover {  color: red;  } 
#index a:active {  color: red;  } 
#index a:visted {  color: black;  }

/* links styles only for the #exhibit region */
#exhibit a:link {  color: black;  } 
#exhibit a:hover {  color: red;  } 
#exhibit a:active {  color: red;  } 
#exhibit a:visted {  color: black;  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding-left: 10px; padding-bottom: 0px; padding-right: 10px; padding-top: 0px; }

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

@media only screen and (max-width: 1025px), only screen and (max-device-width: 1025px)

{

#index { padding-top: 80px; background-color: white; margin-left: 50px; width: 200px; position: absolute; }
 #exhibit { margin-left: 250px; margin-bottom: 0; margin-right: 40px; margin-top: 80px; }
 }