/* @override http://www.f3stockphoto.com/chasingtheday.com/wp-content/themes/green-splash2-classic/gigpress.css */

/* This is for the main header cells containing the column labels */
.gigpress-header{
	font-weight: bold;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #aeaeae;
}

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

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

/* 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: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

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

div.description{
	background: #FCFCFC;
}

.gigpress-info.active{
	display: none;
	border-bottom: 1px solid #aeaeae;
}

/* Applies to the first row of each show listing */
.gigpress-row.active {
	border-bottom: 1px solid #aeaeae;
	height: 25px;
}

div.vevent{
	width: 100%;
}

div.details{
	height: 25px;
	padding: 5px 0px;
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date,
th.gigpress-city,
th.gigpress-venue {
	padding: 5px 0px;
}

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

/* Likewise, individual classes for the content cells */
div.gigpress-date {
	float: left;
	width: 160px;
	padding: 5px 0px;
}

div.gigpress-city {
	width: 140px;
	float: left;
	padding: 5px 5px;
}

div.gigpress-venue {
	width: 150px;
	float: left;
	padding: 5px 0px;
}

span.dtrigger{
	padding: 5px 0px;
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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


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%;
}

div.description{
	border-bottom: 1px solid #CCC;
	padding-bottom:13px;
}