/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	margin: 0;
}

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

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 0px 0px 2px 8px;
	vertical-align: middle;
	text-align: left;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background: #F3F3F3;
}

/* 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;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 3px 0px 0px 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 {
	padding-top: 3px;
	border-top: 1px solid #b26000;
}

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

}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
font-family: Georgia; 
color: #603e0d;
font-size: 11px; 
line-height: 14px; 
}

th.gigpress-city {
font-family: Georgia; 
color: #603e0d;
font-size: 11px; 
line-height: 14px; 
}

th.gigpress-venue {
font-family: Georgia; 
color: #603e0d;
font-size: 11px; 
line-height: 14px; 
}

th.gigpress-country {
font-family: Georgia; 
color: #603e0d;
font-size: 11px; 
line-height: 14px;
text-align: center;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
font-family: Georgia;
font-style: italic; 
color: #603e0d;
font-size: 12px;
width: 150px;
}

td.gigpress-city {
	font-family: Arial;
	font-size: 13px;
	color: #603e0d;
}

td.gigpress-venue {
	font-family: Arial;
	font-size: 13px;
	color: #603e0d;
}

	.gigpress-venue a, #gigpress-venue a:visited { color: #7e2e13; text-decoration: none; }
		
		.gigpress-venue a:hover { color: #ca4111; text-decoration: none; }

td.gigpress-country {
	font-family: Arial;
	font-size: 13px;
	color: #603e0d;
	text-align: center;
}

tr.gigpress-info td {
	font-size: 10px;
	color: #603e0d;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	font-family: Arial;
	font-size: 10px;
	color: #603e0d;
}
.description {
	font-family: Arial;
	font-size: 10px;
	color: #603e0d;
	padding: 0px;
	line-height: 13px;
}
.gigpress-info-label a, #gigpress-info-label a:visited { color: #7e2e13; text-decoration: none; }
		
.gigpress-info-label a:hover { color: #ca4111; text-decoration: none; }

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

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

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

/* This is for the RSS link */
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 */
ul.gigpress-listing {
	list-style: none;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
	font-family: Arial;
	font-size: 11px;
	color: #603e0d;
	font-weight: normal;
	padding-bottom: 10px;
}
.gigpress-listing a, .gigpress-listing a:visited { 
	color: #7e2e13; 
	text-decoration: none; 
}
.gigpress-listing a:hover { 
color: #ca4111; 
text-decoration: none; 
}

/* 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 the date differently */
span.gigpress-date {
	font-family: Arial;
	font-size: 10px;
	color: #603e0d;
	font-weight: bold;
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}
.gigpress-list-rss a, .gigpress-list-rss a:visited { 
	color: #7e2e13; 
	text-decoration: none; 
}
.gigpress-list-rss a:hover { 
color: #ca4111; 
text-decoration: none; 
}



/* 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;
}