/*GENERAL------------------------------------------*/


* 
     { 
          margin: 0; 
          padding: 0; 
          border: 0; 
          margin-left:auto;
          margin-right:auto;
     } 
 

html, body 
     { 
          width: 100%; 
          height: 100%; 
          background-color: #434242; 
          font-family: verdana, sans-serif;
          font-size: 12px; 
          font-weight: normal; 
          line-height: 20px;
          color: #000000; 
      } 


table
     {
          margin-left: 0px;
          font-size: 12px; 
          font-weight: normal; 
          line-height: 20px;
     }


td, th
     {
          padding-right: 35px; 
          vertical-align: top;
          text-align: left;
     }

 
img 
     {  
          border: 0px solid #FFFFFF;
     }  


img.headline
     {  
          margin-left: 18px;
          padding-top: 40px;
     } 


img.cover 
     {  
          border: 2px solid #FFFFFF;
          align: left;
     } 


img.wallpaper
     {  
          border: 2px solid #FFFFFF;
          margin-top: 15px;
          margin-bottom: 10px;
     } 


/*BOXES-----------------------------------------------*/


#container 
     { 
          width: 800px; 
          height: auto; 
          margin: 0 auto;

     } 


#top
     { 
          width: 500px; 
          height: 30px; 
          line-height: 30px;
          text-align: center;
          color: #FFFFFF;
     } 


#header
     { 
          width: 500px; 
          height: 196px; 
          background: url(../pics/header.jpg);
          background-color: #CC3333;
     } 

 
#content 
     { 
          width: 500px; 
          height: 1283px; 
          text-align: left; 
          background: url(../pics/background.jpg);
          background-color: #FFFFFF;
     } 


#releases_box
     {
          width: 500px;
          height: 300px;
          padding-bottom: 10px;
     }


.release
     {
          width: 500px;
          height: auto;
     }


.release_cover
     { 
          width: 148px;
          height: auto;
          float: left;
          padding-left: 20px;
     }


.release_text
     { 
          width: 300px;
          height: auto;
          margin-left: 20px;
          float: left;
     }


#tour_box
     {
          width: 500px;
          height: auto;
          padding-left: 20px;
          padding-bottom: 55px;
     }


#wallpaper_box
     {
          width: 500px;
          height: auto;
          padding-left: 20px;
     }


.wallpaper
     {
          width: 219px;
          margin-right:20px;
          float: left;
     }

 
#footer
     { 
          width: 500px; 
          height: 30px; 
          background-color: #CC3333; 
          font-size: 11px;
          line-height: 30px;
          color: #FFFFFF;
          text-align: center;
     } 

#credits
     {
          font-size: 12px;
          line-height: 20px;
          color: #000000;
          padding-left: 20px;
          padding-top: 40px;
          width: 500px;
          height: 100%;
          background-color: #CC3333;
     }


/*TEXT FORMATTING----------------------------------*/
           

h1, th  
     { 
          font-size: 15px; 
          font-weight: bold; 
          text-align: left; 
          margin-bottom: 10px;  
          color: #FFFFFF;
          text-align: left;
     } 


/*LINK FORMATTING----------------------------------*/


a.linktext:link,
a.linktext:visited  
     {  
          text-decoration: underline; 
          color: #FFFFFF; 
     } 
 
 
a.linktext:hover,
a.linktext:active   
     {  
          text-decoration: underline; 
          color: #CC3333; 
     }  


a.linktextwhite:link,
a.linktextwhite:visited  
     {  
          text-decoration: none; 
          color: #FFFFFF; 
     } 
 
 
a.linktextwhite:hover,
a.linktextwhite:active   
     {  
          text-decoration: underline; 
          color: #FFFFFF; 
     }  


/*HOVER-BUTTONS---------------------------------------*/


a.button_itunes 
     {  
	  background-image: url("../pics/button_itunes.jpg");
          height: 20px;
          float: left;
          width: 129px;
          margin-top: 10px;
          margin-bottom: 20px;
     } 
 
 
a.button_itunes:hover,
a.button_itunes:active,
a.button_itunes.active  
     {  
	  background-image: url("../pics/button_itunes_hover.jpg");
     }  


a.button_tickets
     {  
	  background-image: url("../pics/button_tickets.jpg");
          height: 20px;
          float: left;
          width: 125px;
          margin-top: 10px;
     } 
 
 
a.button_tickets:hover,
a.button_tickets:active,
a.button_tickets.active  
     {  
	  background-image: url("../pics/button_tickets_hover.jpg");
     } 


a.button_download
     {  
	  background-image: url("../pics/button_download.jpg");
          height: 20px;
          float: left;
          width: 82px;
     } 
 
 
a.button_download:hover,
a.button_download:active,
a.button_download.active  
     {  
	  background-image: url("../pics/button_download_hover.jpg");
     } 


