@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background: #333;
}
#container {
	margin: 0;
	padding: 0;
	text-align: left;
} 
#header ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style:none;
}
#header {
	padding: 0;
	margin: 1px 0px 0px 265px;
	width: 550px;
	height: 168px;
	display: block;
}
#header h1 {
	padding:0;
	margin:0;
}
#header h1 a:hover {
	background: url(../images/home-tiny2.gif) no-repeat left center;
}

.menu-item {
	margin: 0px;	
	padding: 0px;
	width: 100px;
	height: 120px;
	position: absolute;
	top: 62px;
	display: block;
	text-align: center;
	z-index: 2;
}
.menu-item li {
	padding:0;
	margin:0;
}
.menu-item a {
	padding: 76px 0px 0px;
	margin: 0px;
	display: block;
	color: #FFF;
	text-decoration:none;
}
#menu-music {
	left: 278px;
}
#menu-music a {
	background: url(../images/tpx24-music-on.png) no-repeat 12px top;
}
#menu-music:hover {
	background: url(../images/tpx24-music-on.png) no-repeat 12px top;
}

#menu-schedule {
	left: 378px;
}
#menu-schedule a {
	background: url(../images/tpx24-schedule-on.png) no-repeat 12px 9px;
}
#menu-schedule:hover {
	background: url(../images/tpx24-schedule-on.png) no-repeat 12px 9px;
}

#menu-reviews {
	left: 489px;
}
#menu-reviews a {
	background: url(../images/tpx24-reviews-on.png) no-repeat 8px 2px;
}
#menu-reviews:hover {
	background: url(../images/tpx24-reviews-on.png) no-repeat 8px 2px;
}
#menu-press {
	left: 599px;
}
#menu-press a {
	background: url(../images/tpx24-press-on.png) no-repeat 12px 9px;
}
#menu-press:hover {
	background: url(../images/tpx24-press-on.png) no-repeat 12px 9px;
}
#menu-contact {
	left: 708px;
}
#menu-contact a {
	background: url(../images/tpx24-contact-on.png) no-repeat 12px 20px;
}
#menu-contact:hover {
	background: url(../images/tpx24-contact-on.png) no-repeat 12px 20px;
}

#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 326px;
	margin-right: 25px;
	background: #FFF;
	border: 2px solid #000;
	padding: 1em;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page-bandpic {
	position: absolute;
	height: 450px;
	width: 308px;
	left: 8px;
	top: 11px;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#page-buyalbum {
	text-align: center;
	position: absolute;
	height: 276px;
	width: 278px;
	left: 12px;
	top: 442px;
	border: 2px solid #000;
	background: #9F9;
	z-index: 1;
	padding-top: 15px;
	padding-right: 0px;
	margin-top: 0px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	margin: 0px;
	padding: 0px;
}
#precontent-widebox {
	padding: 5px;
	margin-right: -4px;
	float: right;
	margin: -25px -35px 5px 5px;
	width:16em;
}
#precontent-widebox .box {
	padding-left: 5px;
}
#precontent-sidebox .box {
	padding-left: 5px;
}
#precontent-sidebox {
	padding: 5px;
	margin-right: -4px;
	float: right;
	margin: -25px -35px 5px 5px;
	width:10em;
}

#postcontent-sidebox {
	position:absolute;
	left: 12px;
	top: 750px;
	text-align: center;
	width: 278px;
	z-index: 1;
	display:block;
}
#postcontent-sidebox .box-container {
	margin:15px;
}
.page-sidebox {
	background: #9F9;
	border: 2px solid #000;
}

.page-sidebox .box {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.page-sidebox .nextshow {
	width: auto;
}
.nextshow .infolink {
	text-align: right;
	font-size: .8em;
}

.page-sidebox .subscriptions {
	width: 50%;
	float: left;
}
.page-sidebox .subscriptions li {
	font-size: 80%;
}
.page-sidebox .merchlist {
	width: 40%;
	float: right;
}
.page-sidebox .merchlist li {
	font-size: 80%;
}
.boxtitle {
	color:#030;
	width: 100%;
	text-align:left;
	display:block;
	font-size:80%;
}
.page-sidebox .box ul {
	text-align:left;
	margin:0;
	padding-left: 1.8em;
}
.list-mail {
	list-style: url(../images/email_go.png);
}
.list-show {
	list-style: url(../images/date.png);
}
.list-rss {
	list-style: url(../images/feed.png);
}
.list-merch {
	list-style: url(../images/cart.png);
}
.list-album {
	list-style: url(../images/cd.png);
}
#footer {
	text-align: right;
	color: #CCC;
	margin-right: 15px;
}
#footer a {
	color:#6DFF91;
}
.merchpicture {
	text-align: right;
	width: 242px;
	float: left;
}
.boxcontent form {
	text-align: center;
}
.box-container form {
	text-align: center;
}
.box-container table {
	text-align: center;
}

#viewcart-final form {
	text-align: right;
}
