body {
  padding: 0px 0 20px 0px;
  margin: 0px;
  font: 16px/1.5 "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #000000;
  font-weight: normal;
  background: #ffffff;
  background-attachment: fixed !important;
  background: linear_gradient(#2a2a29, #1c1c1c);
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin: 0 0 10px;
  font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}
h1, h2, h3 {
  line-height: 1.1;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h4, h5, h6 {
  color: #000000;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  color: #000000;
  padding-top: 20px;
}
a {
  color: rgb(0, 47, 255);
  font-weight: 400;
  text-decoration: none;
}
b {
  color: #000000;
}
a:hover {
  color: #9bbbff;
}
a small {
  font-size: 11px;
  color: #666;
  margin-top: -0.6em;
  display: block;
}
strong {
  font-family: 'OpenSansBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
li {
  margin-bottom: 0.7em;
}
.wrapper {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
section img {
  max-width: 100%;
}
blockquote {
  border-left: 3px solid rgb(0, 47, 255);
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
}
code {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
  color: #000000;
  font-size: 13px;
  margin: 0 4px;
  padding: 4px 6px;
  border-radius: 2px;
}
pre {
  padding: 8px 15px;
  background: #191919;
  border-radius: 2px;
  border: 1px solid #121212;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
  overflow: auto;
  overflow-y: hidden;
}
pre code {
  color: #000000;
  text-shadow: 0px 1px 0px #000;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #434343;
  color: #b6b6b6;
  font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #434343;
}
hr {
  border: 0;
  outline: none;
  height: 3px;
  background: transparent url('../images/hr.gif') center center repeat-x;
  margin: 0 0 20px;
}
dt {
  color: #000000;
  font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
#header {
  z-index: 100;
  left: 0;
  top: 0px;
  height: 60px;
  width: 100%;
  position: fixed;
  background: url(../images/nav-bg.gif) #353535;
  border-bottom: 4px solid #434343;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}
#header nav {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 10px;
  background: blue;
  margin: 6px auto;
}
#header nav li {
  font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  list-style: none;
  display: inline;
  color: white;
  line-height: 50px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
  font-size: 14px;
}
#header nav li a {
  color: white;
  border: 1px solid #5d910b;
  background: linear_gradient(#93bd20, #659e10);
  border-radius: 2px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), 0px 3px 7px rgba(0, 0, 0, .7);
  background-color: #93bd20;
  padding: 10px 12px;
  margin-top: 6px;
  line-height: 14px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
#header nav li a:hover {
  background: linear_gradient(#749619, #527f0e);
  background-color: #659e10;
  border: 1px solid #527f0e;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .2), 0px 1px 0px rgba(0, 0, 0, .0);
}
#header nav li.fork {
  float: left;
  margin-left: 0px;
}
#header nav li.downloads {
  float: right;
  margin-left: 6px;
}
#header nav li.title {
  float: right;
  margin-right: 10px;
  font-size: 11px;
}
section {
  max-width: 650px;
  padding: 30px 0px 50px 0px;
  margin: 20px 0;
  margin-top: 70px;
}
section #title {
  border: 0;
  outline: none;
  margin: 0 0 50px 0;
  padding: 0 0 5px 0;
}
section #title h1 {
  font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  line-height: 36px;
}
section #title p {
  color: #d7cfbe;
  font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
section #title .credits {
  font-size: 11px;
  font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #696969;
  margin-top: -10px;
}
section #title .credits.left {
  float: left;
}
section #title .credits.right {
  float: right;
}
@media print, screen and (max-width: 720px) {
  #title .credits {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  #title .credits .left {
    float: none;
    display: block;
  }
  #title .credits .right {
    float: none;
    display: block;
  }
}
@media print, screen and (max-width: 480px) {
  #header {
    margin-top: -20px;
  }
  section {
    margin-top: 40px;
  }
  nav {
    display: none;
  }
}

