@charset "UTF-8";
/* CSS Document */
span
	{
	display:none;
	}

#content_main
	{
	background-color:#FFFFFF;
	}

/* content layout *//**//**/

	
#shows
	{
	position:relative;
	width:245px;
	overflow: visible;
	margin:0;
	padding:60px 0 0;
	background-image:url(../images/bg_col_left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
ul#shows li
	{
	width:230px;
	padding:10px 5px 10px 10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}	
	
ul#shows li.even
	{
	background-color:#C4BFB7;
	}
	
ul#shows li p
	{
	width:230px;
	padding:0px;
	margin:0px;
	}
	
.date
	{
	}
	
.artist
	{
	font-size:14px;
	}
	
.artist_sub
	{
	font-size:9px;
	}
	
.venue
	{
	}

#feature
	{
	float:left;
	position:relative;
	width:385px;
	height:450px;
	padding-left:0px;
	background-image: url(../images/bg_feature.jpg);
	background-repeat:no-repeat;
	}
	
#band_pic
	{
	top:40px;
	left:55px;
	margin:40px 0 15px 55px;
	width:277px;
	height:277px;
	overflow: hidden;
	}
	
#feature_info
	{
	margin:0 0 20px 55px;	
	max-width:277px;
	overflow:hidden;
	text-align:center;
	}
	
#feature_info p
	{
	margin:0;
	padding:0;
	text-transform:uppercase;
	}
	
#feature_info .artist 
	{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
#feature_info .artist_sub
	{
	font-size:12px;
	font-weight:bold;
	}
	
#feature_info .date
	{
	margin:0;
	padding:0;
	font-size:12px;
	color:#C4BFB7;
	}
	
a#btn_buy
	{
	width:100px;
	height:28px;
	display:block;
	position:absolute;
	bottom:20px;
	left:85px;
	background-image:url(../images/btn_buy.png);
	background-repeat:no-repeat;
	}
	
a#btn_buy:hover
	{
	background-image:url(../images/btn_buy_over.png);	
	}	
	
a#btn_info
	{
	width:100px;
	height:28px;
	display:block;
	position:absolute;
	bottom:20px;
	left:200px;
	background-image:url(../images/btn_info.png);
	background-repeat:no-repeat;	
	}
	
a#btn_info:hover
	{
	background-image:url(../images/btn_info_over.png);		
	}	
	
#ad_space2
	{		
	width:385px;
	overflow:visible;
	z-index:2;
	}
	
img#img_rent_ottos
	{
	margin:20px 0;
	}
	
div#news
	{
	margin:0;
	padding:32px 0 0 0;
	background-image:url(../images/bg_news.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#000;
	max-height:330px;
	overflow:hidden;
	}
	
ul#entries
	{
	display:block;
	margin:0;
	padding:10px;
	}
	
#btn_events
	{
	display:block;	
	height:20px;
	margin:10px 0 0 5px;
	padding:5px 0 0 25px;
	background-image:url(../images/bg_see.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#60533E;
	font-size:12px;
	font-weight:bold;
	}
	
#btn_events:hover, #btn_subscribe:hover
	{	
	color:#91816A;
	}

#btn_subscribe
	{
	display:block;	
	height:20px;
	margin:0px 0 0 5px;
	padding:5px 0 0 25px;
	background-image:url(../images/bg_subscribe.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#60533E;
	font-size:12px;
	font-weight:bold;	
	}
	
#signup
	{
	position:relative;
	width:235px;
	height:60px;
	margin:70px 0 0 0;
	padding:15px 0px 20px 10px;
	background-color:#60533E;
	background-image:url(../images/bg_signup.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	}
	
input#email
	{
	margin:22px 0 0px 0;
	padding:0;
	width:165px;
	height:15px;
	}
	
input#btn_submit
	{
	position:absolute;
	top:32px;
	right:5px;
	}
	
p#signup_copy
	{
	position:absolute;
	top:62px;
	left:10px;
	}
	
