/* HTML ELEMENTS */
	
	
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      color: #000;
	  background-color: #FFF;
   }
   
a {
	color: #000; 
	text-decoration: none; 
	}
	
a:hover {
	color: #000;
	text-decoration: underline; 
	}

a:active { 
	color: #FFF; 
	}

ol, ul, li {
	display: inline;
	margin:  0;
	padding: 0;
	list-style: none; 
	}
	
img {
	border: none; 
	}

p {
	text-indent: -17px;
	margin-bottom: -14px; 
}







/* TYPE STYLES */
/* Menu, Body, Mono */
	

.Menu {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	/*white-space: nowrap;*/
	}
	
.Body {
	text-align: left;
	/*font-family: "Times New Roman", "Times", monospaced;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0pt;
	}
	
.BioPress {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0pt;
	}
	
.Mono {
	text-align: left;
	font-family: "Courier New", "Courier", monospaced;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0pt;
	}

.Caption {
	text-align: left;
	font-family: "Times New Roman", "Times", monospaced;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0pt;
	}
	
	







/* CONTAINERS */
 	
.nameContainer {
	position: absolute; 
 	z-index: 90; 
 	left: 24px;
 	top: 14px;
  	width: 192px;
 	}
 	 	
.nameOnContainer {
	position: absolute; 
 	z-index: 99;
 	left: 24px;
 	top: 14px;
	width: 192px;
	height:98%;
 	visibility: hidden;
 	background-color: #FFF;
 	}
 	
.dateContainer {
	position: absolute; 
 	z-index: 90; 
 	top: 16px;
 	left: 356px; 
	width: 600px;
	padding: 0 0 0 3px;
 	}
 	 	
.dateOnContainer {
	position: absolute; 
 	z-index: 98; 
 	left: 356px; 
 	width: 600px;
  	visibility: hidden;
  	background-color: #FFF;
  	padding: 0 0 0 3px;
 	}

.navContainer {
	position: absolute;
	left: 24px;
	z-index: 90; 
	top: 30px;
	width: 192px;
	height: 90%;
	padding: 0px;
	}

.imageContainer {
	position: absolute;
	z-index: 90;
	top: 32px;
	left: 24px;
	width: 90%;
	}
			
.imageNavContainer {
	position: absolute;
	z-index: 99; 
	padding: 4px 0 0 0;
	/*left: 152px;*/
	top: 500px;
	width: 720px;
	}
	
.moreContainer {
	position: absolute;
	left: 264px;
	width: 96px;
	z-index: 99;
	top: 16px;
	}
	
.bodyContainer {
	position: absolute;
	top: 67px;
	/* left: 192px; */
	/*left: 264px;*/
	left: 376px;
	z-index: 90; 
	/*width: 60%;*/
	width: 600px;
	}
		
.captionContainer {
	position: absolute;
	top: 14px; 
	left: 112px; 
	}
		
.node { 
	float: left;
	z-index: 98;
	padding: 1px; 
	font-family: "Courier New", Courier, monospaced; 
	}
	
.popimageContainer {
	position: absolute; 
 	z-index: 90; 
 	left: 14px;
 	top: 14px;	
 	}






/* MENU */
	
.listActive a:link {
	display: block;
	padding: 0 0 0 0px;
	text-decoration: none; 
	}
	
.listActive a:visited {
	display: block;
	padding: 0 0 0 0px;
	text-decoration: none; 
	}
	
.listActive a:hover {
	display: block;
	padding: 0 0 0 0px;
	color: #000;
	text-decoration: underline; 
	}
	
.listStatic a:link {
	display: block;
	padding: 0 0 0 12px;	
	text-decoration: none;
	}

.listStatic a:visited {
	display: block;
	padding: 0 0 0 12px;
	text-decoration: none; 
	}

.listStatic a:hover {
	display: block;
	padding: 0 0 0 12px;
	color: #000;
	text-decoration: underline; 
	}


	








	
	








	
	
	
	
/* UTILITY FORMATTING */

.pad {
	padding: 10px; 
	}
	
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}

.hidden {
	visibility: hidden; 
	}
		
.indent {
	/* padding: 0 0 0 12px; */
	padding: 0 0 0 0;
	}
	
.centerHorizontal {
	text-align: center;
	margin: 0 auto;
	}
			
/* this is a mess! from Dexter Sinister blazon centering*/
/* need to find the image size dynamically and prob code this in the html from the displaySystemMedia */

.centerVertical {
	display: table-cell;
	height: 1200px;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	/* background-color: #FEF; */
	}
	
.Underline a {
	text-decoration: underline; 
	text-transform: uppercase;
	}
	
.Underline a:hover {
	text-decoration: none; 
	}

.Underline a:active { 
	color: #FFF; 
	}

	

	
    

	
	





