body {
  font-family: 'Cabin', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  background: #fafafa;
  color: #000;
}


.main-wrap
{
  background: #aaa url(img/bgnoise.png);
  padding-top:50px;
  border-bottom:1px solid #eee;
}

.container {
  width: 800px;
  margin: 0 auto 40px auto;
}

.header-container {
  width:950px;
}

.header {
  background-color:#b39e7e;
  height:210px;
  text-shadow:5px 0px 0 #A17739;
  width:800px;
  float:left;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  margin-bottom:20px;
}

h1 {
  padding-top:30px;
  padding-left:30px;
  font-size: 100px;
  color:#fff;
  letter-spacing:-5px;
  line-height:62px;
  width: 500px;
  margin: 0;
  float:left;
}

h1 span {
  font-size: 55px;
  font-style: italic;
  vertical-align:super;
  padding-left:20px;
}

h2 {
  font-size: 0.8em;
}

.big-player {
  width:230px;
  float:left;
  padding-top:16px;
  margin-left:20px;
}

a.sc-remote-link {
  display:block;
  width:126px;
  height:126px;
  cursor:pointer;

  margin-left:40px;
  margin-bottom:12px;
}

a.sc-remote-link  {
  background:url(img/big-play.png);
}
a.sc-remote-link:hover {
  background:url(img/big-play-hover.png);
}

a.sc-remote-link.playing {
  background:url(img/big-pause.png);
}
a.sc-remote-link.playing:hover {
  background:url(img/big-pause-hover.png);
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-style: italic;
  text-decoration:none;
  padding: 4px 16px;
  width:70px;
  font-size:25px;
  letter-spacing:-2px;
  font-weight:300;


  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
  text-decoration: none;
}
.button:active, .big-button:active, .next:active, .previous:active{
  position: relative;
  top: 1px;
}

.button {
  color: #d2d2d2;
  border: solid 1px rgb(0,0,0,.1);
  text-shadow: 0 -1px 0px rgba(0, 0, 0, .3);

  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%,#e0e0e0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.active {
  color:#b39e7e;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, .6);
}

.active, .button:hover {
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(top,  #e0e0e0 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e0e0e0 0%,#f7f7f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.button:active {
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%,#e0e0e0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%,#e0e0e0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.track {
  margin-top:30px;
  height:200px;
}

.sc-title {
  position: relative;
  top: -45px;
  font-size: 20px;
  color: #666;
  padding-left:20px;
  width:700px;
}

.hide {
  display:none;
}

.previous {
  display:none;
}

#spinner {
  width:16px;
  height:11px;
  background:url(img/spinner.gif);
  margin:0 auto;
}

.controls {
  font-size:20px;
  font-style:italic;
  font-weight:700;
  cursor:pointer;
}

.controls a {
  color:#acacac;
  text-decoration:none;
}

.previous {
  float:left;
}

.next {
  float:right;
}

.social-links ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.social-links ul li { 
display: inline;
 }

.social-links li.facebook
{
margin-right:10px;
} 

#___plusone_0{ width:75px !important; }


.thanks {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size:18px;
  font-weight:300;
  text-align:center;
  margin-top:30px;
  color: #B9B9B9;
  margin-bottom:50px;
}

.thanks a {
  text-decoration:none;
  color: #B9B9B9;
}


.footer {
  background:#fff;
  border-top: 1px dashed #fff;
  padding: 10px 0;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: 100%;
}