

/* Meet the table that displays our shows */
.gigpress-table {
	width: 520px;
	border: none;
	border-top: 0px solid #CCC;
        border: 0px #fff solid;
	margin: 0 0 1em 0;
}




/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: none;
}



/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
        width:25%;
	background: #181B20 url("http://thefiftypennymarch.com/images/tourhead.jpg") no-repeat left;
}



/* This is for the tour name header cells */
th.gigpress-heading {
	background: transparent;
	
}



/* 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 { font-size: 12px;
	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 {}



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



/* To set an alternating row style */
.gigpress-alt {background: #111;
               }



/* Individual classes for the label header cells that start the table */


th.gigpress-date {       display:none         }

th.gigpress-city {    display:none           }

th.gigpress-venue {    display:none  }

th.gigpress-country {	 display:none}



/* Likewise, individual classes for the content cells */
td.gigpress-date {font-size: 12px;
}



td.gigpress-city {   font-size: 12px;             font-weight: bold        
}



td.gigpress-venue {   font-size: 12px;        color: #ccc;           
}



td.gigpress-country {font-size: 12px;
	text-align: center; font-color: #CD2626 }



tr.gigpress-info td {
	font-size: 12px;
	color: #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: #f3f4d7; font-size:11px;
}





/* 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-size:12px;
}

/* In case you want to style the Googlefied address link */


a.gigpress-address {font-size:12px;
}



/* This is for the RSS link */
td.gigpress-rss a {
        font-size:12px;
	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 {font-size:12px; list-style-type:none;
}

/* Generic styles for the list items within */
.gigpress-listing li {	font-size:12px; list-style-type:none;
}




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

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



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