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


/*COLUMN SETUP*/

#cont {
	position: relative;
	z-index: 5;
	left: 0px;
	padding-left: 0px;
	top: 170px;
	width: 540px;
}

#right {
	position: fixed;
	top: 170px;
	left: 580px;
	width: 380px;
	height: 100px;
	z-index: 100;
	padding: 0px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	bottom:10px;	
}

#backtotop {
	position: fixed;
	bottom:10px;
	left: 580px;
	z-index: 100;
}




/*Sections*/

#topNav {
	/*background-image: url(navBG1.jpg);*/
	background-image: url(php/rotate.php);
	height: 507px;
	width: 540px;
	margin-bottom: 300px;
}

#albums {
	padding-top: 170px;
	margin-bottom: 400px;
}

#videos {
	padding-top: 170px;
	margin-bottom: 400px;
}

#tour_dates {
	padding-top: 170px;
	margin-bottom: 400px;
}

#links {
	background-image: url(linkBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
	width: 540px;
	padding-top: 170px;
	margin-bottom: 325px;
}

#contact {
	padding-top: 170px;
	margin-bottom: 325px; 
	/* Larger margin so that page can scroll properly */
}

#signature {
	height: 21px;
	margin-left: -7px; /*corrects the offset of the round pill shape*/
}




/*Style IDs and Classes for DIVs*/

.left_col_text {
	float: left;
	width: 220px;
}

.right_col_text {
	float: right;
	width: 300px;
}

#album_item {
	margin-bottom: 150px;
}

#contact_item {
	margin-bottom: 20px;
}

#tour_title {
	text-decoration: underline;
	font-weight: bold;
}

#video_text {
	font-size: 11px;
	padding-top: 0px;
}




/*Link Buttons*/

#twitter_img {
	margin-left: 0px;
}

#myspace_img {
	margin-left: 320px;
}

#messageboard_img {
	margin-top: 125px;
	margin-left: 80px;
}

#store_img {
	margin-top: 40px;
	margin-left: 160px;
}






/*Images*/

img {
	border: 0px;
}

.mouseover img {
	border: 0px;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
	padding-bottom: 5px;
}

.mouseover img:hover {
	border: 0px;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	padding-bottom: 5px;
}




/* LINKS */

a:link {
	color: #7a59c6;
	text-decoration: none;
}

a:visited {
	color: #7a59c6;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: udnerline;
}

a:active {
	color: #7a59c6;
	text-decoration: none;
}

#btt_text {
	color: #000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-right: 5px;
}




/* FORMAT */

body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bgbg.jpg);
	background-repeat: repeat;
	background-color: #e7e7e7;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	letter-spacing: 0px;
}