/* this is for the upcoming gigs block on the events page

#upcoming-events {
	border:1px solid #ccc;
	position:relative;
}
#upcoming-events h3 {
	width:200px;
}
#upcoming-events .views-row-odd, #upcoming-events .views-row-even {
	position:absolute;
	top:0;
	left:201px;
	border:1px solid yellow;
}

*/


