/*
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 */
.entry .gigpress-table {
	width: 100%;
	border: none;
	border-top: 1px solid #fff;
	margin: 0 0 1em 0;
}

.entry .gigpress-table a {
	color:#30779c;
}

/* This is for the main header cells containing the column labels */
.entry tr.gigpress-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.entry .gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #fff;
}

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

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

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

/* Some subtle hover effects */
.entry .gigpress-row:hover, .entry .gigpress-info:hover {
	background: none;
	color: none;
}

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

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

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

.entry th.gigpress-city {
}

.entry th.gigpress-venue {
}

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

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

.entry td.gigpress-city {
}

.entry td.gigpress-venue {
}

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

.entry tr.gigpress-info td {
	font-size: 90%;
	color: none;
	border-bottom: 1px solid #fff;
}

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

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

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

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

/* In case you want to style the "Buy Tickets" link */
.entry a.buy-tickets {
	font-weight: bold;
}

/* Notices for Cancelled or Sold Out shows */
.entry strong.gigpress-cancelled, 
.entry strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}

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

/* This is for the RSS link */
.entry td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

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

/* Generic styles for the list items within */
#sidebar li.gigpress_widget ul.gigpress-listing li {
	padding-bottom:10px;
}

.gigpress-listing li span.location {
	display:block;
}

.gigpress-listing li span.gigpress-date {
	display:block;
	background:#000;
}

/* For tour headings in the sidebar */
.entry span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
}

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

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

/* So if you like you can syle each alternating list item differently */
.entry li.gigpress-alt {
	
}

/* So if you like you can syle the date differently */
.entry span.gigpress-date {
	font-weight: bold;
}

/* Sold Out shows in the sidebar */
.entry ul.gigpress-listing strong.gigpress-soldout {
	display: block;
}

.entry li.gigpress-list-more {}
.entry li.gigpress-list-more a {
	color:#fff;
	font-style:italic;
}

/* Add a feed icon to the RSS link */
.entry li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(../images/feed-icon-10x10.png) no-repeat left center;
}


.entry ul.gigpress-related-show {
	margin-bottom: 2em;
}

.entry .gigpress-related-label {
	font-weight: bold;
}


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

/* Stop Firefox from underlining our abbreviated dates */
.entry abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}