
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000;
  font: 14px / 22px 'Helvetica Neue', sans-serif;
  color: #FFF;
}

#wrapper {
  margin: 0 auto;
  width: 666px;
}

#shitty-browser {
  display: block;
}
.audio.history #shitty-browser {
  display: none;
}
#shitty-browser, #mobile-warning {
  background: #E4573C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE7055', endColorstr='#E4573C');
  background: -webkit-gradient(linear, left top, left bottom, from(#FE7055), to(#E4573C));
  background: -moz-linear-gradient(top,  #FE7055,  #E4573C);
  border-radius: 3px;
  font-size: 16px;
  margin: 20px 0;
  padding: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
#shitty-browser a {
  text-decoration: underline;
}

.show {
  display: inline;
}

#play.show, #loading.show {
  display: block;
}

.hide {
  display: none;
}

#loading.hide, #play.hide {
  display: none;
}

#mobile-warning {
  display: none;
}
.mobile #mobile-warning {
  display: block;
}

/* CONTENT */
#content {
  background: url('poster.jpg') no-repeat 0 0;
  float: left;
  height: 700px;
  position: relative;
  width: 466px;
}

a {
  color: #FFF;
  text-decoration: none;
}

#social {
  margin-left: 5px;
  overflow: hidden;
}
.social-link {
  background: transparent url('social.png') no-repeat 0 0;
  display: block;
  float: left;
  font-size: 11px;
  height: 16px;
  line-height: 18px;
  margin: 5px 0;
  text-indent: 21px;
  text-shadow: 1px 1px 0px #000, 1px 1px 2px #000;
  width: 50%;
}
.social-link.twitter {
  background-position: 0 -17px;
}
.social-link.youtube {
  background-position: 0 -33px;
}
.social-link.twitchtv {
  background-position: 0 -49px;
}

#tagline {
  bottom: 115px;
  clear: both;
  display: block;
  font-family: 'Stencil W01 Bold';
  font-size: 30px;
  font-weight: normal;
  left: 0;
  line-height: 35px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-shadow: 3px 4px 0 #000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

/* SIDEBAR */
#sidebar {
  float: right;
  margin-left: 10px;
  width: 190px;
}

#share {
  clear: both;
}
#actions {
  clear: both;
  margin-top: 10px;
}
#actions a, #actions div {
  display: block;
  clear: both;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #000, 1px 1px 2px #000;
}

#actions a#play.inactive {
  color: #444;
  cursor: default;
}

.fb-like,
.twitter-share-button,
.g-plus {
  display: block;
  margin: 5px 0;
}

#buttons {
  margin-top: 20px;
}
#buttons a {
  background: url(buttons.png) no-repeat 0 0;
  display: block;
  height: 72px;
  margin-left: -16px;
  text-indent: -9999px;
  width: 210px;
}
#buttons a.homepage {
  margin-top: -15px;
}
#buttons a.homepage:hover {
  background-position: 0 -72px;
}
#buttons a.signup {
  background-position: 0 -144px;
}
#buttons a.signup:hover {
  background-position: 0 -216px;
}
