/* Meet the table that displays our shows */
.gigpress-table {
	border-top: 1px solid #222;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
}

/* Generic class for the table header cells */
.gigpress-table th {
	border-bottom: 1px solid #222;
	background: #000;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #222;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
}

/* Applies to all cells in the table */
.gigpress-table td {
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #000;
	color: #FFF;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #111;
}

/* To set an alternating row style */
.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
}

tr.gigpress-info td {
	color: #666;
	border-bottom: 1px solid #222;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #999;
}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	border-bottom: none !important;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	

}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
}

/* So if you like you can syle the date differently */
span.gigpress-date {
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
}


/* This is just to include data dor hcalendar support, but hide it from view */
span.hide {
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
}