#sidebar {
  width: 200px;
  height: auto;
  padding: 10px;
  position: fixed;
  right: 30px;
  bottom: 130px;
  background: rgba(0,0,0,0.7);
  z-index: 31;
}
#sidebar label,
#sidebar h1 {
  font-family: desyrel;
  font-size: 20px;
  font-weight: bolder;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#sidebar form #s {
  width: 70%;
  float: left;
  margin-bottom: 10px;
}
#sidebar form #searchsubmit {
  width: 30%;
  float: left;
}
#sidebar #secondary-menu {
  background: rgba(255,255,255,0.5);
  min-height: 50px;
  margin: 0;
}
#sidebar #secondary-menu li ul {
  display: none;
}
