a {
    color: yellow;
}

a.buyLink{
 color:#393939;
 font-weight:bold;
 font-size:14px;
 text-decoration:none;
}

a.glassbutton, .glassbuttons a{
     cursor:pointer;cursor:hand;
     padding: 2px 10px;
     position: relative;
     background: #f6f6f6;
     background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #ddd), color-stop(0.95, #FFF));
     border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    // border: 1px solid #BBB;
     border-top-color: #CCC;
     border-bottom-color: #999;
     border-right-color: #AAA;
     color:#333;
     font-size:12px;
     text-decoration:none !important;
     -moz-box-shadow: 0 4px 4px rgba(255,255,255,.6) inset, 0px -9px 10px -4px rgba(255, 255, 255,1) inset, 0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset;
     outline: none !important;
     min-width:100px;
     }
 
a.glassbutton:hover, a.glassbutton:focus, .glassbuttons a:hover, .glassbuttons a:focus{
     //background: rgba(0,0,0,.05);
     -moz-box-shadow: 0 2px 2px rgba(0,0,0,.25) inset;
     background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #eee), color-stop(0.95, #FFF));
     //border: 1px solid #999;
     border-top-color: #AAA;
     border-bottom-color: #777;
     border-right-color: #999;
     color: #222;
     }
 
a.glassbutton:active, .glassbuttons a:active{
     -moz-box-shadow: 0 2px 2px rgba(0,0,0,.25) inset;
     background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#f0f0f0), color-stop(0.5, #eee), color-stop(0.6, #ddd), color-stop(0.95, #eee));
     //border: 1px solid #BBB;
     border-top-color: #999;
     border-bottom-color: #EEE;
     border-right-color: #999;
     color: #111;
     }


.navItem a {
    color: #000000;
    font-family:andale mono, monospace;
    text-decoration: none;
}

a.noborder{
 border:0px solid transparent;
 text-decoration:none;
}

a.scroll {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 12pt;
}
a.songTitle{
 text-decoration:none;
}
a img {
    border-width: 0;
}


.albumContainer{
  left:0px;
  display:block;
  padding-bottom:5px;
  position:relative;
  width:920px;
  height:142px;
} 

.albumDetails{
    font-family: arial;
    font-size: 14px;
    left: 150px;
    position: relative;
    text-align: justify;
    width: 750px;
}

.albumImage{
  left:0px;
  margin:0 auto;
  position:absolute;
  text-align:center;
  width:130px;
}

.albumTitle{
 color:#fff;
 font-family:monospace, serif;
 font-size:14px;
}

.albumGallery{
  padding:10px 0px;
  position:relative;
  height:420px;
  max-width:944px;
  overflow-x:hidden;
  overflow-y:auto;
}

#bio{

}

.bioMainContentSub{
    border-width: 0px 0px 0px 0px;
    display: block;
    height: 440px;
    max-height:440px;
    overflow-x:hidden;
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
    text-align: justify;
    top: 0px;
    width: 930px;
}

body{
    background:url("/images/cardboardBGResize.jpg");
    background-color: #D41A1F;
    font-family: verdana,helvetica,sans serif;
    margin: 0 auto;
    min-width: 960px;
    text-align: center;
}

.bottomBorder{
    background: none repeat scroll 0 0 black;
    height: 1px;
    position: absolute;
    top: 440px;
    width: 920px;
    z-index: 2;
}

#bottomPad{
   height:25px;
}

.buyButton,.cdBabyButton,.iTunesButton{
 -moz-border-radius:5px;
 background-image:-webkit-linear-gradient(center top , #Ddd 2%, #aaa 36%, #888 95%); 
 background-image: -moz-linear-gradient(center top , #Ddd 2%, #aaa 36%, #888 95%);
 background-image:linear-gradient(center top , #Ddd 2%, #aaa 36%, #888 95%);
 border-radius:3px;
 display:inline-block;
 height:20px;
 left:0px;
 margin:0 auto;
 padding-top:4px;
 position:absolute;
 text-align:center;
 top:105px;
 width:80px;
}

.calloutDown
    {
        height: 0;
        width: 0;
        border-top: 12px solid #ffffff;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 11;
    }

.calloutDown2
    {
        position: relative;
        left: -10px;
        top: -12px;
        height: 0;
        width: 0;
        border-top: 10px solid #9999ff;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 10;
    }

.caption {
    color: #FFF;
    font-family: monospace;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 130px;
}

.cdBabyButton{
 left:0px;
}

#container {
    background-color: transparent;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 0;
}

.contentPad{
 display:block;
 height:5px;
 position:relative;
 width:920px;
}

#copyright{
  font-size:10px;
  padding:20px 0px 10px 0px;
  position:relative;
  top:100px;
  width:100%;
}

#emailForm{
 left:0px;
 position:absolute;
 top:10px;
 text-align:right;
 width:960px;
 z-index:3;
}

.emailInput{
 background:transparent;
 border:1px solid black;
 color:#fff;
 font-family:andale mono, monospace, serif;
 font-size:13px;
}

#emailStatus{
 font-size:12px;
 text-align:left;
 width:100%;
}

.expandReview{
   text-align:left;
   width:auto;
   margin-bottom:10px; 
}

.fadeOut {
    background-color: #000000;
    display: inline;
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
    z-index: 10;
}

footer{
 font-size:12px;
 width:100%;
}

.formLabel{
 font-family:andale mono, monospace, serif;
 font-size:12px;
}
.formRow{
 display:block;
}
.galleryImage{
  border:1px solid #aaa;
}

h1{
 height:auto;
 line-height:1em;
 margin:0px;
 padding:0px;
}

div#homeLink{
 display:none;
}

.imageCaption{
    color: #FFEE00;
    font-family: monospace;
    font-size: 12px;
}

.imageContainer{
    display: inline;
    height: auto;
    margin: 0 auto;
    min-height: 180px;
    position: relative;
    text-align: center;
    width:125px;
}
img.playlist.albumcover{
	max-width: 125px;
	width: 125px;
}
img.albumCover{ 
 border:1px solid #555;
 display:block;
 width:130px;
}

.input{
 background:transparent;
 border:1px solid #fff;
 color:#fff;

}
.iTunesButton{
 left:100px;
}

.lyricLink{
 text-decoration:none;
 color:white;
}

.lyricLinkDiv{
 background:transparent;
 display:block;
 padding:1px 5px;
 width:250px;
}

div.lyricLinkDiv:hover,div.lyricLinkDiv:focus{
  cursor:pointer;cursor:hand;
}

#lyricListBG{
   background-color: black;
         filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}

.lyricList{
  background:transparent;
  border:1px solid black;
  font-family: courier,courier new,serif;
  height: 390px;
  left: 15px;
  overflow-x:hidden;
  overflow-y:auto;
  padding:10px 0px 10px 0px;
  position: absolute;
  text-align:left;
  top:50px;
  width:275px;
}

#lyrics{
    color: white;
    display: inline;
    font-family: courier,courier new,serif;
    font-size: 13px;
    height:420px;
    left: 350px;
    line-height:17px;
    overflow-x:hidden;
    overflow-y:auto;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 610px;
}

.maincontent {
    background: transparent; 
    border:none;
    color:white;
    font-size: 14px;
    height:450px;
    left: 0;
    margin: 0;
    min-height: 350px;
    overflow: hidden;
    //padding:15px 15px 15px 15px;
    padding-bottom:15px;
    padding-left:15px; 
    padding-right:15px;
    padding-top:15px;
    position: absolute;
    text-align: left;
    top:95px;
    width: 930px;
    z-index: 2;
}


.maincontentbody {
    color: #D41A1F;
    line-height: 15px;
    margin-left: 20px;
    overflow: visible;
    position: absolute;
    top: 70px;
    width: 860px;
}
.mainheader {
    border-bottom: 1px solid #f00;
    color: #ffff00;
    font-family: andale mono, monospace;
    font-size: 18px;
    height:23px;
    position:relative;
    top:1px;
    width: 929px;
    z-index:5;
}


.translucentOverlay{
  opacity:.6;
}

div.navbar {
    background-color: transparent;
    left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 960px;
    z-index: 1;
}

div.navbar ul {
  display:none;
}

div.navItem {
    background-color: transparent;
    float: left;
    font-family:andale mono, monospace;
    font-size:20px;
    margin: 0 auto;
    padding-top:50px;
   text-shadow:0px 1px 0px tan;
    width: 96px;
}

div.navTab{
    display: inline;
    float:left;
    font-size: 18px;
    min-width: 150px;
    position: relative;
    top: 0px;
    width:275px;
}

div#navTabContainer{
    border-bottom: 1px solid black;
    display: block;
    height: 27px;
    position: relative;
    top: 1px;
    width: 929px;
}

div.navTab a{
  font-family:andale mono, monospace;
  font-size:18px;
  text-decoration:none;
}
 
.newsdate {
    color: inherit;
    font-size: 12pt;
    font-weight: normal;
}
.newsheader {
    color: inherit;
    font-size: 12pt;
    font-weight: bold;
}
.newsitem {
    color: inherit;
    font-size: 10pt;
    font-weight: normal;
    padding-bottom:25px;
    width: 910px;
}

#newsMainContentSub{
    height: 440px;
    overflow-x:hidden;
    overflow-y: auto;
    padding-right:10px;
    width: 934px;
}

p {
    color: inherit;
}

.photoGallery{
 height:440px;
 max-height:440px;
 overflow-x:hidden;
 overflow-y:auto;
 position:relative;
 width:945px;
}

#photos{
 display:block;
}

#pressPhotosGallery{
    display: block;
    height: 230px;
    left:0px;
    overflow: hidden;
    position: relative;
    top: 50px;
    width: 920px;
}
.pressPhoto{
  border:1px solid #aaa;
  width:100px;
}

.pressPhotoRow{
    display: block;
    height: 190px;
    position: relative;
    top: 30px;
}

.reflected,.videoTimeReflection {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

.review{
    height:auto;
    line-height: 17px;
    margin-top:15px;
    //max-height:75px;
    overflow: hidden;
}

#reviews{

}

.scrollDIV {
    height: 315px;
    margin-top: 10px;
    overflow: auto;
    width: 670px;
}

.sectionHead{
    border-bottom: 1px solid #AAAAAA;
    color: #D41A1F;
    font-family: inherit;
    font-size: 18pt;
    font-weight: bold;
    padding: 0 0 5px;
    width: 100%;
}

div#showsLink{
 text-align:right;
}


#iTunes{
background: url("/images/socialLinksSprite.png") no-repeat scroll 0px 0px transparent;
}
#blogger{
background: url("/images/socialLinksSprite.png") no-repeat scroll -32px 0px transparent;
}
#fb{
background: url("/images/socialLinksSprite.png") no-repeat scroll -64px 0px transparent;
}
#lastFM{
background: url("/images/socialLinksSprite.png") no-repeat scroll -96px 0px transparent;
}
#myspace{
background: url("/images/socialLinksSprite.png") no-repeat scroll -128px 0px transparent;
}

#youtube{
background: url("/images/socialLinksSprite.png") no-repeat scroll -160px 0px transparent;
}

#showList{
    border-width: 0;
    display: block;
    height: 440px;
    max-height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
    text-align: justify;
    top: 0;
    width: 930px;
}

.socialLinks{
    display: inline;
    height: 32px;
    left: 0px;
    position: absolute;
    top: 585px;
}

.socialLink{
    border: 0 solid transparent;
    color: transparent;
    display: inline-block;
    font-size: 32px;
    height: 32px;
    margin: 0 5px;
    min-width: 32px;
    position: relative;
    width: 32px;
}

#translucentBG{

   filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
  background-color:#353539;
  border:1px solid black;
  //filter:alpha(opacity)=60;
  position:relative;
  //opacity: .6;
  z-index:1;
}

.videoContainer {
    display: inline;
    margin: 0 auto;
    max-width: 130px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    width: 130px;
}

#videoGallery {
    height: 419px;
    left: 40px;
    margin: 0 auto;
    overflow-x:hidden;
    overflow-y: auto;
    position: relative;
    text-align: center;
    top: 15px;
    width: 918px;
}
#videoGalleryHead{
    border-bottom: 1px solid #AAAAAA;
    color: #FFFF00;
    display: block;
    font-family: andale mono,monospace;
    font-size: 18px;
    height: 25px;
    position: relative;
    width: 920px;
}

.videoThumb {
    display: inline;
    height: 110px;
    left: 0;
    max-height: 110px;
    max-width: 130px;
    overflow: hidden;
    position: absolute;
    width: 130px;
}

.videoThumbImage{
 border:1px solid #666666;
}

.videoTime, .videoTimeReflection {
    background-color: #000000;
    color: #FFFFFF;
    display: inline;
    font-family: sans-serif;
    font-size: 12px;
    left: 75px;
    opacity: 0.7;
    padding: 2px 4px 0;
    position: absolute;
    top: 50px;
    z-index: 2;
}
.videoTimeReflection {
    top: 93px;
}

@media only screen and (max-width: 480px) {


.buyButton, .cdBabyButton, .iTunesButton{
 position:relative;
 top:0px;
}

body {
    background: url("/images/cardboardBGResize.jpg") repeat scroll 0 0 #D41A1F;
    font-family: verdana,helvetica,sans serif;
    margin: 0 auto;
    min-width: 100%;
    text-align: center;
}
div{
  position:relative;
}

div.albumContainer{
    border-bottom: 1px dotted white;
    height: 100%;
    left: 0px;
    padding: 15px 0 20px;
}

div.albumContainer,
div.albumDetails,
div.albumGallery
{
 display:inline-block;
 position:relative;
 left:0px;
 width:100%;
}

div.albumDetails{
    padding:20px 0px;
}

div.albumGallery{
 height:100%;
 z-index:5;
}

div.albumImage{
 position:relative;
}
div.bioMainContentSub {
    border-width: 0;
    display: block;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
    text-align: justify;
    top: 0;
    width: 100%;
}

div#container {
    background-color: transparent;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 0;
}

div#emailForm {
    display: inline-block;
    height: 40px;
    left: 0;
    position: relative;
    text-align: center;
    top: 15px;
    width: 100%;
    z-index: 3;
}

div#emailStatus {
    font-size: 12px;
    position: relative;
    text-align: left;
    width: 100%;
}

div.formRow{
 display:inline-block;
 height:25px;
}
div#homeLink{
 display:inline-block;
}

div.maincontent {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    display:inline-block;
    font-size: 14px;
    height: 100%;
    left: 0;
    margin: 0;
   max-height:100%;
    min-height: 100%;
   overflow:hidden;
    padding: 0 4.67%;
    position: relative;
    text-align: left;
   top:15px;
    width: 90%;
    z-index: 2;
}

div.mainheader {
    border-bottom: 1px solid #FF0000;
    color: #FFFF00;
    font-family: andale mono,monospace;
    font-size: 18px;
    height: 23px;
    position: relative;
    top: 1px;
    width: 100%;
    z-index: 5;
}


div.navbar {
    background-color: transparent;
    left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 100%;
    z-index: 5;
}

div.navbar ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 3.125%;
    top: 54px;
    transition-duration: 0.2s;
    width: 93.75%;
}

div.navbar ul.active {
    height: auto;
    max-height: 600px;
    transition-duration: 1s;
    width: 93.75%;
    z-index: 999;
}

div.navbar ul li {
    border-right: 0 none !important;
    box-shadow: none;
    display: block;
    width: 100%;
}

div.navItem {
    background-color: transparent;
    border-bottom: 1px dotted;
    display: block;
    float: left;
    font-family: andale mono,monospace;
    font-size: 22px;
    margin: 0 auto;
    padding: 5px 0;
    text-shadow: 0 1px 0 tan;
    width: 100%;
}

div.navItem.mobileHidden{
 display:none;
}

div.newsitem {
    color: inherit;
    font-size: 10pt;
    font-weight: normal;
    padding:10px 0px;
    width: 100%;
}

div#newsMainContentSub {
    height: 100%;
    padding-right: 10px;
  overflow:hidden;
position:relative;
 top:10px;
    width: 100%;
  z-index:5;
}

div#showsLink{
 text-align:center;
}

div.socialLinks {
    display: inline-block;
    height: 32px;
    left: 0;
    position: relative;
    top: 70px;
}

div#translucentBG {
    background-color: #353539;
    border: 1px solid black;
    left:0px;     
    opacity: 0.6;
    position: absolute;
    top:0px;
    z-index: 1;
}

img{
 width:90%;
}

img.navBarIcon{
  width:auto;
}

input[button]{
    background-image: -moz-linear-gradient(center bottom , #C1C1C1 25%, #DCDCDC 58%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(center bottom , #C1C1C1 25%, #DCDCDC 58%, #F0F0F0 100%);
   background-image: -linear-gradient(center bottom , #C1C1C1 25%, #DCDCDC 58%, #F0F0F0 100%);
 
  border: 1px solid #333333;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    width: 15%;
}

input.emailInput {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid black;
    color: #FFFFFF;
    font-family: andale mono,monospace,serif;
    font-size: 13px;
    width: 80%;
}


span#copyright {
    font-size: 10px;
    padding: 20px 0 10px;
    position: relative;
    top: 100px;
    width: 100%;
}

}
