/*
This is the copy of default gigpress stylesheet.  
Any style changes make there will override styles in this document.
*/

/* This is for the tour name header cells */
th.gigpress-heading {
	/* background-color: #25160b;*/
	background-color: #000;
	border-bottom: 1px solid #FEC;
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	width: 44px;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #392416;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 120%;
	color: #fff;
	line-height: 1.2em;
	border-bottom: 1px solid #291a10;
}

tr.gigpress-alt td {
	background-color: #291a10;
}

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

.gigpress-row td {
border-bottom: 1px solid #402819;
}

.gigpress-sidebar-date {
	/* font-family: Impact, Verdana, Helvetica, Arial, sans-serif; */
	font-size: 1.5em;
	font-weight: bold;
	/* line-height: 1.5em; */
	color: #FFF;
	/* background: url('images/bullet.png') right center no-repeat; */
}

.gigpress-sidebar-city {
	color: #CCC;
	}
	
.gigpress-calendar-links a {
	color: #25160B;
	}
	
.vevent {
	/* border-bottom: 1px solid #FEC;	 */
	margin-bottom: 10px;
	}
	
.linkallshows a {
	text-decoration: none;
	}

.linkallshows a:hover, .linkallshows a:visited {
	color: #FEC;
	}	