@font-face {
  font-family: GillSans;
  src: url("GillSans.otf"); }

* {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  font-family: GillSans;
  font-size: 10px;
  text-transform: uppercase; }
  body a {
    color: #FFF;
    text-decoration: none; }
    body a:hover {
      text-decoration: underline; }

.container {
  margin: 0 50px 0 50px;
  position: relative; }
  .container .logo, .container .controls, .container .progress, .container #progress, .container h1 {
    position: absolute; }
  .container .logo {
    background: url(/images/white-lies.png);
    height: 26px;
    top: 50px;
    width: 239px; }
  .container .controls {
    right: 0;
    top: 50px; }
    .container .controls a {
      display: block;
      float: left;
      height: 25px;
      margin-left: 10px;
      opacity: 0.5;
      width: 25px; }
      .container .controls a:hover {
        opacity: 1.0; }
      .container .controls a.prev {
        background: url(/images/prev.png); }
      .container .controls a.play {
        background: url(/images/play.png);
        display: none; }
      .container .controls a.pause {
        background: url(/images/pause.png); }
      .container .controls a.next {
        background: url(/images/next.png); }
  .container .progress, .container #progress {
    width: 100%; }
  .container .progress {
    background-color: #FFF;
    height: 1px;
    opacity: 0.2;
    top: 96px; }
  .container #progress {
    display: none;
    height: 30px;
    top: 85px; }
  .container .title, .container .duration {
    cursor: default;
    font-size: 36px;
    font-weight: normal;
    height: 36px;
    letter-spacing: 6px;
    position: absolute;
    text-transform: uppercase;
    top: 115px; }
  .container .title {
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
  .container .duration {
    right: -6px;
    opacity: 0.5; }

.tour, .site {
  bottom: 50px;
  position: absolute;
  z-index: 12; }

.tour {
  left: 50px; }

.site {
  right: 50px; }

.purchase, .tracklist {
  position: absolute;
  top: 200px;
  z-index: 10; }

.purchase {
  display: none;
  left: 0px; }
  .purchase > a.buy {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #FFF;
    display: block;
    font-size: 14px;
    padding: 10px 0 6px 0;
    opacity: 0.5;
    width: 145px;
    text-align: center; }
    .purchase > a.buy:hover {
      opacity: 1.0;
      text-decoration: none; }

.tracklist {
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  list-style: none;
  right: 0px;
  text-align: right;
  width: 300px; }
  .tracklist li {
    padding-bottom: 20px;
    text-transform: uppercase; }
    .tracklist li div {
      float: right; }
    .tracklist li > div {
      margin-left: 10px; }
    .tracklist li .t_title {
      display: none; }
    .tracklist li .block {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      cursor: hand;
      background-color: white;
      height: 10px;
      opacity: 0.5;
      width: 10px; }
    .tracklist li.active .block {
      opacity: 1.0; }

.volume {
  display: none; }

.footer {
  background-color: transparent;
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 9; }
  .footer .girls {
    background: transparent url(/images/girls.png) no-repeat;
    display: none;
    height: 288px;
    position: relative;
    margin: 0 auto;
    width: 750px; }
    .footer .girls .blink {
      display: none;
      height: 80px;
      position: absolute;
      top: 0px;
      width: 150px; }
      .footer .girls .blink.left {
        background: transparent url(/images/l-blink.png) no-repeat;
        left: 150px; }
      .footer .girls .blink.right {
        background: transparent url(/images/r-blink.png) no-repeat;
        right: 150px; }

.clear {
  clear: both; }

#sm2-container {
  z-index: 10000;
  position: fixed;
  width: 1px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  overflow-x: hidden;
  overflow-y: hidden; }
