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

body {
	font-size: 12px;
	font-family: 'Century Gothic', Sans-serif;
	background: #fff;
	color: #333;
	line-height: 130%;
}

/* BUTTONS */
/* you can customize links further down the page too */
a:link { text-decoration: none; margin-left:25px; color: #999999;}
a:active { text-decoration: none; margin-left:25px; color: #999999;}
a:visited {text-decoration: none; margin-left:25px; color: #999999;}
a:hover {text-decoration: blink; font-style: bold; margin-left:25px; color: #0099ff;}
a img { margin-left:-23px; border: none; padding:0;}

/* GENERAL STYLE */
small { font-size: 12px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* HEADINGS */
h1 { font-family: "Futura PT", sans-serif; font-weight: normal; color: #333; font-size: 24px; }
h2 { font-family: "Futura PT", sans-serif; font-weight: normal; color: #0099ff; font-size: 16px; }
h3 { font-family: "Futura PT", sans-serif; font-weight: normal; color: #333; font-size: 18px; }
h4 { font-family: "Futura PT", sans-serif; font-weight: normal; color: #0099ff; font-size: 16px; }
h5 { font-family: "Futura PT", sans-serif; font-weight: normal; color: #333; font-size: 12px; }

/* PARAGRAPH WIDTHh */
#index p { line-height: 10pt;
	min-width: 175px;
	width: 190px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #999999;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff; }
#exhibit p, code, blockquote { width: 800px; margin-top: 0px; margin-bottom: 9px;margin-left: 0px; line-height: 12pt; text-align: justify; font-size: 8pt; color: #333;}

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

/* INDICE */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { position: fixed;
    	padding-left: 30px;
    	padding-bottom: 0px;
    	padding-top: 30px;    	
	width: 320px;
    	overflow: hidden;
    	top: 1px;
    	left: 1px;
    	height: auto;
	bottom: auto;
    	background-color: #fff; }
#exhibit { width: auto; margin: 100px 0 0 355px; padding-left: 0px; }

/* styling the index */
#index ul { list-style: none; }
#index ul.section { line-height: 12pt;
	min-width: 175px;
	width: 190px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #999999;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;}
#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 {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: #333; }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: normal; }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
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: #999999; }

/* 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.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

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

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: none; }
#exhibit a:active {  } 
#exhibit a:hover { text-decoration: none; } 
#exhibit a:visted {  }

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: normal; text-decoration: none; color: #000; }

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

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

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }