/* The bar */

#texbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  height: auto;
  font-size: 1.5em;
  text-align: center;
  z-index: 1;
  font-weight: 200;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#texbar > span {
  line-height: 28px;
  display: inline-block;
  margin-top: 11px;
}

#texbar-pusher {
  height: 50px;
  position: relative;
  overflow: hidden;
}

#texbar-logo {
  position: absolute;
  display: block;
  left: 10px;
  right: auto;
  top: 10px;
  opacity: 0.3;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}

#texbar-logo:hover {
  opacity: 0.9;
}

#texbar-button {
  padding: 3px 14px;
  border-radius: 4px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 1em;
  line-height: 16px;
  cursor: pointer;
}

/* Colors */

.orangeish {
  background-color: #eb593c;
  color: #fff;
}

.orangeish > a.tx-btn {
  background-color: #000;
  color: #fff;
}

.blueish {
  background-color: #B2D1E5;
  color: #000;
}

.blueish > a.tx-btn {
  background-color: #3C8DC5;
  color: #000;
}

.coffee {
  background-color: #492818;
  color: #876D3A;
}

.coffee > a.tx-btn {
  background-color: #9D957E;
  color: #492818;
}
