/* Applies to the first row of each show listing */
.gigpress-row td, tr.gigpress-tour.gigpress-row td {
	background-color: #FFF;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
width: 140px;
}

td.gigpress-city {
font-weight: bold;
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
font-size: 1.15em;
margin-top: 10px;
margin-bottom:0px;}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-weight: normal;
	text-transform: none;
}

#page .theme_button a.gigpress-tickets-link {color: #FFF;}

/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */

div.gigpress-calendar-links {
	width: 16em;
}

.gigpress-calendar-links-inner {
	width: 85px;
}

/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {margin-bottom: 20px;
}

/* Generic styles for the list items within */
.gigpress-listing li {margin-bottom: 15px;
}