/* http://www.colourlovers.com/palette/456221/Basic_Neuroscience */
/*DARK GREEN  #607848 */
/*GREEN     #789048 */
/*YELLOW     #F0F0D8 */
.container {
  max-width: 800px; }

/* Override some defaults */
html, body, p, ul, div {
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #4E4F4B;
  font-family: 'Noto Sans', sans-serif; }

a {
  font-size: inherit;
  font-family: inherit; }
  a:link {
    color: #822339; }
  a:hover {
    color: #F73E3E; }
  a:visited {
    color: #822339; }

p {
  line-height: 1.5em; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif; }

h1 {
  margin-bottom: 15px;
  font-size: 26px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 16px;
  margin-bottom: 10px; }

h4, h5 {
  font-size: 14px; }

pre, code {
  overflow: auto !important;
  font-size: 14px; }

img {
  order: 3px solid #ffd573;
  order-radius: 3px; }

dl dd {
  margin-bottom: 10px; }

table, pre {
  margin-bottom: 10px; }

table thead th {
  text-align: left; }

table td, table th {
  padding: 15px; }

hr {
  clear: both;
  border: 0; }

/* top navigation --------------------------------------*/
.navbar a.brand {
  color: #4e4f4b;
  font-weight: bold;
  font-family: 'Voces', verdana, serif; }

.navbar ul.nav > li > a,
.navbar ul.nav > li > a:hover {
  color: #4e4f4b;
  font-family: verdana, serif; }

.navbar ul.nav > li > a.active,
.navbar ul.nav > li > a.active:hover {
  background-color: #4e4f4b; }

/* social */
ul.social li iframe {
  position: relative;
  margin: 0 10px;
  top: 10px; }

.icon-github {
  background-image: url("../media/github_white_black_cat_32.png") !important;
  background-position: 0 0; }

.stripe {
  background: white url("../media/stripe.png") repeat;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #ffd573; }

#user-list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }

#user-list li {
  display: inline; }

#user-list li img {
  border: 1px solid #777;
  background: #FFF;
  border-radius: 1px; }

/* splash page */
h1.splash-header {
  text-align: center;
  font-size: 38px;
  padding: 20px;
  margin: 0 !important; }

div.box {
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
  border-left: 2px solid #ffd573; }

.container.default h1 {
  margin: 30px 0; }
.container.default ol > li {
  margin-bottom: 7px; }
  .container.default ol > li strong {
    display: block;
    margin-bottom: 5px; }
.container.default ol ol {
  margin-top: 7px; }

#benefits-table tr td:first-child {
  color: #4e4f4b; }

/* contact-list --------------------------------------- */
ul.contact-list {
  margin: 0;
  padding: 0;
  margin-top: 20px; }

ul.contact-list li {
  list-style: none;
  display: inline-block;
  line-height: 28px;
  width: 30%; }

ul.contact-list li.tweet iframe {
  position: relative;
  top: 5px; }

/* tag_box --------------------------------------- */
.tag_box {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  overflow: hidden; }

.tag_box li {
  line-height: 28px; }

.tag_box.inline li {
  float: left; }

.tag_box a {
  padding: 2px 4px;
  margin: 2px;
  background: #efefef;
  color: #555;
  border: 1px dashed #ccc;
  border-radius: 3px;
  text-decoration: none; }

.tag_box a span {
  vertical-align: super;
  font-size: 0.8em; }

.tag_box a.active {
  background: #57A957;
  border: 1px solid #4C964D;
  color: #FFF; }

/* Subnav */
.subnav {
  width: 100%;
  height: 39px;
  background: #c6e5d9;
  border: 0;
  border-bottom: 2px solid #4e4f4b; }

.subnav a.brand {
  color: #ffd573;
  float: left;
  line-height: 38px;
  margin-left: 20px; }

.subnav .nav {
  margin-bottom: 0; }

.subnav a i.icon-white {
  opacity: 0.5; }

.subnav .nav > li > a {
  margin: 0;
  padding: 13px;
  border-left: 1px solid #4e4f4b;
  border-right: 1px solid #4e4f4b;
  color: #ffd573;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.subnav .nav > li > a:hover {
  background-color: #4e4f4b; }

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  background-color: #ffd573;
  color: #4e4f4b;
  border: 0; }

.subnav .nav > .active > a i.icon-white {
  background-image: url("../media/glyphicons-halflings.png") !important; }

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px; }

.subnav .nav > li:last-child > a {
  border-right: 0; }

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    /* 10 less than .navbar-fixed to prevent any overlap */ }

  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px; }

  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }
body {
  height: 100%;
  margin: 0;
  padding: 0; }

.container-fluid {
  overflow: auto;
  height: 100%;
  min-width: 900px;
  position: relative; }

#left-pane {
  position: fixed;
  top: 0;
  width: 16%;
  height: 100%;
  overflow: auto;
  background-color: #4e4f4b;
  border-right: 1px solid #4e4f4b; }

#outline-pane {
  position: fixed;
  top: 0;
  left: 16%;
  width: 16%;
  height: 100%;
  overflow: auto; }

#novel {
  position: relative;
  top: 0;
  left: 32%;
  width: 62%;
  background: #FFF; }

#novel > .inner {
  padding: 15px 30px; }

footer {
  clear: both;
  padding: 10px; }
  footer p {
    font-size: 12px;
    text-align: center; }

#nav-toggle {
  z-index: 10000000;
  width: 100%;
  display: none; }

#nav-toggle a {
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #FFF;
  text-align: right;
  text-decoration: none; }

#nav-toggle a:hover {
  text-decoration: underline; }

.fixed {
  position: fixed; }

.hide {
  display: none; }

@media all and (max-width: 767px) {
  #novel {
    left: 0;
    width: 100%; }

  #novel > .inner {
    padding: 15px; }

  #left-pane {
    width: 100%;
    display: none;
    height: 100%;
    position: relative; }

  #outline-pane {
    display: none; }

  #nav-toggle {
    display: block; }

  #toc li:first-child {
    display: none; } }
@media all and (min-width: 767px) {
  #left-pane {
    display: block !important; } }
body.docs-0 #left-pane-off {
  background-color: #eee; }

body.docs-0 ul.nav > li > a-off {
  background-color: #cccccc; }

#version-notice {
  color: #FFF;
  display: block;
  padding: 2px 15px;
  font-size: 0.9em; }

#version-notice.error {
  background-color: #BD3737; }

#version-notice.success {
  background-color: #789048; }

kbd {
  padding: 0.1em 0.6em;
  border: 1px solid #ccc;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #f7f7f7;
  color: #333;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.1em;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.4;
  white-space: nowrap; }

.navbar a {
  font-size: 14px; }

#homepage h1 {
  color: #F73E3E; }
#homepage #home-banner {
  color: inherit;
  padding: 80px 0; }
  #homepage #home-banner a {
    text-decoration: underline;
    color: #FFF; }
  #homepage #home-banner h1 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
    color: inherit; }
  #homepage #home-banner h3 {
    font-size: 20px;
    font-weight: normal; }
  #homepage #home-banner ul, #homepage #home-banner div, #homepage #home-banner p, #homepage #home-banner li, #homepage #home-banner h1, #homepage #home-banner strong {
    color: inherit; }

#navigation-wrapper {
  background-color: #FFD573; }

#navigation {
  padding: 20px 0; }
  #navigation span {
    font-size: 12px; }
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    #navigation ul li {
      display: inline-block; }
      #navigation ul li a.btn {
        background-color: #F73E3E;
        color: #FFF; }
        #navigation ul li a.btn:hover {
          background-color: #FF773D;
          color: #FFF; }

#why-jekyllbootstrap .block h1 {
  border-top: 3px solid #FFD573;
  padding-top: 10px;
  margin-top: 40px; }

h1.headline {
  text-align: center;
  font-size: 36px; }

.bg-colorize {
  background-color: #212121;
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(right center, ellipse farthest-side, #111111 0%, #333333 200%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(right center, ellipse farthest-side, #111111 0%, #333333 200%);
  /* Opera */
  background-image: -o-radial-gradient(right center, ellipse farthest-side, #111111 0%, #333333 200%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, right center, 0, right center, 954, color-stop(0, #111111), color-stop(2, #333333));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(right center, ellipse farthest-side, #111111 0%, #333333 200%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(ellipse farthest-side at right center, #111111 0%, #333333 200%); }
/*DARK GREEN  #607848 */
/*GREEN     #789048 */
/*YELLOW     #F0F0D8 */
/* documentation section -------------------------------------- */
#main-content.docs h1 {
  margin: 20px 0;
  padding: 0;
  color: #F73E3E; }
  #main-content.docs h1:first-child {
    margin-top: 0;
    padding-top: 0; }
#main-content.docs h2 {
  border-top: 3px solid #FFD573;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FF773D; }

#main-content.edge h2 {
  margin: 40px 0 40px 0;
  font-size: 30px;
  color: #221F26;
  text-align: center; }
#main-content.edge h3 {
  border-top: 3px solid #F0F0D8;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #607848; }

table td.module {
  width: 120px;
  font-weight: bold;
  color: #604848;
  vertical-align: top; }
  table td.module ul li {
    color: #444;
    font-weight: normal; }

#toc {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  #toc a {
    color: #4e4f4b;
    text-decoration: none; }
    #toc a.brand {
      color: #F0F0D8;
      text-decoration: none; }
    #toc a:hover {
      text-decoration: underline; }
  #toc > li {
    border-bottom: 1px solid #4e4f4b;
    border-right: 1px solid #4e4f4b;
    border: 0; }
    #toc > li.active > a {
      background-color: #111 !important;
      color: #ffd573 !important; }
    #toc > li > a {
      display: block;
      padding: 3px 30px;
      color: #ffd573; }
      #toc > li > a i.icon {
        opacity: 0.8; }
    #toc > li > a.heading {
      display: block;
      padding: 5px 10px;
      background-color: #ffd573;
      color: #4e4f4b;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 1px; }
      #toc > li > a.heading:hover {
        text-decoration: underline; }

ul.nest {
  font-size: 14px;
  padding: 15px 10px 10px 10px;
  margin: 0;
  list-style: none; }
  ul.nest li {
    list-style: none; }
    ul.nest li.sub {
      margin-left: 30px; }
    ul.nest li strong {
      padding: 1px 8px;
      display: block; }
    ul.nest li a {
      text-decoration: underline;
      color: #4e4f4b;
      line-height: 1.5em; }
      ul.nest li a:hover {
        color: #F73E3E; }

blockquote {
  margin: 20px 0;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  font-size: 1em; }
  blockquote p {
    font-size: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.5em; }

#step-2-code {
  width: 100%;
  height: 120px;
  background-color: #333;
  color: #FFF;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px;
  white-space: nowrap; }
/* POST template */
#post-header h1 {
  padding-bottom: 20px; }

#post-wrapper h2 {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 3px solid #F0F0D8; }
  #post-wrapper h2 h3 {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    background-color: #F0F0D8; }
  #post-wrapper h2 div.meta > div {
    padding-right: 20px;
    text-align: right; }
  #post-wrapper h2 div.meta h4 {
    color: #555; }
  #post-wrapper h2 .body > p, #post-wrapper h2 #post-wrapper .body > pre {
    margin-bottom: 15px; }
  #post-wrapper h2 .pagination {
    padding: 20px 0;
    border-bottom: 3px solid #F0F0D8; }

.edge-table-of-contents {
  position: relative;
  top: -50px; }
ul.folder-tree {
  margin: 0;
  padding: 10px;
  list-style: none; }
  ul.folder-tree li {
    list-style: none;
    line-height: 2em;
    font-family: inherit; }
    ul.folder-tree li span.name {
      background: #FFF; }
    ul.folder-tree li i {
      font-size: 1.3em;
      padding-right: 5px; }
      ul.folder-tree li i.icon-folder-close {
        color: #E6AC27; }
      ul.folder-tree li i.icon-file {
        color: #333; }
  ul.folder-tree ul {
    font-family: inherit; }
  ul.folder-tree > li {
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #F0F0D8;
    background: white url("../media/stripe.png") repeat;
    box-shadow: inset 0 0 5px #F0F0D8; }
    ul.folder-tree > li > span.name {
      font-weight: bold; }
    ul.folder-tree > li.info {
      padding: 10px 20px;
      margin-bottom: 5px;
      background: #F5F0D0;
      border: 1px solid #D2CC65;
      display: none; }
    ul.folder-tree > li a {
      position: absolute;
      right: 10px;
      top: 5px;
      font-family: inherit; }

/* legacy */
ul.folder-key {
  margin-left: 0;
  margin-bottom: 10px; }
  ul.folder-key li {
    display: inline;
    padding: 2px 8px;
    margin-right: 2px;
    border-radius: 3px; }


