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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

body {
  background-color: #383438;
  font-family: sans-serif;
  margin: 10px;
  line-height: 1.3;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #181014; }
  a:hover {
    color: #000000;
    text-decoration: underline; }

span.key {
  color: #2c282c; }

#header {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #302c30;
  text-align: center;
  font-weight: bold; }
  #header .title {
    padding-bottom: 30px; }
    #header .title .main {
      font-size: 40px;
      color: #c19b8e; }
    #header .title .sub {
      font-size: 20px;
      padding-top: 20px; }
    #header .title .subsub {
      font-size: 16px;
      padding-top: 5px; }
  #header ul.tabs {
    font-size: 22px;
    color: #000000;
    margin: 0 0 -4px 0; }
    #header ul.tabs li {
      display: inline; }
      #header ul.tabs li a {
        color: #181014; }
        #header ul.tabs li a:hover {
          color: #000000;
          text-decoration: none; }
    #header ul.tabs li.chosen, #header ul.tabs li a:hover {
      background-color: #302c30; }
    #header ul.tabs li a, #header ul.tabs li.chosen {
      padding: 0 20px; }

#content {
  background-color: #282428;
  font-size: 13px;
  color: #c19b8e;
  margin: 0 10px; }
  #content a {
    color: #9f685b; }
    #content a:hover {
      color: #000000; }
  #content table.columns {
    width: 100%; }
    #content table.columns tr td > .content {
      margin: 15px; }
    #content table.columns tr td {
      border-right-width: 5px;
      border-right-style: solid;
      border-right-color: #302c30;
      border-left-width: 5px;
      border-left-style: solid;
      border-left-color: #302c30; }
  #content ul.major > li > .title {
    background-color: #100c10;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 2px 6px;
    font-variant: small-caps;
    font-size: 20px;
    color: #49383c;
    margin-bottom: 10px; }
  #content ul.major > li > .content {
    margin-left: 15px; }
    #content ul.major > li > .content p {
      margin: 15px 0; }
      #content ul.major > li > .content p span.code {
        font-size: 14px;
        color: #c1bd9f; }
    #content ul.major > li > .content p.announcement {
      font-size: 18px;
      text-align: center; }
    #content ul.major > li > .content > pre.code {
      margin-top: -10px; }
  #content ul.major > li.spacer {
    padding: 20px; }
  #content ul.list > li {
    list-style: square inside;
    padding-top: 0px; }
  #content ul.list > li.directory {
    list-style: none;
    padding-top: 15px; }
  #content .code {
    font-size: 12px;
    font-weight: bold;
    font-family: courier, monospace; }
  #content pre.code {
    display: block;
    border-width: 1px;
    border-style: dotted;
    border-color: #c19b8e;
    padding: 2px 4px;
    color: #000000;
    background-color: #383438;
    margin-left: 10px; }
  #content ol.minor > li > .title {
    text-decoration: underline;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #8e685b;
    padding: 2px 6px;
    font-size: 16px;
    margin-bottom: 5px; }
  #content ol.minor > li > .content {
    margin-left: 20px; }
    #content ol.minor > li > .content p {
      margin: 5px 0; }
      #content ol.minor > li > .content p span.code {
        font-size: 14px;
        color: #c1bd9f; }
  #content ol.minor > li.spacer {
    padding: 10px; }
  #content ul.minor > li > .title {
    text-decoration: underline;
    color: !content_color - #201; }
  #content ul.minor > li > .content {
    margin-left: 20px; }
    #content ul.minor > li > .content p {
      margin: 5px 0; }
      #content ul.minor > li > .content p span.code {
        font-size: 14px;
        color: #c1bd9f; }
  #content ul.minor > li.spacer {
    padding: 10px; }
  #content .note {
    color: #a17b6e;
    font-size: 10px;
    font-weight: normal;
    margin: 5px; }

#footer {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #302c30;
  padding-top: 5px; }
  #footer .author {
    text-align: right; }
    #footer .author img {
      vertical-align: middle; }

a.sub {
  font-size: 10px;
  font-weight: normal; }
