/**
 *  
 * CSS File for Sidebar Upcoming Show Page 
 *     - Bills Gigulator - Customized for elizabethjazz.com 4/2/2010 
 * 
 **/


* {
	padding:0;
	margin:0;
}

body, html {
	font-family:arial, verdana, tahoma, sans-serif;
	font-size:11px;
	color:#605140;
}

a:link, a:visited {
	color:#FF6699;
	text-decoration:none;
}

a:hover {
	color:#FF99CC;
	text-decoration:none;
}



/* 
 * Note: margin/padding - top, right, bottom, left
 */
 
 
/*** The main div ***/
.bgig_main {
	width:100%;
	text-align: left;
 	font-size:1em; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}


/*** container for a row ***/
.bgig_row {
	width:100%;
	border-bottom:1px dotted #E5E4DA;
	padding-bottom: 0em;
	margin-bottom: 1em;
}


.bgig_spacer {
	display:none;
}


/*** all text in a gig (not the image) ***/
.bgig_text {
}


.bgig_date h2 {
	font:13px georgia,sylfaen,times,verdana;
	font-weight: bold;
	padding:0;
	margin:0;
}

.bgig_event h3 a  {
}

/* Not needed.
.bgig_time, .bgig_time_show {
	display:inline;
}

.bgig_time_doors {
	display:none;
}

.bgig_project_desc {
	display:none;
}
*/


.bgig_project_name,
.bgig_venue_name,
.bgig_venue_details,
.bgig_venue_city, 
.bgig_time
{
	display:block;
}


.bgig_project_name a,
.bgig_venue_name a
{
}

/*** Hide doors time, address, phone and zip ***/
.bgig_doors,
.bgig_cover,
.bgig_venue_addr,
.bgig_venue_phone,
.bgig_venue_zip
{
	display:none;
}


/*** if show is cancelled make text fields grey, and put a line through it ***/
.bgig_cancelled .bgig_text {
	color:grey;
}

.bgig_cancelled .bgig_project_name,
.bgig_cancelled .bgig_venue_name,
.bgig_cancelled .bgig_time,
.bgig_cancelled .bgig_doors,
.bgig_cancelled div.bgig_venue_details
{
	color:grey;
	text-decoration: line-through;
}

.bgig_cancelled_warning {
	text-decoration: none;
	padding: 0px 0px 0px 0em;	
}

