/* Meet the table that displays our shows */
.gigpress-table {
	border-top: 1px solid #eee;
}

/* Generic class for the table header cells */
.gigpress-table th {
	border-bottom: 1px solid #eee;
}

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

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

/* Applies to all cells in the table */
.gigpress-table td {
	background-color: #D7CFBF;
	text-color: #00666f;
}

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

/* Likewise, individual classes for the content cells */
td.gigpress-date {
color: #000;
}

td.gigpress-artist {
color: #000;
}

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

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

td.gigpress-country {
color: #000;
}

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

/* Style for the first row after a tour ends in the list */
tr.gigpress-divider.gigpress-row td {
	border-top: 1px solid #eee;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	color: #000;
	border-bottom: 1px solid #eee;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #044246;
}
 
/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
	margin: 50px 50px 50px 50px;
}

ul.gigpress-related-show ul, ul.gigpress-related-show li {
	background-color: #d7cfbf;
}