
/*
CSS for subarchive site
*/

/* reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
q:before, q:after { content:''; }
/* end of reset */

body {
	width: 100%;
	background-color: #efefef;
	margin: 0 auto;
	background-position: center center;}
	
/* header */
#header {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #efefef;
	height: 40px;
	width: 85%;
	border-bottom: 2px solid #888; }
		
h1 {
	font-family: "Andale Mono", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #5D8BA8;
	letter-spacing: 0.03em;
	text-align: right;
	padding: 8px 20px 10px 20px;}

h1 a{
	text-decoration: none;
	color: #5D8BA8; }

h1 a:hover {
	color: #000; }
	
.lhcom {
	padding-left: 20px;
	font-size: 9pt;}
	
/* end of header */

/* wrapper */


/* side */
#side {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 15%;
	height: 100%;
	padding: 20px 20px 15px 20px;
	border-right: 2px solid #888;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 9pt;
	color: #999;
	background-color: #efefef;}
	
#side .highlight{
	text-transform: uppercase;
	font-weight: bold;}

#side a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;}
	
#side ul li {
	font-size: 9pt;
	list-style-type: none;}
	
#side a:hover {
	color: #fff; }
	
	
/* dropdown */
.dropdown {
	position: fixed;
	bottom: 12px;
	left: 0px;
	width: 15%;
	background-color: #bbb;
	padding: 12px 20px 15px 20px;
	text-align: right;}
	
.dropdown ul li {
	padding-bottom: 2.5px;}

/* guide */
#guide {
	position: fixed;
	top: 12px;
	left: 0px;
	width: 15%;
	background-color: #dedede;
	padding: 12px 20px 15px 20px;}

h2 {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 4px; }

ul.gtl {
	padding-left: 6px; }

.chap {
	padding-top: 4px; }

.app {
	padding-top: 10px; }
	
/* end of guide */
/* end of side */

/* subname */
.subname {
	position: fixed;
	top: 125px;
	left: 10px;
	z-index: 1;
	width: 17%;
	background-color: #fff;
	padding: 20px 20px 25px 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	letter-spacing: 0.03em;
	text-align: right;
	border-bottom: 10px solid #777; 
	border-top: 10px solid #777;
	border-left: 10px solid #777; }

.subname ul a {
	text-decoration: none;
	color: #000;}
	
.subname ul a:hover {
	text-decoration: underline;}	

.subname ul li{
	font-size: 9pt;
	padding-top: 6px;
	list-style-type: none;}
	
.subname .highlight {
	text-transform: uppercase;
	font-weight: bold;}	

/* end of subname */

/*images*/
#images {
	float: right;
	width: 70%;
	margin: 65px 5% 40px 0;
	margin-top: 65px;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.03em;
	color: #000;
	text-align: right;
	padding: 25px 0px 60px 0;
	border-right: 10px solid #777;
	border-top: 10px solid #777;
	border-bottom: 10px solid #777;}
		
.gap {
	padding-top: 40px;}
	
.gapbottom {
	padding: 40px 0 50px 0;}
		
.textleft {
	text-align: left;
	padding: 10px 50px 10px 60px;}

.textleftgap {
	text-align: left;
	padding: 40px 50px 10px 60px;}
	
.textcenter {
	text-align: center;
	padding: 10px 70px 10px 50px;}

.textcentergap {
	font-size: 12pt;
	text-align: center;
	padding: 40px 70px 10px 50px;}
		
.textcenterbig {
	font-size: 14pt;
	line-height: 22pt;
	text-align: center;
	padding: 10px 70px 10px 50px;}
	
.textgapbottom {
	padding-bottom: 20px;}

.texthead {
	text-align: left;
	padding: 30px 70px 10px 50px;
	font-size: 12pt;
	font-weight: bold;}
	
.textnotes {
	text-align: left;
	padding: 5px 50px 5px 60px;
	font-size: 8pt;}
	
#images ul, ol {
	text-align: left;
	padding: 10px 70px 10px 50px;}
	
.namedate {
	font-size: 11pt;
	padding: 8px 0px 8px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 30px 15px 30px;}

.namedate2 {
	font-size: 11pt;
	padding: 8px 0px 8px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 50px 30px 15px 30px;}	
	
.bold {
	font-weight: bold;}
	
#images img {
	padding: 0px 0px 20px 10px;}
	
#images ul, ol {
	text-align: left;
	padding: 10px 70px 10px 60px;}
	
.underline {
	border-bottom: 1px solid black;
	width: 200px;}
	


/* end of images */

/* next */
#next {
	position: fixed;
	bottom: 10px;
	right: 0px;
	background-color: #ddd;
	height: 10%;
	width: 4%; }
	
.next {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000;
	text-align: right;
	padding: 9px 8px 8px 8px;}
	
	
#next a{
	text-decoration: none;
	color: #000; }

#next a:hover {
	text-decoration:underline; }
	
.blank {
	color: #ddd;}
		



