body {
  margin:0;
  padding:0;
  background: #202123 url('images/bodybg.png');
  color: white;
  font-family: Arial, Verdana;
  font-size:14px;
}

a {
  color: #adadad;
}

a:visited {
  color: #adadad;
}

a:hover {
  color: white;
}

#headerholder {
  width:100%;
   /* NEEDED FOR FIREFOX GLITCH WHERE HEADERHOLDER HAS TOP MARGIN */
  margin:0;
  background: black url('images/menubg.png') left top repeat-x;
  border-top:1px solid #393939;
  border-bottom:1px solid #303030;
  /*-webkit-box-shadow: 0px 0px 15px 2px #000;
  -moz-box-shadow: 0px 0px 15px 2px #000;
  box-shadow: 0px 0px 15px 2px #000;*/
}

#header {
  width:990px;
  padding:0 15px;
  margin:0 auto;
}

.slapleft {
  float:left;
}

#logoimage {
  padding:0;
  height:75px;
  width:184px;
  margin:0 45px 0 0;
  background: url('images/logotiny.png')left center no-repeat;
}

#socialicons {
  padding:27px 20px 27px 0;
  height:20px;
  opacity: 0.4;
}




#socialicons div {
  float:left;
  height:20px;
}

#sharefacebook {
  width: 92px;
  background: url(images/sharecounts.png) no-repeat right 0px;
  margin-right:16px;
}
#sharetwitter {
  width: 90px;
  background: url(images/sharecounts.png) no-repeat right -20px;
  margin-right:16px;
}
#sharegoogleplus {
  width: 65px;
  background: url(images/sharecounts.png) no-repeat right -40px;
  margin-right:16px;
}
#shareaddthis {
  width: 90px;
  background: url(images/sharecounts.png) no-repeat right -60px;
  margin-right:16px;
}




#topmenu {
  width:204px;
  height: 75px;
  position:absolute;
  top:0;
  right:15px;
  overflow:hidden;
}

#topmenu ul{
  padding:0;
  list-style-type:none;
  margin-top:17px;
}

#topmenu ul li {
  display:inline;
}

#topmenu ul li a{
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  float:left;
  width:100px;
  height:37px;
  text-align:center;
  line-height:39px;
  background:url('images/buttonbg.png') left top;
  border-radius:0 7px 7px 0;
  border-top:1px solid black;
  border-left:1px solid #353535;
  border-bottom:1px solid black;
  border-right:1px solid black;
  -webkit-box-shadow:inset 0 1px 0 #525252, 0 1px 0 #353535;
  -moz-box-shadow: inset 0 1px 0 #525252, 0 1px 0 #353535;
  box-shadow: inset 0 1px 0 #525252, 0 1px 0 #353535;
}

/* class is named "first" */
#topmenu ul li a.first {
  border-radius:7px 0 0 7px;
  border:1px solid black;
}


#topmenu ul li a:visited {
}


#topmenu ul li a:hover {
}

#topmenu ul li a:active {
  background: #222;
  box-shadow: inset 0 1px 0 black, 0 1px 0 #525252;
}

.clear {
  clear: both;
}

#footerwrapper {
  margin-top:65px;
  border-top:1px solid #111213;
}


#footer {
  width:100%;
  background:#050505;
  border-top:1px solid #262626;
}

#footer p {
  text-align:center;
  width: 990px;
  padding:20px 15px;
  margin:0 auto;
  color:#adadad;
  line-height:140%;
}

h1 {
  font: normal 40px Arial;
  clear: both;
  margin:20px 0;
  text-shadow: 2px 2px 2px #000;
}

#contact h1, #about h1 {
  font-size: 30px;
  border-bottom:1px dashed #4f4f4f;
  padding:14px 25px 12px 25px;
  margin: -25px -25px 25px -25px;
}

h4 {
  margin:0;
  padding:0;
  font-size:20px;
}

.panelholder {
  width:975px;
  padding:0 0 0 15px;
  margin:65px auto 0 auto;
  background:#151515;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
}

.panelholder h1, .panelholder p{
  padding:0;
  margin:0;
}

.panelholder h1 {
  padding: 25px 17px 5px 12px;
}


.panelholder p {
  padding:12px 30px 30px 12px;
  line-height:130%;
  color:#adadad;
  font-size:17px;
  text-shadow: 1px 1px 2px black;
}

#intro {
  color:#adadad;
  font-size:17px;
  margin:0;
  line-height:150%;
  padding:0px 30px 25px 15px;
}

#intro span {
  font-size:18px;
  color: white;
}

.panel{
  float:left;
   /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0;
  padding: 0 15px 30px 15px;
  width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  height: 268px;
}

.panel .location {
  position: absolute;
  margin:0;
  padding:0;
  width: 450px;
  height: 268px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-repeat: no-repeat;
  z-index: 1;
}

.panel .location a {
  position:absolute;
  top:0px;
  left:0;
  display: block;
  width:450px;
  height: 268px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  /* Keep spread on 2px, Either use blur 7px min, 10px, or 13px max */
  -webkit-box-shadow: 0px 0px 10px 2px #000;
  -moz-box-shadow: 0px 0px 10px 2px #000;
  box-shadow: 0px 0px 10px 2px #000;
  z-index: 2;
  outline: none;
  background: url("images/play.png") no-repeat 900px 900px; /* FOR PRELOADING the hover background image */
}

.panel .location a:hover {
  -moz-box-shadow:0px 0px 13px 6px #fff;
  -webkit-box-shadow:0px 0px 13px 6px #fff;
  box-shadow:0px 0px 13px 6px #fff;
  background: url("images/play.png") no-repeat 50% 50%;
}

.panel .location a:active {
  -moz-box-shadow:inset 0px 0px 13px 6px #000;
  -webkit-box-shadow:inset 0px 0px 13px 6px #000;
  box-shadow:inset 0px 0px 13px 6px #000;
}

.location .gradientdimmer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 125px;
  width: 450px;
  opacity: 0.8;
  background: url('images/blackgradient.png') bottom left repeat-x;
}


.location .description {
  position: absolute;
  color: #eee; /* was #eaeaea */
  bottom: 0px;
  left:0px;
  font-size: 25px;
  line-height:25px;
  font-weight: normal;
  padding: 0 0 16px 20px;
  text-shadow: .05em .05em .1em #000;
}



.location .length {
  position: absolute;
  color: #eee;
  bottom: 0px;
  right:0px;
  font-size: 40px;
  padding: 0 20px 14px 0;
  line-height: 40px;
  letter-spacing:-2px;
  word-spacing:-5px;
  text-shadow: .05em .05em .1em #000;
}

.location .infinite {
  font-size:50px;
  line-height:45px;
  font-family:Verdana;
}


.headerpanel {
  background: #202123 url('images/panelbgdark.jpg');
}


.headerpanel a:hover {
  background: url("images/play.png") center no-repeat;
}

.headerpanel h1, .headerpanel p {
  padding:0 20px !important;
  margin:15px 0 9px 0 !important;
}

.headerpanel p {
  color:#adadad;
  font-size:17px;
  text-shadow: 1px 1px 2px black;
}

.headerpanel .description {
  font-size: 20px;
  line-height:22px;
}



/*FOR FLASH BLOCK*/
.swf_unblocked {
  height:0px !important;
  width:0px !important;
  visibility: hidden;
  }
#sm2-container {
  width:100%;
  height:0px;
  position: fixed;
  z-index:100;
  overflow:hidden;
  }

#sm2-container div {
  width:100% !important;
  height:100% !important;
}

#sm2movie {
  width:100% !important;
  height:100% !important;
}



.type1domwindow {
background-color:black;
/*border:1px solid #4f4f4f;*/
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
/*-webkit-box-shadow: 0px 0px 15px 2px #000;
-moz-box-shadow: 0px 0px 15px 2px #000;
box-shadow: 0px 0px 15px 2px #000;*/
}

#songname {
  /*display: none;*/
  padding: 0 5px 7px 5px;
  font-size:30px;
  text-shadow:2px 2px 2px black;
  margin-top:-42px;
  line-height:35px;
}

#downloadlink {
  /*display: none;*/
  color: #ddd;
  padding:7px 5px 0 5px;
  text-shadow:2px 2px 2px black;
  text-decoration:underline;
}


#instructionsholder {
/*width:804px;*/
width:672px;
/*height:186px;*/
height:170px;
overflow:hidden;
/*background:black url('images/player2.png') 40px 34px no-repeat;*/
background:black url('images/player2.png') 40px 32px no-repeat;
}

#instructionsholder ul {
list-style:none; margin:0; padding:0;
}

#instructionsholder ul li {
float:left;
}

#loadingsongbox {
background:#141414 url(images/preload.gif) center center no-repeat;
width:138px;
height:170px;
text-align:center;
font-size:18px;
}


/* InstructioN PaneL */
.inpl {
width:132px;
border-right:1px dashed #202123;
/*padding:130px 0 25px 0;*/
padding:115px 0 25px 0;
text-align:center;
color:#838383;
}

.inplsmall {
width:261px;
color:#838383;
background:black;
height:170px;
}

.inplsmall ul{
list-style: circle !important;
padding-top:22px !important;
margin-left:40px !important;
}

.inplsmall ul li{
float: none !important;
line-height:30px;
}



/* InstructioN PaneL ButtoN */
.inplbn {
width:138px;
border-right:1px solid #202123;
color:#d7d7d7;
}

/* NO BordeR RighT */
.nobrrt {
border-right: none;
}

.controlbutton {
text-align:center;
display:block;
padding:115px 0 25px 0;
font-weight:bold; font-size: 31px; text-decoration:none;
}

a#pausecontrol {
text-decoration: none;
color:#bbb;
outline:none;
background:url('images/player2.png') 40px 32px no-repeat;
}

a#pausecontrol:hover {
background-color: #191919;
color:#d7d7d7;
}

a#pausecontrol:visited {
color:#d7d7d7;
}

a#playcontrol {
text-decoration: none;
color:#D7D7D7;
outline:none;
background:#191919 url('images/resume.png') 40px 30px no-repeat;
}

a#playcontrol:hover {

}

a#playcontrol:visited {
color:#d7d7d7;
}

#sessioncomplete{
width:400px;
padding:25px;
text-align:center;
}

#sessioncomplete h1 {
margin:0;
color:#e7e7e7;
}


#about, #contact {
line-height:150%;
padding:25px;
width:600px;
}


#about a, #about p, #about li, #contact p {
color:#dddddd;
}

#about a:visited {
color:#b4b4b4;
}

#about a:hover {
color:white;
}


#contact #avatarimage {
padding:0 20px 10px 0;
}

#contact span{
color: #adadad;
}

#contact ul {
list-style-type: none;
margin:0;
padding:0;
clear:left;
}

#contact li{
display:inline;
}

a.visitsite {
background-image: url('images/visitsite.png');
background-position: 8px center;
background-repeat: no-repeat;
padding: 6px 12px 6px 40px !important;
}


a.email {
background-image: url('images/emailme.png');
background-position: 7px center;
background-repeat: no-repeat;
}

a.call {
background-image: url('images/callme.png');
background-position: 8px center;
background-repeat: no-repeat;
}


#contact a {
float:left;
color: white;
text-decoration:none;
line-height:21px;
height:21px;
padding: 6px 12px 6px 50px;
background-color: #1b1b1b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin:5px 6px 0 0;
}

#contact a:visited {
color:white;
}

#contact a:hover {
background-color: #323232;
}





.tbox {position:absolute; display:none; padding:14px 17px; z-index:900;}
.tinner {padding:0px; background: url(images/preload.gif) no-repeat 50% 50%;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#202123; z-index:800;}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#frameless {padding:0}
#frameless .tclose {left:6px}




@media screen and (max-width: 1070px) {
.panelholder {
  width:495px;
}

#header, #footer p {
  width:510px;
}

#contact, #about, #sessioncomplete{
  width:350px;
}

#socialicons {
  padding:7px 20px 24px 0;
}

#instructionsholder {
  width:400px;
}


.inpl {
  display:none;
}


}

@media screen and (min-width: 1550px) {
.panelholder {
    width:1455px;
}

#header, #footer p {
  width: 1470px;
}

}