/*
Schedule Stylesheet
*/

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-top: 3px solid #230e18;
	margin: 15px 0 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.gigpress-table a {
	text-decoration: underline;
	font-weight: bold;
	color: #efefef;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.gigpress-table a:hover {
	text-decoration: none;
	color: #F44040;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	color: #846271;
	font-size: 1.1em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .04em;
	border-bottom: 3px solid #230e18;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 8px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.gigpress-table th h3 {
	padding: 0px;
	font-size: 1.5em;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #111111;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* 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;
	color: #cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 12px 8px;
	vertical-align: middle;
	text-align: left;
	color: #c9a6b5/*c997ae or b3869a*/;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #341623;
	color: #f0f0f0;
}

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

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

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

th.gigpress-city {
}

th.gigpress-venue {
}

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

/* Likewise, individual classes for the content cells */
td.gigpress-date, td.gigpress-city, td.gigpress-venue {
	font-size: 1.1em;
	font-weight: bold;
	color: #c9a6b5/*c997ae or b3869a*/;
}

td.gigpress-city {
}

td.gigpress-venue {
}

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

tr.gigpress-info td {
	font-size: 1em;
	color: #212121;
	border-bottom: 1px solid #230e18;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item a {
	color: #f26522;
}

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

span.gigpress-hh-label {
	color: #F44040;
}

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

/* In case you want to style the Googlefied address link */
a.gigpress-address {
	font-weight: normal;
}

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

td.gigpress-rss a:hover {
	color: #999999;
}

td.gigpress-rss:hover {
	background: none;
}

/* ====================================     SIDEBAR LISTING    ==================================== */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	width: 100%;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

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

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
	margin-top: 5px;
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
	margin-bottom: 5px;
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
	display: block;
}
/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	text-decoration: none;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}

#sidebars li li.gigpress-list-rss {
	background: none;
}

span.summary {	
	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;
}

td.moinfo {
	text-indent: 4px;
}
