/* CSS Document */
*     {margin:0; padding:0;}

body {      margin:0; padding:0;
            background-color:rgb(0,0,0); color:rgb(255,255,255);
            font-family: helvetica, verdana, sans-serif;
            font-size:100%;
            min-width:900px;
      }
            
      img.bordered {border: 1px solid black;}      
      img.white {border: 1px solid white;}      
      p.twentyfive {line-height:25px;}
      
/*HEADER IS THE NAVIGATION AND STAYS WHERE IT BELONGS*/
#header {   padding:10px 0;
            background: black;
            font-size:1.0em;
            text-transform:uppercase;
            width:100%;
            overflow:hidden; 
            display:inline-block;
            font-weight:bold;
            color:#128E5C;
         }
#header a {color:#ffffff; text-decoration: underline;}
#header a:hover {color:#128E5C; text-decoration: underline;}
#header a.home {text-decoration:none; font-size:1.4em; margin: 0 0 15px 10px;}
#header a.home:hover{color:rgb(54,163,233);}
#header ol {margin:0 0 0 30px;}
#header ol li {margin:0 5px 0 0; display:inline;}
#header span.active {text-decoration:underline;}

/*RELEASES - HEREIN LAYS SOME MUSIC BUT ITS HIDDEN AT THE BEGINNING*/
#releases { padding:10px 0; 
            margin-top:-4px;
            background:black;
            font-size: 0.9em;
            text-transform:uppercase;
            width:100%;
            overflow:hidden; 
            display:inline-block;
            font-weight:bold;
         }
#releases a {color:#ffffff; text-decoration: underline;}
#releases a:hover {color:#E53A80; text-decoration: underline;}
#releases ol {margin:0 0 0 30px;}
#releases ol li {margin:0 5px 0 0; display:inline;}

/*CONTENT OBJECT - IF THERE IS SOME EXTERNAL STUFF - SHOULD REALLY WORK WITH*/

#contentobject {  width:100%; min-width:900px;
                  overflow:hidden; 
                  display:inline-block;
                  float:left;
               }
object.blog {     width:100%; min-width:900px; height:6500px;}
object.facebook { width:100%; min-width:900px; height:3800px;}
object.lastfm {   width:100%; min-width:900px; height:2600px;}


/*SONSITGE DIVS*/

#lyrics        {  margin:0 0 40px 40px; 
                  float:left;
                  display:inline-block;
                  min-width:500px;
                  height:auto !important;
}
#contact        {  margin:0 0 340px 0; 
                  float:left;
                  display:inline-block;
                  min-width:400px;
                  height:auto !important;
}
#flashplayer        {  float:right;
                  text-align:right;
                  margin:30px 40px 0 0;
                  
                  
               }
#contactobject        {  float:right;
                  text-align:right;
                  margin:120px 40px 0 0;
                  
                  
               }               

/*CONTANT WHITE - HERE IS THE LIGHT AND THE MOMENT WHICH SHINES BRIGHT*/
#contentwhite {   padding:10px 0; 
                  margin:0;
                  font-size:0.9em;
                  overflow:hidden; 
                  display:inline-block; 
                  float:left;
                  background:white;
                  width:100%;
               }
#contentwhite h1 {color:white; 
                  background-color:black; 
                  font-size:35px; 
                  text-align:left; 
                  margin:60px 0 40px 0; 
                  padding:7px 0 5px 20px;
                  }
#contentwhite h2 {color:white; 
                  background-color:black; 
                  font-size:25px; 
                  text-align:left; 
                  margin:20px 0 40px 0; 
                  padding:7px 0 5px 20px;
                  }                  
#whitefoot        {margin:0 0 150px 0; padding:5px 0 3px 10px;
                   background:black;
                   text-transform: uppercase;
                   font-size:1.0em;
                   font-weight:bold;
                   float:left;
                   width:100%;
                  }
#contentwhite span.black { color:white; background-color:black; padding:2px 2px 0 2px; font-weight:normal;}
#contentwhite a {color:black; font-weight:bold;}
#contentwhite a:hover {color:orange; }
#contentwhite dl {margin:10px 0 10px 0;}
#contentwhite dd {margin:5px 0 5px 30px; }
#contentwhite dd a { text-decoration:none; text-transform:uppercase; font-weight:bold; color:white;}
#contentwhite dd { text-decoration:none; text-transform:uppercase; font-weight:bold; color:white;}
#contentwhite dd a:hover { text-decoration:none; color:#cccccc;}
#contentwhite dt {font-size:1.05em; margin:10px 0 5px 0; padding:4px 0 2px 0; text-transform:uppercase; background-color:black; color:white;}

/*CONTENT BLACK IF THERE IS NO LIGHT THERE SHOULD BE SOME DARKNESS*/
#contentblack {   padding:10px 0; 
                  margin:0;
                  font-size:0.9em;
                  overflow:hidden; 
                  display:inline-block; 
                  float:left;
                  background:black;
                  width:100%;
               }
#contentblack h1 {color:black; 
                  background-color:white; 
                  font-size:35px; 
                  text-align:left; 
                  margin:60px 0 40px 0; 
                  padding:7px 0 5px 20px;
                  }
#contentblack h1.notop {color:black; 
                  background-color:white; 
                  font-size:35px; 
                  text-align:left; 
                  margin:0px 0 40px 0; 
                  padding:7px 0 5px 20px;
                  }
#contentblack h1.lessborder {color:black; 
                  background-color:white; 
                  font-size:35px; 
                  text-align:left; 
                  margin:20px 0 40px 0; 
                  padding:7px 0 5px 20px;
                  }                  
#blackfoot        {margin:0 0 50px 0; padding:5px 0 3px 10px;
                   background:white;
                   color:black;
                   text-transform: uppercase;
                   font-size:1.0em;
                   font-weight:bold;
                   float:left;
                   width:100%;
                  }
#contentblack span.black { color:black; background-color:white; padding:2px 2px 0 2px; font-weight:normal;}
#contentblack a {color:white; font-weight:bold;}
#contentblack a:hover {color:orange; }













