/* INDEX */
.left {
	width: 260px;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	background-image: url(../_images/column_foot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.flourish{
	margin-bottom: 20px;
}
.left p{
	color: #666666; /* THE NUMBER OF THE BEAST */
	margin: 0px 0px 15px 0px;
	text-align: justify;
}
.left .date{
	font-weight: bold;
}
a{
	color: #FFFFFF;
	white-space: nowrap;
}

.left ol{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}
.right{
	width: 165px;
	float: left;
	text-align: right;
	padding-bottom: 20px;
	background-image: url(../_images/column_foot_short.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.right p{
	margin: 0px 0px 15px 0px;
}
.right .date{
	font-weight: bold;
	
}
form{
	margin: 0px 0px 15px 0px;
}
.email{
	width: 100px;
	height: 14px;
	border: none;
}
.joinbutton{
	margin-top: 10px;
}

/* BIOGRAPHY */
.biography .bioright{
	float: right;
	width: 325px;
}
.biography .bioright ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.biography .bioright li{
	margin-bottom: 6px;
}
.biography p{
	width: 370px;
	text-align: justify;
}

/* SHOWS */
.posters{
	text-align: center;
}
.posters img{
	margin: 20px;
}

/* NEWS */
.item{
	float: left;
	width: 405px;
	margin-left: 50px;
	text-align: justify;
	padding-bottom: 20px;
	background-image: url(../_images/column_foot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;

}
.item .date{
	font-weight: bold;
}

/* MEDIA */
.media .album{
	width: 260px;
	float: left;
}
.album ol{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}
#videos{
	height:280px;
}
#videos ul li{
	list-style:none;
	height:170px;
	width:150px;
	float:left;
	display:inline;
	margin:0 20px;
	text-align:center;
}
#videos ul li a{
	display:block;
	height:150px;
	width:150px;
	margin:0 0 5px;
	cursor:pointer;
}
.media .reviews{
	margin-left: 30px;
	float: left;
	width: 450px;
}
.media .reviews h1{
	font-size: 14px;
	text-transform:uppercase;
}

.media .reviews h2{
	font-size: 12px;
	margin-bottom:10px;
}
p.backtotop{
	font-size:10px;
	margin-bottom:30px;
}

/* GUESTBOOK */
.guestbook .left{
	background: none;
}
.guestbook .date{
	font-size: 9px;
	text-transform: uppercase;
}
.guestbook .name{
	font-size: 12px;
	font-weight: bold;
}
.guestbook input{
	background-color: #000000;
	border: 1px solid #5F4734;
	width: 200px;
	color: #666666;
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.guestbook textarea{
	background-color: #000000;
	border: 1px solid #5F4734;
	width: 260px;
	height: 140px;
	color: #666666;
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.guestbook br{
	line-height: 0px;
	height: 0px;
}
.postbutton{
	margin-top: 10px;
}
.guestbook label{
	display: block;
	margin: 10px 0px 4px 0px;
}

/* PHOTO GALLERY */

.thumbnails{
	width: 280px;
}
.thumbnails img{
	margin: 0px 4px 4px 0px;
}

/* MERCH */
.merch{
	position: relative;
}
#viewcart{
	position: absolute;
	top: 0px;
	right: 0px;
}
.product{
	width: 370px;
	float: left;
	height: 440px;
	text-align: center;
	margin-top: 30px;
}
.product p,
.product_wide p{
	color: white;
	padding: 3px; 
	font-size: 14px;
	margin:0;
}
.product_wide{
	text-align: center;
	margin-top: 30px;
}
.size{
	margin-top: 5px;
}
.addtocart{
	margin-top: 12px;
}