#search #q {
  width: 90%;
  display: block;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff url(search.png) no-repeat 4px center;
  padding-left: 24px;
  margin: 0 auto;
  font-size: 1.5em;
}

#search #searchGo {
  display: none;
}

#header {
  background: transparent;
  margin: 0;
  padding: 0;
  height: auto;
}

#header h1 {
  display: none;
}

#header #logo {
  display: none;
}

#header #search {
  float: none;
  text-align: center;
  background: transparent;
  height: auto !important;
  padding: 0;
  margin: 0 2%;
}

ul.thumbs img {
  max-height: 65px;
}