.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 1px dotted #9D766F;
	margin: 0.5em 0 1em 0;
}

.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dotted #9D766F;
}


th.gigpress-heading {
	background-color: #FFF;
	border-bottom: 1px dotted #9D766F;
}

.gigpress-row td {
	border-bottom: 1px dotted #FFF;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-artist {
}

td.gigpress-city {
          font-weight: bold;
          color: #872626;
}

td.gigpress-venue {
          font-weight: bold;
}

td.gigpress-country {
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #FFF;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
	border-top: 2px dotted #9D766F;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px dotted #9D766F;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
        font-size: 70%;	
	font-weight: bold;
	text-transform: uppercase;
        color: #FFFFFF;
        background-color: #704D31;
	padding: 5px;
        margin: 0 1em 0 0;
}

a.gigpress-tickets-link:hover {
        font-size: 70%;	
        font-weight: bold;
	text-transform: uppercase;
        color: #704D31;
        background-color: #FFFFFF;
        border: 1px solid #704D31;
	padding: 5px;
        margin: 0 1em 0 0;
}

td.gigpress-date {
	font-weight: bold;
}

/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {
        font-weight: bold;
        color: #872626;
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
}

/* For tour headings in the sidebar */
span.gigpress-list-tour-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can style each alternating list item differently */
li.gigpress-alt {
}

/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-weight: bold;
        font-size: 110%;
        color: #872626;
	display: block;
}