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

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #666666;
	background-image: url(http://www.andymilne.com/wordpress/wp-content/plugins/gigpress/images/tour_bground.gif);
	background-repeat: repeat-x;
}

/* 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: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1pt;
	font-weight: normal;
}

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

/* To set an alternating row style */
tr.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 {
	color: #cc6600;
}

td.gigpress-city {
	color: #cc6600;
}

td.gigpress-venue {
	color: #cc6600;
}

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

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

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 address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #AE7450;
}

span.gigpress-info-item-project {
	display: block;
	font-size: 13px;
	color: #FFFF66;
	line-height: 16px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
span.gigpress-info-label-project {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 5px;
	letter-spacing: 0px;	
}


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

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

/* In case you want to style the Googlefied address link */
a.gigpress-address {
	color: #FF6600;
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(http://www.andymilne.com/wordpress/wp-content/plugins/gigpress/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 {
	line-height: 18px;
	color: #CCCCCC;/* 	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;*/
	font-size: 12px;
}

/* 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 each alternating list item differently */
li.gigpress-alt {
	font-size: 18px;
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
	color: #cc6600;
	display: block;
	padding-top: 10px;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: block;
	line-height: 5px;
	padding-bottom: 8px;
	color: #000000;
	font-size: 14px;
}

.gigpress-list-more
{
	padding-top: 10px;
}

/* Add a feed icon to the RSS link */
.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(http://www.andymilne.com/wordpress/wp-content/plugins/gigpress/images/feed-icon-10x10.png) no-repeat left center;
}


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