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

body {
	font-size: 13px;
	font-family: Georgia; font-style: italic; text-decoration: inherit; color: black; Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	/* font-weight: 300; */
}


#wrapper {
    margin: 0px auto 0;
    min-height: 400px;
    width: 980px;
    padding: 20px;
}


/* link scheme */
/* you can customize links further down the page too */
a:link { font-family: Georgia; font-style: italic; text-decoration: inherit; color: black; }
a:visited { color: black; }
a:hover { color: black; }
a:active {/* text-decoration: line-through;*/ color: black; }
a img { border: none; }

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

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: -10px; }
#exhibit p, code, blockquote { width: 496px; margin-bottom: 1em; text-align: left; margin-left: 471px; line-height: 1.6em; /* 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: 980px; position: relative; margin: 0 auto; border-bottom: 1px solid black; padding-bottom: 15px; /*background: #fff; /* line-height: 1.3em; */ }
#exhibit {position: relative; margin: 20px auto 0 }
.caption {text-align: center; }

/*
#img-container { position: relative;
	display: block;
	margin: 25px auto 25px auto; } */

.asset { 
	
	text-align: left;
	width: 425px;
	 }
	
.over { 
	
	text-align: left;
	width: 500px;
	float: left;
	 }

.spacer {position: relative; float: left;}

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 0; float:left; width: 150px; margin-right: 87px; font-family: Georgia; font-style: italic; font-weight: normal; z-index: 1000;}
#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 { text-decoration: line-through; }

/* 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 { text-decoration: none; }

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

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