/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Stephen Davis
*     Auth Web: http://www.xenondesignstudios.com
*     modified: 2009-08-20
* --------------------------------------------------------------
**/

* {
   margin: 0;
   padding: 0;
}
html {
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #333;
/*   height: 100%;*/
/*   border: 3px solid red;*/
}
body {
   background: url('../img/bg_body.jpg') top left repeat;
/*   overflow-y: hidden;*/
/*   background: #F00;*/
/*   height: 100%;*/
/*   border: 3px solid blue;*/
}

   p { margin-bottom: 1em; }
   a {
      color: #333;
      text-decoration: underline;
   }
      a:hover { text-decoration: none; }
      a:visited { color: #666; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      line-height: 1.25em;
      font-weight: normal;
   }
      #content h2 {
         font-size: 1.8em;
         margin: 2em 0 0.8em;
/*         text-align: center;*/
      }

#wrapper {
   width: 1200px;
/*   height: 700px;*/
   margin: 0 auto;
   position: relative;
   overflow: hidden;
/*   height: 100%;*/
/*   border: 3px solid green;*/
}
#content {
   background: url('../img/bg_disc.png') top left no-repeat;
   height: 470px;
   position: relative;
   font-size: 1.8em;
   line-height: 1.3em;
/*   border: 1px dotted #F00;*/
}
#disc {
   position: relative;
   width: 1200px;
   height: 1200px;
   height: 1200px;
   margin: 0 auto;
/*   bottom: 0;*/
}
#overlay {
   position: absolute;
   top: 0;
/*   background: #09A;*/
   width: 1200px;
   height: 470px;
}

#lyrics li, #lyrics-clone li {
/*   margin-left: 1.4em;*/
}

h3.title {
   cursor: pointer;
}

div.detail {
   font-size: 0.6em;
   line-height: 1.2em;
   padding-top: 0.8em;
   border: 1px dashed #333;
   border-width: 1px 0;
}


/** Header
-------------------------- **/
/** @group header */
#header {
   padding-top: 20px;
}

#banner a {
/*   position: absolute;*/
   display: block;
   margin: 0 auto;
   background: url("../img/banner.png");
   text-indent: -10000px;
   width: 964px;
   height: 135px;
   overflow: hidden;
   z-index: 5;
/*   top: 0;*/
/*   left: 0;*/
}
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#left, #right {
   position: absolute;
   top: 260px;
   display: block;
   width: 100px;
   height: 20px;
   z-index: 10;
   font-size: 2.4em;
   padding-bottom: 80px;
   text-decoration: none;
}
   #left:hover,
   #left:active,
   #left:focus,
   #right:hover,
   #right:active,
   #right:focus {
      border: 0;
      outline: 0;
   }
#left {
   left: 80px;
   background: url('../img/arrow-left.png') bottom left no-repeat;
   padding-left: 96px;
}
#right {
   right: 80px;
   background: url('../img/arrow-right.png') bottom right no-repeat;
   padding-right: 96px;
   text-align: right;
}

#contentWrapper {
   
}
/** @group contentSlot */
#contentSlot {
   
}
#intro, #intro-clone,
#download, #download-clone,
#credits, #credits-clone,
#lyrics, #lyrics-clone {
   position: absolute;
   overflow: auto;
   width: 240px;
   height: 400px;
/*   background: #069;*/
/*   color: #FFF;*/
}
#intro,
#download,
#credits,
#lyrics {
/*   background: #083;*/
}

#intro, #download, #credits, #lyrics {
   left: 480px;
   top: 40px;
}
#intro-clone, #download, #credits, #lyrics {
   display: none;
}
/*#credits, #lyrics { display: none; }*/
/*#download {
   left: 840px;
   top: 400px;
}
#credits {
   left: 480px;
   top: 760px;
}
#lyrics {
   left: 120px;
   top: 400px;
}*/
/*.hook {  padding: 8px; }*/
/*textarea { width: 240px;}*/

/*label { clear: both; }*/
/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
/*   position: absolute;*/
/*   top: 0;*/
/*   left: 200px;*/
   font-size: 1.2em;
   padding: 0 134px 110px;
   margin-top: -10px;
   text-align: right;
}
   #footer, #footer a { color: #666; }
   #footer a.highlight { color: #333; }
/*      #footer a { text-decoration: none; }*/
/*      #footer a:hover{ text-decoration: underline; }*/
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent select, #formContent input.input, #formContent textarea.textarea { border-color: #000; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/