/* Header */

/* Header */
#zone-header {
  position: relative;
}
#section-header {
  position: relative;
  z-index: 10;
  *zoom: 1;
}

/* Branding */
#region-branding {
  float: left;
  width: auto;
}

/* User */
#region-user-first,
#region-user-second {
  float: right;
  margin: 20px 0;
  width: auto;
}

/* Search */
#region-user-second {
  bottom: 10px;
  font-size: 1.4em;
  position: absolute;
  right: 0;
}
#region-user-second .block {
  text-align: right;
}
#block-search-form form {
  min-height: 0;
  position: relative;
}
#block-search-form .form-submit {
  background: url(../images/search.png) center center no-repeat transparent;
  border: none;
  cursor: pointer;
  display: block;
  filter: none;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -100px;
  top: 4px;
  width: 24px;
}
#block-search-form .form-submit:active, #block-search-form .form-submit:focus {
  border: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#block-search-form .form-text {
  color: #aaa;
  height: 28px;
  padding: 0 30px 0 4px;
  width: 300px;
}
#block-search-form .form-text:active, #block-search-form .form-text:focus {
  color: #424242;
}

#logo {
  padding: 30px 0;
}
