body {
	font-family: Tahoma, sans-serif, arial;
	background-color: black;
	color: white;
	font-size:13px; 
/* 	font-size: 105%; */
}


A:link, A:visited {
	text-decoration:underline;
	color: white;
	font-weight: normal;
}

A:hover {
	color:#ff6633;
	text-decoration:underline;
}


/* 
 * top, right, bottom, left
 */
.bgig_main {
/* 	border: 1px solid blue; */
	clear:both;
/* 	float:left; */
	width:624px;
	
	text-align: left;
 	font-size:1em; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
/* 	line-height: 1.33em; */
display:block;
background-image: url('http://www.jackgrace.com/images/photos/band/martini05c.jpg');
background-repeat: no-repeat;
/* height: 400px; */
padding-left: 265px;
float: left;
min-height: 390px;
}


.bgig_hdrmonth h2 {
	color: #ff6633;
	font-size:13px;	
}
.bgig_new_year {
	display:none;
}


/* container for a row full size, floated left */
.bgig_row {
	width:100%;
	padding:0;
	margin:0;
/* 	clear:both; */
}



/*******************  Gig ****************
 * top, right, bottom, left
 */
.bgig_gig a{
}


.bgig_gig {
/* 	border: 1px solid green; */
	padding:0 0 1em 0;
/* 	line-height: 1.25em; */
	clear:both;
	float:left;
	width: 100%;
	display:block;
}



.bgig_spacer {
	display:none;
/* 	float: left; */
/* 	clear:left; */
/* 	height: 3em; */
/* 	width: 100%; */
}




 /*******************  Gig Left col is a pic *****************/
 /***  top, right, bottom, left  ***/

/**
 * Picture is on the left
 **/
.bgig_pic {
display:none;
}


 /*******************  Right Column Has the Gig Details *****************/
.bgig_text {
	margin:0;
	padding:0;
}

.bgig_date h2{
/* 	background-color: #2a2a2b; */
	font-size: 1em;
	font-weight: normal;
	display:block;
	width:56px;
	padding: 0;	
	margin: 0 0 0 0 ;
	float:left;
	clear:both;	
	display:block;
}


.bgig_venue_name {
	display:block;
	width:143px;
/* 	border: 1px solid blue; */
	float:left;
	display:block;
}

/* .bgig_details, */
/* .bgig_project_name, */

.bgig_venue_details
{
	width:131px;
/* 	border: 1px solid red; */
	float:left;
	display:block;	
}

.bgig_time {
	display:block;
	width:118px;
/* 	border: 1px solid yellow; */
	float:left;
}

.bgig_project_name,
.bgig_venue_name
{
	font-weight: bold;
}


.bgig_notes {
	display:block;
	width: 174px;
	float:left;
/* 	background:cyan; */

}


.bgig_project_name,
.bgig_event,
.bgig_text span.with,
.bgig_doors,
.bgig_cover,
.bgig_venue_phone,
.bgig_venue_zip,
.bgig_tickets
{
	display:none;
}

.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 span.with,
.bgig_cancelled div.address,
.bgig_cancelled div.bgig_venue_details
{
	color:grey;
	text-decoration: line-through;
}

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

