/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
To customize any of these styles, copy the rules you which to change
into a file called 'gigpress.css' in your current theme directory.
Any style changes make there will override styles in this document.


File in THEMES
*/

/* Meet the table that displays our shows */
.gigpress-table {
	border-top: 1px solid #672916;
}

/* Generic class for the table header cells */
.gigpress-table th {
	border-bottom: 2px solid #672916;
}

tr.gigpress-header th {
	color: #672916;
}

/* Applies to the first row of each show listing */
.gigpress-row td, .gigpress-row td a {
	color: #672916;
	border-bottom: 1px solid #d7c5a0; 
	font-weight: normal;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 85%;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #672916;
	
}
tr.gigpress-info td a {
	color: #444;
}
span.gigpress-info-label {
	color: #000;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	color: #672916;
	background-color: #e2d2ae;
	border-bottom: 1px solid #672916;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #e2d2ae;
}
	
/* Style for the first row after a tour ends in the list */
tr.gigpress-divider.gigpress-row td {
	border-top: 1px solid #672916;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	color: #672916;
}

/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
	margin: 0 0 2em;
	font-size: 0.9rem;
}
