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

html {margin:0; padding:0; height:100%;}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #777;
	line-height: 1.6em;
	font-weight: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	height:100%;
}

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

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

/* headings */
h1 { font-size: 12.5px; margin-bottom: 1.8em; font-weight: normal; }
h2 { font-size: 12px; margin-bottom: 1em; font-weight: normal; }
h3 { font-size: 12px; margin-bottom: 1em; }
h4 { font-size: 12px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 650px; margin-bottom: 1em; /* line-height: 2.4em; */ }

/* 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: 215px; /* line-height: 1.5em; */  overflow: hidden;  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
#exhibit { height: 100%; margin: 0 0 0 215px; }

/* styling the index */
#index ul { list-style: none; padding-bottom: 0px; line-height: 1.9em;   }
#index ul.section { }
#index ul.subsection {  }
#index .exhibit_title { margin: 12px 0 17px 10px; line-height: 0.2em;  text-transform: lowercase; font-size: 12px; }


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

#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ cursor: pointer; font-weight: normal; }


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

/* additional #index options */
#index ul li .password a { /* background: url(/web/20170129022800/http://luketurner.com/ndxzsite/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 {  }

/* 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: 27px 9px 25px 27px; }

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

.caption-title { font-size: 11px; text-align: right; line-height: 1.6em; }
.caption-text { font-size: 11px; */ text-align: right; line-height: 1.0em; }

#bio-container {
	width:650px;
}


#bio-year {
	width:75px;
	float:left;
	clear: both;
}

#bio-info {
	width:575px;
	float:right;
}