#header {
  position: relative;
}

#header h1 {
  display: inline;
}

#header h1 a {
  display: block;
  height: 86px;
  text-indent: -5000px;
  width: 300px;
}

#toolbar {
  position: absolute;
  right: 10px;
  top: 15px;
}

#toolbar a {
  border-left: 1px solid white;
  color: white;
  padding: 2px 15px;
  text-decoration: none;
}

#toolbar .share-this a {
  background: url(../images/share-this.png) no-repeat 15px center;
  border-left: none;
  padding-left: 40px;
}

#toolbar .member-login a {
  background: url(../images/member-login.png) no-repeat 15px center;
  padding-left: 40px;
}