#leftside {
	width: 425px;
	display: block;
	float: left;
	position: relative;
	top: 0px; left: 0px;
	text-align: left;
}

#rightside {
	width: 265px;
	display: block;
	float: right;
	position: relative;
	top: 0px; left: 0px;
	text-align: left;
}

/*----------------------------- NEWS ------------------------------*/

#news {
	width: 425px;
	display: block;

	text-align: justify;
	font: bold 12px "courier new",verdana,arial;
	line-height: 16px;
	color: #000000;
}

#news p {
	margin: 5px 0px 7px 0px;
}

#news a {
	color: #500707;
	text-decoration: none;
}

#news a.cmslink {
	background:  #001133;
	font: bold 11px "courier new",verdana,arial;
	line-height: 14px;
	height: 18px;
	padding: 2px 14px;
	color: white;
	text-decoration: none;
}

#news p .title {
	font-weight: bold;
	color: #500707;
}

#news p .date {
	color: #500707;
}


/*----------------------------- REVERBNATION ------------------------------*/

#reverbnation {
	width: 425px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

#miniplayer {
	width: 425px;
	display: block;
	margin-top: 0px;
	text-align: center;
}

#reverbnationlink {
	width: 265px;
	display: block;
	margin: 18px 0px 0px 0px;
	text-align: center;
}


/*------------------ UPCOMING SHOWS ----------------------*/

#upcomingshows_bg {
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;

	width: 265px;
	display: block;
	background-color: #FFF6D1;
}

#upcomingshows {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	position: relative;
	width: 265px;
	display: block;
	padding: 15px 2px 15px 15px;

	text-align: left;
	font: normal 11px "courier new",verdana,arial;
	line-height: 13px;
	color: #500707;
}

#upcomingshows p {
	margin: 4px 0px 9px 0px;
}

#upcomingshows .month  {
	font: bold 14px "courier new",verdana,arial;
	margin: 10px 0px 0px 0px;
}

#upcomingshows .date  {
	color: #000000;
}

#upcomingshows .place  {
	font-weight: bold;
}

#upcomingshows a  {
	margin-left: 6px;
	font: normal 11px "courier new",verdana,arial;
	color: #500707;
	text-decoration: underline;
}

#upcomingshows a:hover  {
	text-decoration: none;
}

/*------------------ BUDS MYSPACE ----------------------*/

#myspace {
	width: 265px;
	display: block;
	margin: 22px 0px 0px 0px;
	text-align: center;
}

#myspace a img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#myspace a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/*------------------ BUDS FACEBOOK ----------------------*/

#facebook {
	width: 265px;
	display: block;
	margin: 18px 0px 0px 0px;
	text-align: center;
}

#facebook a img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#facebook a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
