/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2010 736 Computing Services Limited
Released under the MIT license. http://736cs.com/mit-license.php?2010

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

body {
        line-height: 1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
        display: block;
}

nav ul {
        list-style: none;
}

ol {
        list-style: decimal;
}

ul {
        list-style: disc;
}

ul ul {
        list-style: circle;
}

blockquote, q {
        quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

ins {
        text-decoration: underline;
}

del {
        text-decoration: line-through;
}

mark {
        background: none;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

hr {
        display: block;
        height: 1px;
        border: 0;      
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
}

input, select, a img {
        vertical-align: middle;
}













body {
	text-align: center;
	background-color: #000;
}

#page {
  text-align: center;
  min-width: 700px;
}

#landing_content {
  text-align: center;
}

h1 {
  font-family: 'Nosifer Caps', Helvetica, Arial;
  font-size: 6em;
  line-height: 1.3em;
  color: #6ff;
  margin-top: 0.7em;
}

h3 {
  font-family: 'Nosifer Caps', Helvetica, Arial;
  font-size: 1.8em;
  margin-top: 1.3em;
  color: #066;
}

#landing_links {
  margin-top: 3em;
  color: #066;
}

#landing_links a {
  font-family: Pompiere, Helvetica, Arial;
  font-size: 1.2em;
  margin: 0 2em;
  color: #033;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#landing_links a:hover {
  color: #ff9;
}

div#past_present_future {
  font-size: 0.6em;
  font-family: Helvetica, Arial;
  line-height: 1.2em;
  clear: both;
  color: #444;
}

div#past_present_future table {
  width: 42em;
  margin: auto;
  margin-top: 65px;
  margin-bottom: 20px;
}

#past_present_future th {
  width: 14em;
  text-align: center;
  padding: 3px 0 3px 10px;
}

#past_present_future td {
  width: 14em;
  text-align: left;
  padding: 2px 10px;
}

#past_present_future tr.header_row th {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 3px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background-color: #222;
}

#past_present_future tr.subheader_row th {
  text-align: left;
  font-size: 0.8em;
  padding-top: 3px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background-color: #111;
}

#past_present_future ul {
  list-style-type: none;
}
