@CHARSET "UTF-8";

body {
  background: url(../img/bg.png) repeat-y center #666;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #eee;
}

.page {
  background: url(../img/background.jpg) no-repeat #000;
  width: 900px;
  display: block;
  margin: 0 auto;
  display: block;
}

#content {
  padding: 10px;
}

h1 {
  padding: 0;
  margin: 0;
}

#footer {
  clear: both;
  height: 200px;
  text-align: center;
}

#footer .contact a:hover {
  text-decoration: underline;
}

#footer .contact a {
  color: #fff;
  text-decoration: none;
}

#footer .contact {
  color: #aaa;
  margin-right: 20px;
  text-align: right;
}

#column-1 div.left-block {
  
}

#merch {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  border-radius-topleft: 10px;
  border-radius-topright: 10px;
  margin-left: -20px;
}

#MySpace {
  -webkit-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
}

#column-1 div.left-block,#column-2 { /* border: 1px solid cyan; */
  
}

#column-1,#column-2 {
  float: left;
  width: 416px;
}

#column-2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px 0 16px;
  width: 426px;
  height: 1050px;
  margin-left: 10px;
  background: url(../img/right-col-bg.png) no-repeat;
}

#musicPlayer {
  margin: 20px 0;
}

#twitter {
  margin-top: 10px;
}

#facebook {
  margin: 0 0 4px;
}

#facebook a {
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

.welcome-text {
  display: block;
  height: 0;
  text-indent: -9000em;
}

#badges {
  display: block;
  width: 178px;
  margin: 100px 10px 0 0;
  height: 168px;
  float: right;
  height: 168px;
}

#badges a {
  display: block;
  text-indent: -9000em;
  float: left;
  width: 89px;
  height: 84px;
  overflow: hidden;
  float: left;
}

#badges a.facebook {
  background: url(../img/social-media-links.png) no-repeat 0 0;
}

#badges a.twitter {
  background: url(../img/social-media-links.png) no-repeat top right;
}

#badges a.youtube {
  background: url(../img/social-media-links.png) no-repeat bottom left;
}

#badges a.myspace {
  background: url(../img/social-media-links.png) no-repeat bottom right;
}

a.merch {
  display: block;
  background: url(../img/merch.png) no-repeat;
  width: 442px;
  height: 380px;
  text-indent: -9000em;
  overflow: hidden;
}

#mailinglist {
  background: url(../img/col1bg.png) no-repeat 0 0;
  margin-left: -4px;
  height: 376px;
}

#mailinglist h2 {
  margin: 0;
  height: 0;
}

#form2 input[type=text] {
  border: none;
}

#form2 {
  margin-top: 170px;
  margin-left: 44px;
}

.hide {
  text-indent: -9000px;
  display: block;
  overflow: hidden;
}

a.itunes {
  width: 440px;
  margin-left: -4px;
  height: 160px;
  background: url(../img/col1bg.png) no-repeat 0 -376px;
}

.left-block a.myspace:hover {
  text-decoration: underline;
}

.left-block a.myspace {
  display: block;
  color: #fff;
  padding-top: 40px;
  padding-left: 16px;
  text-decoration: none;
  width: 424px;
  margin-left: -4px;
  height: 140px;
  background: url(../img/col1bg.png) no-repeat 0 -536px;
}

.ui-dialog .ui-dialog-titlebar,#dialog {
  display: none;
}


