/* @override http://new.gregmacpherson.com/wp-content/themes/gmac/gigpress.css */

/* @group GigPress */

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

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

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


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

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #000;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
	border-top: 2px solid #333;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 100%;
	color: #999;
	border-bottom: 1px solid #333;
}

a.gigpress-links-toggle {
	background-image: url(images/add.png);
}

div.gigpress-calendar-links {
	background-image: url(images/calendar-links-bg.png);
}


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

.gigpress-calendar-links-inner {
	background-color: #111;
	border-color: #666;
}

div.gigpress-calendar-links span {
	display: block;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	color: #666;
	font-style: italic;
	margin: 0;
}

span.gigpress-sidebar-date {
	color: #999;
	font-weight: normal;
}

span.gigpress-sidebar-prep {
	color: #999;
}

.gigpress-sidebar-more {
	font-style: italic;
	text-align: center;
}

a.gigpress-tickets-link {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

.gigpress-listing .gigpress-tickets-link {
	display: none;
}

/* @end */