/*Artists*/

	div.artist_homebase{
	font-weight: bold;	
		}
	div.artist_genre{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #426A88;	
		}
	img.artist_photo{
	width: 300px;
	padding: 10px;
	float: right;
	height: 300px;
	border: 1px solid #CCCCCC;
		}
	artist_performance_image {
	width: 300px;
	padding: 10px;
	float: right;
	height: 300px;
	border: 1px solid #CCCCCC;	
		}	
	div.artist_bio{}
	div.artist_websites{
	font-weight: bold;
	color: #823A00;
	padding-top: 5px;
	padding-bottom: 5px;	
		}
	div.artist_websites a.artist_website{
	color: #823A00;
	font-weight: bold;	
		}
	div.artist_embedded_video{}
	table.artist_lineup{
	/*margin-top:10px;*/
	border: thin dashed #BFAD85;
	background-color: #F0ECE2;
	margin-top:5px;
	margin-bottom: 5px;
	display: inline-block;
	}
		
/* Venues */

	div.venue_community{
		display:none;
	}
	div.venue_address{}
	div.venue_address span.street{
		display:block;
	}
	div.venue_address span.city{
		display:inline-block;
		margin-right:3px;
	}
	div.venue_address span.province_state{
		display:inline-block;
		margin-right:3px;
	}
	div.venue_address span.country{
		display:block;
		margin-right:3px;
	}
	div.venue_address span.postal_code{}
	div.venue_phone{}
		
/*Workshops*/
	
	div.workshop_time{}
	div.workshop_time span.date{
		margin-right:5px;
	}
	div.workshop_time span.time_divider{
		margin-left:3px;
		margin-right:3px;
	}
	div.workshop_time span.start_time{
	margin-left:5px;
	margin-right:5px;	
		}
	div.workshop_time span.end_time{
	margin-left:5px;
	margin-right:5px;			
		}

	div.workshop_venue{
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BFAD85;
	border-bottom-color: #BFAD85;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;		
		}
	div.workshop_venue a.workshop_venue_link{}

	div.workshop_ticket_info{}
	div.workshop_ticket_info span.price{}
	div.workshop_ticket_info span.ticket_info{}
	div.workshop_ticket_info a.ticket_link{}
	div.workshop_description{}

	div.workshop_types{}
	div.workshop_types span.workshop_type{}

	table.workshop_lineup{}
	table.workshop_lineup tr{}
	table.workshop_lineup td.presentation_time{}
	table.workshop_lineup td.presentation_time span.time_divider{
		margin-left:3px;
		margin-right:3px;
	}
	table.workshop_lineup td.presentation_time span.presentation_start{}
	table.workshop_lineup td.presentation_time span.presentation_end{
		margin-right:30px;
	}
	table.workshop_lineup td.presenter{}

/*Shows*/

	div.show_time{
	font-size: 12px;
	font-weight: bold;	
		}
	div.show_time span.date{
		margin-left:5px;
		margin-right:5px;
	}
	div.show_time span.time_divider{
		margin-left:5px;
		margin-right:5px;
	}
	div.show_time span.start_time{
	margin-left:5px;
	margin-right:5px;	
		}
	div.show_time span.end_time{
	margin-left:5px;
	margin-right:5px;	
		}
		
	div.show_venue{
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;		
		}
	div.show_venue a.show_venue_link{
	font-weight: bold;
	color: #b00;
  text-decoration: none;	
		}

	div.show_ticket_info{}
	div.show_ticket_info span.price{}
	div.show_ticket_info span.ticket_info{}
	div.show_ticket_info a.ticket_link{}
	div.show_description{
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;		
		}

	table.show_lineup{
	border: thin dashed #BFAD85;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0ECE2;		
		}
	table.show_lineup tr{}
	table.show_lineup td.performance_time{
}
	table.show_lineup td.performance_time span.time_divider{
		margin-left:5px;
		margin-right:5px;
	}
	table.show_lineup td.performance_time span.performance_start{
		margin-left:5px;
		margin-right:5px;
		}
	table.show_lineup td.performance_time span.performance_end{
		margin-right:30px;
	}
	table.show_lineup td.artist{}
/*Schedule Page*/
	div.schedule_event{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3B291;
	padding-top: 20px;
	padding-bottom: 20px;	
		
		}
	div.schedule_event div.schedule_event_title a{
		/*font-weight:bold;*/
		font-size: 18px;
		font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	}
		
	div.schedule_event div.schedule_time{}
	div.schedule_event div.schedule_time span.time_divider{
		margin-left:3px;
		margin-right:3px;
	}
	div.schedule_event div.schedule_time span.date{}
	div.schedule_event div.schedule_time span.start_time{
		margin-left:5px;
	}
	div.schedule_event div.schedule_time span.end_time{
	}
		
	div.schedule_event div.schedule_venue{
		font-size:80%;
	}
	div.schedule_event div.schedule_venue a.schedule_venue_link{}
		
	div.schedule_event table.schedule_timeslots{
	border: thin dashed #BFAD85;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0ECE2;
	padding-left: 5px;
	/*width: 350px;*/
	text-align: left;		
		}
	div.schedule_event table.schedule_timeslots tr{}
	div.schedule_event table.schedule_timeslots td.time{}
	div.schedule_event table.schedule_timeslots td.artist{}
		