/*
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 {
	width: 100%;
	border: none;
	margin: 0 0 1em 0;
	
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	font-face: tahoma;
	font-size: 8pt;
	background-color: #e4e4e4;
}

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

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

/* 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 {
	margin: 0;
	font-size: 9pt;
	color: #888888;
}

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

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {

}

/* Applies to the first row of each show listing */
.gigpress-row td {
	font-face: tahoma;
	font-size: 8.5pt; padding-top: 10px;

}

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

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	width: 80px;
}

th.gigpress-city {

}

th.gigpress-venue {

}

th.gigpress-country {

}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	width: 80px;
	font-size: 7.5pt;
	font-weight: bold;
}

td.gigpress-city {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

td.gigpress-venue {
	font-weight: bold;
}
td.gigpress-venue a {
	font-size: 8.5pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

td.gigpress-venue a:hover {
	color: #AAAAAA;
	text-decoration: underline;
	font-weight: bold;	
}

td.gigpress-country {
	text-align: center;
	font-size: 7.5pt;
}

tr.gigpress-info td {
	color: #999999; padding-bottom: 25px;
	border-bottom: 1px dotted #dadada;
}

tr.gigpress-info td a {
	color: #999999;
}
tr.gigpress-info td a:hover {
	color: #555555;
}

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

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
	color: #999999;
	font-size: 7.5pt;
	text-decoration: none;
	
}

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

/* For the spacer cell that goes in-between tours */
td.gigpress-empty { 
	color: #999999;
	text-decoration: none;
}

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

}

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

/* In case you want to style the Googlefied address link */
a.gigpress-address {
	color: #999999;
	text-decoration: none;
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	font-size: 7.5pt;
	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 */
ul.gigpress-listing {
	color: #666666;
	margin-left: -12px; 

}

/* Generic styles for the list items within */
.gigpress-listing li {	
	margin-bottom: 10px;

}

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

/* 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 each alternating list item differently */
li.gigpress-alt {
	
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-size: 8pt;

}

.summary {
	font-weight:bold;
}

.location a {
	color: #666666;
	text-decoration: none;
}
.location a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

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

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


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

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


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

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