@charset "utf-8";

html, body { /*clear default settings for document*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../Images_used/Subtle_background.jpg);
	height: 100%;
	overflow: hidden;
	font-size: 100%;
}
h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { /*main document headline*/
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 180%;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: normal;
	color: #003366;
}
h2 { /*section headline*/
	font-size: 130%;
	color: #003366;
	font-weight: 700;
}
h3 {
	font-size: 100%;
	color: #003399;
	font-weight: 800;
	font-style: italic;
}
h4 { /*small text links*/
	font-size: 90%;
	text-align: center;	
}
h5, h6 { /*update and footer text*/
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: normal;
}
h5 { /*updates only*/
	margin-top: 1em;
}
p { /*nothing special for now?*/
}

sup { /*to fix line-height expansion*/
	position: relative;
	top: -2px;
	vertical-align: top;
	font-size: 80%;
	color: #660066;
}
.epigram {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
ul.wide li { /*for lists that match paragraph linespacing*/
	margin-top: 1.1em;
}
.intro:first-letter { /*drop caps*/
	font-size : 300%;
	font-weight : bold;
	float : left;
	width : 0.7em;
	line-height: 90%;
}
.pullquote {
	color: #003366;
	border: outset 2px #000000;
	background-color: #FFFFCC;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px;
	margin-left: 5px;
	float: right;
	line-height: 1.3em;
}
.rules {
	background-color: #FFFFCC;
}
#Previous ul, td ul {
	margin-top: 0;
}
#Previous li {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: normal;
}

table { /*fills the content div, zero cellspacing*/
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
table.auto { /*fills the content div, zero cellspacing, auto columns*/
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
}
thead, .red { /*red header row*/
	background: #CC0000;
}
.col1 { /*slide-noslide column*/
	width: 1%;
	border-right: hidden;
}
.col2, .col50 { /*entry column*/
	width: 50%;
}
.col2, .col2b { /*entry columns*/
	border-left: hidden;
}
.col2b { /*notes column*/
	width: 14%;
}
.col3, .col40 { /*notes column*/
	width: 40%;
}
.col4 { /*btt column*/
	width: 9%;
}
.col5 { 
	width: 5%;
}
.col10 { 
	width: 10%;
}
.col15 { 
	width: 15%;
}
.col20 { 
	width: 20%;
}
.col30 { 
	width: 30%;
}
.col35 { 
	width: 35%;
}
.col65 { 
	width: 65%;
}
.col80 { 
	width: 80%;
}

th { /*red header cells*/
	padding: 0.3em;
	font-weight: bold;
	border: 1px inset #999999;
	width: 50%;
	vertical-align: middle;
	background: #CC0000;
}
td { /*ordinary entry cells*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 1px;
	border: 1px inset #999999;
	vertical-align: top;
	line-height: 1.1em;	
}
.overview h3{ /*blue date text for TL summaries*/
	color: #003366;
	font-size: 105%;
	text-decoration: none;
	font-style: normal;
}
.overview ul { /*subheads for TL summaries*/
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: 95%
}
.overview ul ul { /*TL summary entries*/
	margin-left: 1em;
	padding-left: 1px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	list-style-type: disc;
	list-style-position: outside;
}
td.inverse, .inverse td { /*for popping white-on-black text in date rows, and marking "slider" cells*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: bold;
	background: #000000;
	vertical-align: middle;
}
table.alt1 td.inverse {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: normal;
	background: #000000;
	vertical-align: top;
}
.notes { /*smaller text style for Notes cells*/
	padding: 2px 2px 1px 2px;
	font-family: "Helvetica Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.05em;
}
.inverse td.notes { /*centering Year X dates*/
	text-align: center;
}
.inverse td.bttop { /*for positioning BackToTop links*/
	font-family: "Helvetica Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: normal;
	background: #000000;
	vertical-align: middle;
	text-align: right;
	border-left: hidden;
}
span.bttop {
	color: #FFFFFF;
	background-color: #003366;
	font-weight: normal;
	font-size: 80%;
	float: right;
}
span.notes {
	font-family: "Helvetica Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}
.bttop a:link, .bttop a:visited { /*color of BTT links*/
	color: #FFFFFF;
	text-decoration: none;
}
.bttop a:hover { /*hover color of BTT links*/
	color: #0000FF;
} 
.tright { /*right-aligning table data*/
	text-align: right;
}
.preC { /*provision pre-Crisis canonicity*/
	color: #009933;	
}
.preNE { /*provisional pre-NewEarth canonicity*/
	color: #003399;	
}
.blue { /*month labels*/
	color: #FFFFFF;
	padding: 0.3em;
	font-weight: bold;
	vertical-align: middle;
	background-color: #003366;
}
.left { /*to float images like Validation Buttons to the left*/
	display: block;
	float: left;
	clear: left;
	margin: 1px;
}
.right { /*to float images to the right*/
	display: block;
	float: right;
	margin: 1px;
}
a img { /*to clear any border from image links*/
	border: none;
}
#Corner { /*top left div for clock image*/
	position: absolute;
	top: 0px;
	left: 0px;
	height: 115px;
	width: 170px;
}
#Header { /*top div for site header image*/
	position: absolute;
	top: 0px;
	left: 170px;
	right: 0px;
	height:115px;
	background-color: #003366;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 0 auto;
}
#Nav { /*left div for navigation list*/
	position: absolute;
	left: 0px;
	top: 115px;
	bottom: 0;
	width: 170px;
	background-color: #CC0000;
	background-image: url(../Images_used/red_bkgdSm.gif);
	padding: 0 0 100px 0;
	overflow: auto;
}
#Content { /*main div for site content, containing editables & Footer*/
	position:absolute;
	top: 115px;
	right: 0px;
	bottom: 0px;
	left: 170px;
	overflow: scroll;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 90%;
}
body.addendum #Content { /*variant for Addendum pages, sans Nav*/
	position:absolute;
	top: 115px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 90%;
}
body.home #Content { /*variant for Home page, sans Footer*/
	bottom: 80px;
	border-bottom: inset 2px #999999;
}
#Searchbox { /*on home page only*/
	width: 28em;
}
#Footer { /*bottom div for legalese*/
	padding: 0px 5px 5px 5px;
	font-size: 90%;
}
body.home #Footer { /*variant for Home page, outside Content*/
	position: absolute; 
	left: 170px;
	right: 0px;
	bottom: 0px;
	height: auto;
	padding: 5px 10px 5px 10px; 
	margin: 0;
	font-size: 80%; 
}
#Footer img { /*to align Validation Buttons with text*/
	vertical-align: text-top;
}
#Nav ul { /*defining the list element*/
	margin: 10px 0 10px 0;
	padding: 0px;
	border: none;
	font: bold .8em "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	overflow: auto;
}
#Nav li { /*defining the list items*/
	list-style: none;
	text-align: left;
	margin: 0 0 3px 10px;
}
li.double { /*keeping nav button height consistent*/
	line-height: 200%;	
}
#Nav li a { /*defining list links, with IE hack*/
	display: block;
	width: 120px;
	\width: 147px;
	w\idth: 120px;
	padding: 3px 6px 3px 9px;
	border: 0px;
	border-left: 12px solid #CC0000; 
	text-decoration: none;
}
#Nav li a:link, #Nav li a:visited, #Nav li a:hover { /*keeping nav text consistently white*/
	color: #ffffff; 
}
#Nav li#active a:link, #Nav li#active a:visited { /*nav button colors for active page*/
	border-color: #CC0000;
	background-color: #CC6666;
}
#Nav li a:hover, #Nav li#active a:hover { /*reversing nav button colors on mouseover*/
	border-left: 12px solid #660000;
	background-color: #CC0000;
}

