ul.gig {
	width: 760px;
	margin: 0;
	padding: 0;
	padding-bottom: 35px;
	list-style: none;
	clear: both;
	font-size: 0.9em;
	line-height: 1.1em;
}
ul.gig li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* TWO COLUMN STRUCTURE */
li.gig_pic, li.gig_info, li.gig_details {
	display: inline;
	float: left;
}
li.gig_info {
	width: 620px;
	padding-right: 20px;
}
li.gig_details {
	width:120px;
	/*float: none;
	clear: both;*/
}


/* GIG INFO */
.gig_band, .gig_support {
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-size: 2.0em;
	line-height: 1.1em;
}
.gig_band {
	padding-top: 10px;
}
.gig_support {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 10px;
}
.gig_website, .gig_website a:link, .gig_website a:visited {
	text-align: right;
	color: #aaaaaa;
	text-decoration: none;
}
.gig_announcement {
	color: #7b060f;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	overflow: visible;
	line-height: 1.2em;
	padding:10px 0 6px;
}
.gig_announcement, .gig_blurb {
	background: url(images/announcement_border.png) repeat-x top;
}
.gig_blurb {
	padding: 10px 0 5px;
	margin-top: -5px;
}


/* GIG DETAILS */
.gig_date, .gig_price, .gig_bookings, .gig_doors, .gig_extradetails {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 120px;
}
.gig_date {
	background-image: url(images/date_green.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 40px;
	height: 60px;
	padding: 10px 40px 0;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
.gig_doors {
	
}
.gig_price {
	padding: 10px 0;
}
.ticket_price {
	font-size: 1.6em;
}
/* EXTRADETAILS FOR DOOR PRICE */
.gig_extradetails {
	width: 80px;
	padding: 0 20px;
	font-size: 1.1em;
}
.gig_bookings {
	padding: 5px 0;
	height: 80px;
	background-image: url(images/background_ticket_red.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.gig .gig_bookings a {
	float: left;
	width: 120px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
}



/* GIG FOOTER */
li.gig_footer {
	clear: both;
	text-align: center;
	color: #888888;
	padding: 0;
	margin: 0;
}
.gig_presale {
	padding: 10px 0 0;
}


.off {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}



