html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}





body { 
 background: white; 
 background-image: url('http://www.truetruetrue.org/paint-your-favourite/images/marble7.gif'); background-attachment:scrolling;
}
 
td, p, div { 
 font-family: garamondintoabarw3medium, 'Helvetica', 'Arial', sans-serif; 
 font-size: 25px; 
 line-height: 28px; 
 letter-spacing: 0px;
 color: rgb(254,124,148);
 margin-bottom:0px;
 margin-top:0px;
 text-shadow: 1px 1px 1px rgb(140,140,140);
} 

p.small { 
 font-family: garamondintoabarw3medium, 'Helvetica', 'Arial', sans-serif; 
 font-size: 15px; 
 line-height: 17px; 
 letter-spacing: 0px;
 word-spacing: 0px;
 color: rgb(254,124,148);
 margin-bottom:10px;
 text-shadow: 0px 0px 0px ;

} 

.title { 
 font-family: 'Helvetica', 'Arial', sans-serif;
 font-size: 75px; 
 line-height: 63px; 
 margin-top: 50px;
 margin-left: 50px;
 letter-spacing: 0px;
 word-spacing: -7px;
 color: rgb(254,124,148);
} 


a:link { text-decoration: none; color: rgb(63,207,255); } 
a:active { text-decoration: none; color: rgb(63,207,255); }
a:visited { text-decoration: none; color: rgb(63,207,255); }
a:hover { text-decoration: none; color: rgb(254,124,148); } 

a img { text-decoration: none; border-bottom: 0px; border: none; }
a.img { text-decoration: none; border-bottom: 0px; border: none; }

hr { height: 1px; background: white; border: 0; }


@font-face {
    font-family: 'garamondintoabarw3medium';
    src: url('garamondintoabar-s8-w3-webfont.eot');
    src: url('garamondintoabar-s8-w3-webfont.eot?#iefix') format('embedded-opentype'),
         url('garamondintoabar-s8-w3-webfont.woff') format('woff'),
         url('garamondintoabar-s8-w3-webfont.ttf') format('truetype'),
         url('garamondintoabar-s8-w3-webfont.svg#garamondintoabarw3medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body,
#cover-container {
  height:100%;
  width:100%;
  position: absolute;
}


#cover-container > .inner {
  
  height:100%;
  margin-right:350px;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

#lyrics-container > .inner {

  margin-right:350px;
  max-width: 805px;
  margin-left:20px;
}


#cover-container {
  text-align: left;
}

#lyrics-container {
  width:100%;
}

.lyrics {
 margin-right: 30px;
}

.lyrics-separator {
 letter-spacing: -2px;
 margin-right: 30px;
}

#player {
 margin-top: 10px;
}

#menu {
  position: fixed;
  right: 15px;
  top: 17px;
  width: 288px;
  margin-top: 0;
  filter:alpha(opacity=0);
  opacity:0;
}

@media only screen and (max-width:800px) {
#menu { 
  display:block;
  position:static;
  margin-left: 20px;
  }
#cover-container { 
  display:block;
  position:static;
  margin-bottom: 0px;
  }
#cover-container > .inner {
  margin-right:20px;
  margin-bottom: 0px;
  }
#lyrics-container { 
  display:block;
  position:static;
  margin-top: 0px;
  }
#lyrics-container > .inner {
  margin-right:20px;
  margin-top: 0px;
  }
}