/*
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 {
	
	border: none;
	border-top: 1px solid #666666  ;
	margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
.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;
	/*border-bottom: 1px solid #CCC;*/
}

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





/* Applies to the first row of each show listing */


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



/* Likewise, individual classes for the content cells */
.gigpress-date {font-weight:700;margin:5px 0}
.gigpress-date abbr{font-size:16px}
.gigpress-date p{}

.gigpress-city {font-weight:100;text-indent:5px;
}

.gigpress-venue {}

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

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

/* This wraps each of the address, admission, etc spans 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;
}

/* For the spacer cell that goes in-between tours */
.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 {
}

/* This is for the RSS link */
.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 {
}

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

/* 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-weight: bold;
	display: block;
}

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


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

/* added styles and over-rides */

.gigs#past{margin:20px 0 0 0;color: #666666}
.gigs#past a{ color:Maroon; }
.vevent{border-bottom:#666666 1px dashed;margin:10px 0}

body.performances .post .entry{text-align:left}
body.performances .post .entry h2{text-align:center;}
body.performances .description{font-size:.8em}
body.performances .description p{margin:2px 0}
.gigpress-info-item{display:block;padding:3px 0;}
.gigpress-info-item.tour-name{}
.gigpress-info-item.gig-notes{font-size:1.2em}
.gigpress-info-item.gig-time{}
.gigpress-info-item.entry-price{}
.gigpress-info-item.admittance{}
.gigpress-info-item.admittance{}
.gigpress-info-item.tickets-sales{}
.gigpress-info-item.venue-address{}
.gigpress-info-item.related-link{}

/* sidebar */
#sidebar .gigpress_widget{text-align:center;margin:20px 0 0 0}
#sidebar .gigpress_widget li.vevent{border:none}
#sidebar .gigpress_widget li.gigpress-list-rss{display:none}
#sidebar .gigpress_widget h2{margin-bottom:0px;font-size:1.6em;}
#sidebar .gigpress_widget ul.gigpress-listing{}
#sidebar .gigpress_widget .gigpress-date{display:inline}
#sidebar .gigpress_widget .summary{}
#sidebar .gigpress_widget .location{}