/*
Optional styling for bbplayer elements.
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Oswald:300,700,400);

.bbplayer {
  font: bold 16px/1.5 Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #898989;
}

.bb-play {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width:  32px;
  padding: 20px;
  background: transparent;
  background-image: url('../img/play.png');
  background-repeat: no-repeat;
  background-position: 7px center;
  cursor: pointer;
}

.bb-playing {
  vertical-align: middle;
  background-image: url('../img/pause.png');
  background-position: center center;
}

.bb-forward {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  width:  32px;
  padding: 20px;
  background: transparent;
  background-image: url('../img/forward.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bb-rewind {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  width:  32px;
  padding: 20px;
  background: transparent;
  background-image: url('../img/rewind.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bb-rewind, .bb-forward, .bb-playing, .bb-play {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
}

.bb-trackTime {
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
  height: 18px;
}

.bb-trackLength {
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
  height: 18px;
}

.bb-meta {
    font-size: 25px;
    font-weight: 400;
}

.bb-channel {
    font-size: 18px;
    font-weight: 700;
}

.bb-trackTitle {
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
  height: 24px;

  font-size: 24px;
  font-weight: 700;
  padding-bottom: 35px;
}

.bb-debug {
  height:10em;
  width: 32em;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  overflow: auto;
  font-weight: normal;
  font-size: 14px/1.5;
}

.bb-label {
  font-size: 14px/1.5;
  font-weight: 300;
  margin: 10px;
}
