#header {
  background: #eee;
  border-bottom: 1px solid #ddd;
}

#header h1 {
  padding-top: 10px;
}

#header h1 span {
  display: none;
}

a:hover {
  background-color: #7e9fc8 !important;
  border-color: #3d679b !important;
  color: #fff !important;
}

#header h1 a:hover {
  background-color: transparent !important;
}

#header #searchform #s, #header #searchform #searchsubmit {
  background-color: #ccc;
  border-color: #999;
  color: #555;
}

