* {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
}
a img{
  border: 0;
}
a {
  color: SteelBlue;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.toggle-list{
  margin-right: 5px;
}
a.toggle-list img{
  vertical-align: middle;
}
body{
  font-size: 12px;
  color: #626262;
}
.container{
	width: 990px;
	overflow:hidden;
	height:1%;
	padding-top: 80px;
}
ul{
  list-style: none;
  margin-left: 10px;
}
ul li{
  margin: 7px 0;
}
.left-column{
  margin-left: 60px;
  float: left;
  width: 500px;
}
.right-column{
	float: left;
	width: 400px;
	margin-left: 10px;
	padding-top: 73px;
}
h1{
  font-size: 24px;
  border-bottom: 2px dotted #626262;
  padding-bottom: 2px;
  width: 200px;
  padding-left: 5px;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 15px;

}
body{
  background: url('../img/main_bg.jpg');
  background-repeat: no-repeat;
  background-position: 30px 5px;
}
.tracklist{
  display: none;
  background: #fff;
  width: 420px;
  border: 1px dotted #666;
  border-top: 0;
  border-right: 0;
  padding: 8px;
  font-size: 11px;
}
.tracklist ul{
  margin: 0;
}
.tracklist ul li{
  margin: 0;
}
.tracklist ul li span{
  color: #f00;
}
.download{
  text-align: right;
  margin-top: 8px;
  font-weight: bold ! important;;
}
.announcement{
	margin-left: 10px;
	width: 450px;
	overflow: hidden;
	height: 1%;
	font-size: 11px;
}
.announcement .a_right,
.announcement .a_left{
	float: left;
	padding: 5px; 
}
.announcement .a_right{
	width: 310px;
}

.announcement .a_left{
	width: 108px;
}
.announcement p{
	margin: 15px 0;
}
.player{
	margin-top: 5px;
}
.contact-form input,
.contact-form textarea{
	border: 1px solid #626262;
	float: left;
	width: 220px;
	font-size: 11px;	
}
.contact-form textarea{
	height: 200px;
}
.contact-form label{
	float: left;
	width: 70px;
}
.contact-form p{
	overflow: hidden;
	height: 1%;
}
.txtinput{
	display: none;
}
.nearest-gigs{
	width: 320px;
	font-size: 11px;
}
.nearest-gigs h2{
	font-size: 12px;
	margin-top: -8px;
	background: #fff;
	width: 90px;
	padding-left: 3px;
	margin-left: 5px;
}
.gigs-list p span.tbc{
	color: #f00;
}
span.tba{
  	color: #f00;
  font-size: 10px;
}
.content-container{
	border: 2px solid SteelBlue;
	background: #f0f7fc;
	margin-bottom: 20px;
}
.content-container h2{
	width: 200px;
	margin-top: -16px;
	margin-left: 5px;
	padding-left: 10px;
	background: #f0f7fc;
	font-size: 14px;
	border: 2px solid SteelBlue;
	border-bottom: 0;
	color: #424242;
	font-family: Tahoma;
	letter-spacing: 4px;
	font-weight: bold;
}
.postbox-form{
	padding: 10px;
	border-bottom: 2px solid SteelBlue;
}
.postbox-form .inputfield{
	display: none;
}
.postbox-form .input-field{
	overflow: hidden;
	height: 1%;
	margin-bottom: 5px;
}
.postbox-form .postbox-alert{
	background: #cf0000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px;
	display: none;
	margin-bottom: 5px;
}
.postbox-form .input-field label{
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 11px;
}
.postbox-form .input-field input,
.postbox-form .input-field textarea{
	border: 1px solid SteelBlue;
	font-size: 11px;
	width: 260px;
}
.postbox-form .input-field textarea{
	height: 100px;
}
.postbox-form #submit_comment{
	border: 1px solid SteelBlue;
	background: #f0f7fc;
	width: 100%;
	font-weight: bold;
}
.postbox-item{
	font-size: 11px;
	padding: 5px 0px;
	margin: 0 10px;
	border-bottom: 1px dotted SteelBlue;
}

