
/* This is the unordered list that holds the dates */
ul.gigpress-listing {list-style: none; margin-left:-40px;
}

/* Generic styles for the list items within */
.gigpress-listing li {margin-left:0; list-style: none; padding-bottom:10px; line-height:1.3em;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px; 
	font-family:Arial, Helvetica, san-serif;
	margin-top:2px; 
	text-decoration:none;
	background:#ffffff;
	padding:2px;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-weight: normal;
	display: block;
	color:#000000;
	font-size:15px;
	letter-spacing:normal;
	font-family:Georgia, Times New Roman, serif;
	text-align:left;
	margin-top:15px;
}
