
/*  NAVBAR BUTTONS:::BEGIN  */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.paddingleft { padding-left: 10px;
}

#navbar li {
    list-style:none;
    display:inline;
	width: 620px;

}

a.newsbut {
  display: block;
  float:left;
  width: 68px;
  height: 60px;
  background: url('images/newsbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.newsbut{
  background-position: 0px -60px;
}

a.biobut {
  display: block;
  float:left;
  width: 47px;
  height: 60px;
  background: url('images/biobut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.biobut{
  background-position: 0px -60px;
}

a.pressbut {
  display: block;
  float:left;
  width: 80px;
  height: 60px;
  background: url('images/pressbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.pressbut{
  background-position: 0px -60px;
}

a.musicbut {
  display: block;
  float:left;
  width: 75px;
  height: 60px;
  background: url('images/musicbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.musicbut{
  background-position: 0px -60px;
}

a.photosbut {
  display: block;
  float:left;
  width: 92px;
  height: 60px;
  background: url('images/photosbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.photosbut{
  background-position: 0px -60px;
}

a.videobut {
  display: block;
  float:left;
  width: 86px;
  height: 60px;
  background: url('images/videobut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.videobut{
  background-position: 0px -60px;
}

a.tourbut {
  display: block;
  float:left;
  width: 69px;
  height: 60px;
  background: url('images/tourbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.tourbut{
  background-position: 0px -60px;
}

a.tourbut {
  display: block;
  float:left;
  width: 69px;
  height: 60px;
  background: url('images/tourbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.tourbut{
  background-position: 0px -60px;
}

a.contactbut {
  display: block;
  float:left;
  width: 103px;
  height: 60px;
  background: url('images/contactbut.jpg') 0 0 no-repeat;
  text-decoration: none;
}

a:hover.contactbut{
  background-position: 0px -60px;
}


/*  NAVBAR BUTTONS:::END  */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body {
    background-color: #000000; 
	margin-top:0px;
    margin-bottom:0px;
}

#outerdiv {  
    background-image:url('images/background.jpg');
	background-color: #000000;  
    background-position:center top;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;   
}

#outerdiv2 {  
	background-color: #000000;  
    background-position:center top;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;   
}

#container {
       background: #000000;
       overflow:hidden;
       background-image:url('images/container_bg.jpg');
       background-repeat: no-repeat;
}

#container2 {
       background: #000000;
       overflow:hidden;
       background-repeat: no-repeat;
}

#headericons {
       background-image:url('images/headericons.gif'); 
       height: 60px;     
}

#header {
       height: 100px;      
}

#navbar {
       height: 60px;      
}

#secondary1 { 
       background-repeat: no-repeat;
}

#secondary2 p {
    width: 430px;
	margin-right:20px;
             
}

.promo {
    margin-left:10px;
	margin-bottom: 20px;
             
}

#twtr-profile-widget {
       height: 400px;
       margin-top: 150px;
}

#twtr-profile-widget-musicpage {
       height: 400px;
       margin-top: 0px;
}

#mailinglist{
       margin-top: 20px;
}

#footer{
	   border: 5px;
	   border-color: #ff0000;
	   padding-bottom:0px;
	   padding-top:20px;
	   text-align: right;
}

#audioplayer{
       background: #000000;
	   margin-left:auto;
       margin-right:auto;  
       height:70px;	
       margin-top:30px;	   
   
}

#gallery{  
	   margin-left:10px;
	   padding-left:20px;
	   width:600px;
}

#myContent{  	   
     
}

#artistDataShows {
    background: #000000;
}


/*  RSS FEED STYLES ::: BEGIN  */

.feed-item-title {
 line-height: 24px;
}

a.rssBoxItemTitle {
 font-family: Trebuchet, Arial;
 color: #b70600;
 font-size: 24px;
 font-weight:normal;
 line-height: 28px;
 margin-top:10px;
 text-decoration: none;
}

a:hover.rssBoxItemTitle {
  text-decoration:underline;
}

.rssBoxItemContent {
height:110px;
padding-top:10px;
color: #aaaaaa;
}

.rssBoxPromo {
 color: #b70600;
}

a.rssBoxTitle {
color: #000000;
}

