@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 13px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#ADD;
}

a:hover {
	text-decoration: underline;
	color: #DDD;
}

a img {
	border:0;
}

ul {
	margin: 0;
	padding: .1em 0 .7em 1.5em;
	list-style-type: square;
}

p, h1, h2, h3, h4 {
	margin:0 0 .4em 0;
	padding: 0 0 .4em 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	display:inline;
}

dd {
	display: block;
	margin: 0;
	padding: .2em 0 1em 0;
}

td {
	vertical-align:	top;
}

#main {
  width: 820px ;
  margin: auto ;
}

#shadowframe {
	background:url(../images/shadowframe.jpg);
	background-repeat:no-repeat;
	margin-top: 50px;
	padding-top: 1px;
}

#medialinks {
	float:right;
	padding: 15px 10px 2px 0;
}

#medialinks img {
	float: right;
	border: 0;
	padding-left: 5px;
}

#footer {
	float:right;
	margin-right: 12px;
	font-size: 9px;
	color:#333;
}

#footer a {
	color:#555;
}

.background {
	margin: 40px 10px 10px 10px;
	background-repeat: no-repeat;
	padding: 15px;
}

.bottom {
	clear:both;
}

#links {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

#linksBottom {
	clear:right;
}

.home {
	background:url(../images/BGalmostreel.jpg);
	background-repeat: no-repeat;
}

.band {
	background:url(../images/BGpinktruck.jpg);
	background-repeat: no-repeat;
}

.shows {
	background:url(../images/BGrust.jpg);
	background-repeat: no-repeat;
}

.music {
	background:url(../images/BGwood.jpg);
	background-repeat: no-repeat;
}

.links {
	background:url(../images/BGinternational.jpg);
	background-repeat: no-repeat;
}

#content {
	
}

#panelLeft {
	float: left;
	width: 480px;
	clear: right;
}

#panelRight {
	float: right;
	width: 260px;
}

.testimonial {
	margin: 0;
	padding: 0;
}

.attribution {
	text-align:right;
	font-style: italic;
	margin: 0;
	padding: .2em 0 1em 0;
}

.album {
	background-color:#222;
	padding: 15px;
	width:auto;
	color:#999;
	margin-bottom: 15px;
	opacity:.8;
	border: 1px solid #333;
	border-top: 0;
}

.tab {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 15px 3px 15px;
	margin-bottom: 0;
	width:210px;
	border-bottom: 0;
}

.album .cover, .album .player, .album .purchase  {
	float:left;
	padding: 0 15px 15px 0;
}

.album clear {
	float:left;
	xclear:left;
	height:0;
}

#flashcontent {
	display:inline;
	height:250px;
}

.button {
	background-image:url(../images/BGbutton.jpg);
	background-repeat:repeat-x;
	font-size: 11px;
	padding:10px;
}