/*
 *	Gigulator CSS for Bubble Beatles Site
 */


#bgig_schedule {
	font-family: Helvetica, Arial;
	width: 98%;
	/* 	1em seems to equal 11.51px, set it to 10. */
/* 	font-size:104.3%; 12px */
	font-size:86.9%;  /* 10px */
}

#bgig_schedule p {
	margin:0;
	padding:0;
}

 
.bgig_sched_footer  {
  	padding-top: 2em;
  	padding-bottom: 4em;
  	display:block;
  	clear:left;
  	text-align:left;
	padding-left: 10%;
	font-size: 1.2em;
}



.bgig_spacer {
/* 	background-color: red; */
	float: left;
	clear:left;
	height: 1em;
	width: 80%;
	margin-bottom: 2em;
	margin-left: 10%;
	margin-right: 10%;
	border-bottom: 1px solid black;
}


.bgig_pic {
/* 	border: 1px solid yellow; */
	display:block;
	clear:left;
	float:left;
	width:22em;
	min-height:2em;
	padding-left:1em;
	padding-bottom:0px;
	
}

.bgig_pic img {
	border-style: none;
	border-width: 0px;
	margin-top:2px;
	width:20em;
}


.bgig_gig	 {
/* 	border: 1px solid blue; */
	float:left; 
	width: 60%;	
	padding-bottom:0px;	
	line-height: 1.5em;
}


#bgig_schedule h2.bgig_date {
	font-family: Helvetica, Arial;
	font-size: 1.8em;/*18px*/
	font-weight: bold;
	padding: 0 0 0 0;
	margin:0;
	display:inline-block;
	line-height: 1.5em;	
/* 	line-height: 2.1em; /*21px*/ */
}


#bgig_schedule .time {
	display:block;
 	font-size: 1.2em;
/* 	margin-left: 1.8em; */
/* 	float:right; */
/* 	line-height: 1.6em;	 */
}

#bgig_schedule .time_label {
	width: 5em;
	font-variant: small-caps;
	font-size: .8em;
	display: inline-block;
}

#bgig_schedule .time_label:after {
	content:':';
}

#bgig_schedule h2.bgig_event {
	font-family: Helvetica, Arial;
	font-size: 1.4em;/*14px*/
	margin:0;
	padding:0;
/* 	padding-top: .8em; */
	padding-bottom: 0px;
/* 	line-height: 1.4em;*/ /*16px*/ 
	line-height: 1.5em;
}

#bgig_schedule h2.bgig_event small {
	font-style: italic;
	font-size: 70%;
	vertical-align: top;
	padding-right: .6em;
/* 	line-height: 1.4em;*/ /*16px*/ 
}



#bgig_schedule .VenueName {
	font-size:1.6em;
	display:block;
	font-weight: bold;
	line-height: 1.5em;	
}

#bgig_schedule .VenueAddress {
	font-size: 1.2em;
	padding-bottom: .5em;
}

#bgig_schedule a.VenueName {
	color:blue;
}

#bgig_schedule .ticketUrl {
	color:blue;
	font-size: 1.2em;
	display:block;
/* 	text-align: center; */
	padding-top: .5em;
}

.bgig_misc {
	font-size:1.1em;/*12px*/
	font-style: italic;
	padding-top: 1.5em;
	
/* 	line-height: 1.4em;*/ /*16px*/ 
}
.bgig_misc p {
/* 	line-height: normal; */
/* 	line-height: 1.4em;*/ /*16px*/ 
}


/************************** NEXT SHOW ****************************/

#bgig_nextshow {
	line-height: 1.30em;	
	margin-left: 8px;
}

#bgig_nextshow .gig {
/* 	border: 1px solid red; */
	margin-bottom: 1em;
	line-height: 1.30em;	
}

#bgig_nextshow p {
/* 	line-height: 1.30em;	 */
}

#bgig_nextshow .date {
/* 	color: green; */
	font-weight: bold;
	font-size: 115%;
	display:inline;
	padding-right: 1em;
}

#bgig_nextshow .time {
	display:inline-block;
/* 	float:right; */
	
}

#bgig_nextshow .event {
/* 	color: red; */
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#bgig_nextshow .event small {
	font-style: italic;
	font-size: 70%;
	vertical-align: top;
	padding-right: 6px;
}

#bgig_nextshow .bgig_venue {
/* 	color: green; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#bgig_nextshow p.bgig_venue a {
	font-size: 110%;
	font-weight: bold;
	color: blue;
}

#bgig_nextshow .lastline {
/* 	border: 1px solid green; */
}

#bgig_nextshow .city {
	display: inline-block;
/* 	border: 1px solid blue; */
}

#bgig_nextshow a.more {
	font-size: .8em;
	float:right;
	text-decoration: underline;
	color: blue;
	display: inline-block;
	text-align: right;
/* 	border: 1px solid red;	 */
}

