* {
  padding: 0;
  margin: 0;
 }
#_admin a {
color:#fff; 
}

.heading_title {
  font-size:2.4em;
  color:#d4b400;
  font-weight:normal;
  font-family: "arial";
}
body {
  font-family: tahoma;
  font-size: 15px;
  color: #666;
  background-image: url(images/background360.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
 
 .left {
  float:left;
  padding-top: 100px;
  width: 360px;
 }
.gigs_odd {background-color:#353535;}

.gigs td {
  padding:5px;
  font-size: .9em;
  }
.gigs th {
  color:#ccc;
  font-weight:bold;
  padding-bottom:8px;
  padding-top:8px;
  }
.gigs {
  margin:20px;
  margin-left:0;
  }
 
#listen_to_music {
  margin-top:300px;
  margin-left:30px;
  
}
.main_menu {
  float:right;
}
 
.main_menu ul li {
  color: #ecca77;
  padding-left:16px;
  background:url(images/bullet.gif) no-repeat 0 0.7em;
 }
 
.main_menu ul {
  list-style-type:none;  margin-left:80px;
 }
.main_menu ul li a {
  margin-top: 2px;

  font-family: Verdana;
  font-size: 1.05em;
  color: #ecca77;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 125px;
  height: 23px;
 display:block;
  
}

.main_menu ul li a:hover {
  background: #292929;
 }
 
 .main_menu ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right p {
  margin:15px 0 15px 0;
  }
.right {
  padding-left: 370px;
  padding-top: 100px;
  
}

.right strong {
  color:#bbb;
  }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 800px;
 }
 
h1 {
  font-size: 1em;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 h3 {
  width:100%;
  font-size:150%;
  font-weight:bold;
  color:#ccc;
  border-bottom:3px solid #ccc;
  margin-bottom:10px;
  margin-top:20px;
}

a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
#footer {
 font-size: .7em; 
}
 .content {
  /*width: 800px;*/
  margin-right:30px;
 }



/* Album info stuff  */

#album_pics {
  width:120px;
  float:left;
}
#album_right {

  margin-left:130px;
}

/* releases stuff  */
.table_tr_odd span, .table_tr_even span {
  margin:5px;
  display:block;
}


.table_tr_odd {
  background: #333;  
}
  
.table_tr_even {
    background-color: #222;
}

.releas_type_headingXXX {
  width:100%;
  font-size:200%;
  font-weight:bold;
  color:#ccc;
  border-bottom:3px solid #ccc;
  margin-bottom:10px;
  margin-top:20px;
}










 /*   mp3s page   */

.track_list_odd {
  background: #333;
}
.track_list_even {
  background-color: #222;
}

.mp3item {
  width:720px;
  margin-bottom:5px;
}
/*.mp3trackno, .mp3tracktitle, .mp3trackdescription, .mp3player {*/
/*  float: left;*/
/*}*/

.mp3player {
  width:200px;
}


.mp3trackno span {
  margin-left:0px;
  display:block;
}
.mp3tracktitle span {
  margin-left:5px;
  
}
.mp3trackdescription span {
  margin-left:5px;
}
.mp3trackno span, .mp3tracktitle span, .mp3trackdescription span {
  display:block;
}


.mp3trackno {
  text-align:center;
  width:20px;
}
.mp3tracktitle {
  width:200px;
}
.mp3trackdescription {
  width:300px;
  }