﻿@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html{
  background-color: #23241F;
  color: #fff;

}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }
  /* body > header {
    background-color: #0065bd;
    height: 48px;
    margin-bottom: 20px;
    padding: 4px; }
    body > header > img {
      background-color: #23241F;
      float: left;
      height: 48px;
      margin: -4px;
      padding: 4px 16px; }
    body > header > h1 {
      display: none; }
    body > header > h2 {
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      padding: 2px 2px 2px 220px;
      width: 100%; } */
  body > nav > a {
    color: #fff;
    display: block;
    line-height: 32px;
    height: 100%;
    text-decoration: none;
    width: 100%; }
    body > nav > a:hover {
      background-color: #101010; }
    body > nav > a.download {
      float: right;
      width: 128px; }
      body > nav > a.download > img {
        float: left;
        height: 32px;
        padding: 8px 16px 8px 8px; }
  body > nav > ol {
    list-style: none;
    padding: 4px; }
    body > nav > ol > li {
      display: inline-block;
      font-weight: 700;
    
    }
      body > nav > ol > li > a {
        color: #fff;
        display: block;
        height: 100%;
        text-decoration: none;
        width: 100%; }
        body > nav > ol > li > a:hover {
          text-decoration: underline; }
  body > nav > ul {
    clear: both;
    list-style: none;
    width: 100%; }
    body > nav > ul > li {
      border-top: 1px solid #999;
      width: 100%; }
      body > nav > ul > li:last-child {
        border-bottom: 1px solid #999; }
      body > nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 32px;
        height: 100%;
        text-decoration: none;
        width: 100%; }
        body > nav > ul > li > a:hover {
          background-color: #101010; }
        body > nav > ul > li > a.download {
          float: right;
          width: 128px; }
        body > nav > ul > li > a > img {
          float: left;
          height: 32px;
          padding: 8px 16px 8px 8px; }
        body > nav > ul > li > a > span {
          white-space: pre-wrap; }
          body > nav > ul > li > a > span.file-size {
            color: #666;
            display: block;
            float: right;
            text-align: right;
            width: 128px; 
            padding-right: 10px;
          }
  body > footer {
    font-size: 12px;
    margin-top: 40px;
    padding: 2px; }

/*# sourceMappingURL=Site.css.map */