// The dashes above are required by jekyll.
// This file generates a css.

/*Table of contents and Navbar*/ li.sidebarTitle {

margin-top: 20px;
font-weight: normal;
font-size: 130%;
color: #0041ed;
margin-bottom: 10px;
margin-left: 5px;

}

/************************************************************/ // The below was generated from 1b775fd Mar 14, 2014 version of navgoco. .nav {

list-style: none;
border-width: 2px;
border-color: #000000;
ul, li {
  list-style: none;
  background: #FAFAFA;
}
ul {
  padding: 0;
  margin: 0 0 0 18px;
}
padding: 4px;
margin: 0px;
> li {
  margin: 4px 0;
  li {
    margin: 2px 0;
  }
}
a {
  color: #333;
  display: block;
  outline: none;
  border-radius: 4px;
  text-decoration: none;
}
li {
  border-width: 2px;
  border-color: #000000;
  > a {
    > span {
      float: right;
      font-size: 130%;
      font-weight: bolder;
    }
    &:hover > span {
      color: #000000;
    }
    > span:after {
      content: '\25be';
    }
  }
  &.active > a > span:after {
    content: '\25b4';
  }
}
a:hover {
  background-color: #8D8D8D;
  color: #000000;
}
li {
  &.active > a {
    background-color: #8D8D8D;
    color: #f5f5f5;
  }
  a {
    font-size: 110%;
    line-height: 110%;
    padding: 2px 10px;
  }
}
> li.active > a {
  background-color: rgb(190, 129, 0);
}
> li > a {
  font-size: 110%;
  line-height: 120%;
  padding: 4px 10px;
}

}