.nav-list .nav-header {
  margin-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.nav-list li + .nav-header {
  margin-top: 30px;
}
.nav-list .active a {
  color: #ffffff;
  background-color: rgba(200, 100, 100, 0.3);
}
.nav-list .active a:hover {
  background-color: rgba(200, 100, 100, 0.3);
}
.nav-list li a {
  text-shadow: none;
  color: #dfdfdf;
}
.nav-list li a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.nav-list .search-query {
  width: 174px;
  margin-top: 10px;
  margin-left: -8px;
}
.span3,
.span9 {
  margin-bottom: 100px;
}
.more {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 0.8em;
}
.more a {
  color: #bbbbbb;
}
