html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html {
  height: 100%; }

body {
  line-height: 1;
  height: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

a {
  outline: none; }

a:focus {
  -moz-outline-style: none; }

ul {
  list-style: none; }

body.default {
  font-family: Helvetica, sans-serif;
  background-color: #1a1817;
  color: #e8edf2; }
  body.default a {
    text-decoration: none;
    color: #769100; }
    body.default a:hover {
      color: #d2ed46; }
    body.default a:active {
      color: #c54e76; }
  body.default header {
    padding: 6px;
    margin: 0 0 26px 0;
    border-bottom: 2px solid;
    border-color: #aaaa90;
    display: none; }
  body.default .links {
    position: relative;
    margin: 26px;
    margin-top: 78px;
    padding: 16px;
    border-top: 2px solid;
    border-color: #c54e76;
    border-left: none;
    min-width: 110px;
    font-size: 26px;
    line-height: 32px; }
    body.default .links h2 {
      color: #289e76;
      position: absolute;
      top: -58px;
      line-height: 42px;
      font-weight: normal;
      font-size: 42px; }

body.bit {
  font-family: Helvetica, sans-serif;
  padding: 42px 26px 26px 26px; }
  body.bit #bithead {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #e8edf2;
    background-color: #1a1817;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #484848);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26px; }
    body.bit #bithead a {
      text-decoration: none;
      color: #e8edf2; }
    body.bit #bithead a:hover {
      text-decoration: underline; }
    body.bit #bithead code {
      font-family: fixed, courier;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -1px;
      font-weight: bold;
      padding: 2px 4px;
      border: 1px solid;
      margin: 0 2px; }

.bits, .links {
  position: relative;
  margin: 26px;
  margin-top: 78px;
  padding: 16px;
  border-top: 2px solid;
  border-color: #c54e76;
  border-left: none;
  min-width: 110px;
  font-size: 26px;
  line-height: 32px; }
  .bits h2, .links h2 {
    color: #289e76;
    position: absolute;
    top: -58px;
    line-height: 42px;
    font-weight: normal;
    font-size: 42px; }
  .bits ul li a, .links ul li a {
    display: inline-block;
    position: relative;
    left: -16px;
    width: 100%;
    text-transform: lowercase;
    padding: 0 16px; }
    .bits ul li a:hover, .links ul li a:hover {
      background-color: #484848; }

.viewport {
  border: 2px solid;
  border-color: #484848;
  border-radius: 68px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  padding: 42px;
  margin: 68px; }
