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

body {
	font-size: 15px;
	font-family: serif;
	background: #000;
	color: #fff;
	line-height: 1em;
	font-weight: 300;
}

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

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

/* headings */
h1 { font-size: 17px; color: #a15702 ; }
h2 { font-size: 13px; margin-bottom: 1em; }
h3 { font-size: 18px; color: #999; margin-top: 2em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#index .bot {
        bottom: 20px;
        font-size: 10px;
        position: fixed;
    }

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

/* highlighter style - maybe you want to change colors? grey #A4A4A4*/
.highlight { font-size: 30px; color: #ffffff ; }

/* 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 BACKROUND COLOUR*********************************/
#index { width: 215px; background: #000 ; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 215px; }

/* styling the index- INDEX and SUB INDEX FONTS etc...*/
#index ul {  margin: 0 0 0 10px; font-size: 14px; font-weight: 300;}

/*Here for INDEX highlight color 'backround' background: #1C1C1C;*****border-style: solid; border-width: 3px; border-color: #A4A4A4 */


    #index ul.section span.section_title, #index ul.section span.section_title a {
        font-weight: 300;
    }
/*HERE FOR SIZE OF BOTTOM EXHIBITS*/
#index ul.section { margin-bottom: 1em; font-size: 15px; font-weight: 200; color: #A4A4A4; /*background: #1C1C1C*/ }
#index ul.subsection { list-style:none; padding : 500px ; }

/* 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: 300 ; color: #db3333; } */

/* 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: normal ; color: #db3333 } */

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

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

/*ADD ON makes image links to fade when mouse over in the visual index format*/
.picture_holder .picture a:hover { opacity: 0.9; }

/*ADD ON roll over visual index
.format-visual_index .picture {background:#000000; height: 50px }
.format-visual_index a img:hover {opacity:.25; filter:alpha(opacity=50); }
.format-visual_index .top a img:hover {opacity:1;}
.format-visual_index .picture a:hover {background: none;} */