/* These are changes to the gigPress default style sheet.
This file goes in the current theme director and will override the styles in the default gigpress style sheet which is located in the GigPress plugin folder.
*/

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0;
	font-size: 90%;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 6px;
	vertical-align: middle;
	text-align: left;
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	padding: 6px 12px 6px 0;
	text-align: center;
}

th.gigpress-country {
	text-align: center;
}


/* Likewise, individual classes for the content cells */
td.gigpress-date {
	padding: 6px 12px 6px 0;
	text-align: center;
}

td.gigpress-country {
	text-align: center;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
	display: block;
	padding: 5px 0;
}

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

/* So if you like you can style the date differently */
.gigpress-sidebar-date {
	visibility: visible;
	display: block;
	text-align: center;
	background: url(/images/squiggle_onDeck.gif) top left repeat-x;
	padding: 10px 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #086F99;
	letter-spacing: .18em;
}

span.summary, span.location {
	visibility: visible;
	text-align: center;
	font-size: 0.9em;
}
span.summary {
	visibility: visible;
	display: block;
	font-size: 0.9em;
	line-height: 1.3em;
	width: 240px;
	float: right;
}
span.location {
	visibility: visible;
	display: block;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 25px 10px 25px;
}
span.gigpress-sidebar-prep {
	display: none;
}
#onDeck p.gigpress-subscribe {
	display: none;
}