/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
}

/* Default wrapper for the year/month menu */
.gigpress-menu-container {
	padding: 5px 0;
	text-align: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0.5em 0 1em 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: 6px 8px;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	border: none;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: transparent;
	text-transform: uppercase;
	border:none;
}

/* 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;
	text-transform: uppercase;
}

.gigpress-table td {
    padding: 16px 8px;
    vertical-align: middle;
    text-align: left;
}

.gigpress-row {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	white-space: wrap;
	margin-top: 14px;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border:none;
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
		font-weight: bold;
		text-transform: uppercase;
		}

th.gigpress-city {
		font-weight: bold;
		text-transform: uppercase;
		}

th.gigpress-venue {
		font-weight: bold;
		text-transform: uppercase;
		}

th.gigpress-country {
		font-weight: bold;
		text-transform: uppercase;
		}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-artist {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: transparent;
}

/* Style for the first row after a tour ends in the list */
tr.gigpress-divider.gigpress-row td {
	border:none;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td { 
	font-size: 90%;
	color: #303030;
	border:none;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	visibility: visible !important;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-

label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

.gigpress-row:hover {
	background-color: transparent;
	color: #303030;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	white-space: wrap;
	margin-top: 14px;
}

/* In case you want to style the "Buy Tickets" link */
.gigpress-row a.gigpress-tickets-link {
	display: block;
	position: relative;
	float: right;
	clear: none;
	padding:0 15px;
	width: 65px;
	height: 20px;
	overflow: hidden;
	background-color: #ffa000;
	color: #303030;
	font-size: 9px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	white-space: wrap;

}

.gigpress-row a.gigpress-tickets-link:hover {
	display: block;
	position: relative;
	float: right;
	clear: none;
	width: 65px;
	height: 20px;
	overflow: hidden;
	background-color: #c00000;
	color: #fff;
	font-size: 9px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	white-space: wrap;
	}

/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
}

/* For tour headings in the sidebar */
span.gigpress-list-tour-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can style each alternating list item differently */
li.gigpress-alt {
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
			font-family: tahoma, sans-serif;
			font-size: 12px;
			font-weight: normal;
			font-style: normal;
                        text-transform: uppercase;
			word-spacing: -1px;
			letter-spacing: 0px;
			}

span.gigpress-sidebar-city {
			font-family: arial, tahoma, sans-serif;
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
                        text-transform: uppercase;
			word-spacing: -1px;
			letter-spacing: 0px;
			}

span.gigpress-sidebar-venue {
			font-family: arial, tahoma, sans-serif;
			font-size: 12px;
			font-weight: normal;
			font-style: normal;
                        text-transform: uppercase;
			word-spacing: -1px;
			letter-spacing: 0px;
			}

span.gigpress-sidebar-tickets-link {
			font-family: arial, tahoma, sans-serif;
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
                        text-transform: uppercase;
			word-spacing: -1px;
			letter-spacing: 0px;
			}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout, ul.gigpress-listing a.gigpress-tickets-link 

{
	display: block;
}

/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}