/* @override 
	http://propagandhi.com/wp-content/themes/propagandhi/gigpress.css
*/

/*
This is the default stylesheet.  You should probably leave it as is.
To customize any of these styles, drop a *copy* of this file into your current theme directory.
Any style changes make there will override styles in this document.
*/

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

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

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #ACA07F;
	background-color: #F7F3E8;
	background-color: rgba(255,255,255, 0.5);
}

tr.gigpress-tour td {
	background-color: #F4EEDE;
	background-color: rgba(255,255,255, 0.3);
}


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

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

a.gigpress-tickets-link {
	text-transform: none;
}

tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

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


/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	color: #222 ;
}

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

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

.gigpress-calendar-links-inner {
	background: #dacfb0;
	border-color: #ACA07F;
}

.gigpress-sidebar-status {
	display: block;
}

strong.gigpress-soldout {
	background: transparent;
	color: #a8150b;
}
