/* Meet the table that displays our shows */

.gigpress-table {

	width: 100%;

	border: none;

	border-collapse: collapse;

	border-top: 1px solid #CCC;

	margin: 0.5em 0 1em 0;

}



/* This is for the main header cells containing the column labels */

tr.gigpress-header th {

	font-weight: bold;

}



/* Generic class for the table header cells */

.gigpress-table th {

	padding: 6px 8px;

	vertical-align: top;

	text-align: left;

	border-bottom: 5px solid transparent;

}



/* This is for the tour name header cells */

th.gigpress-heading {

	background-color: tan;

	border-bottom: 1px solid black;

    border: none;

}



/* 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 {

	margin: 20px;

}



/* Applies to all cells in the table */

.gigpress-table td {

	padding: 6px 8px 20px 20px;

	vertical-align: middle;

	text-align: left;

}



/* Applies to the first row of each show listing */

.gigpress-row td {

	border-top: 20px solid transparent;

        border-bottom: 0px solid white;

}



/* Individual classes for the label header cells that start the table */

th.gigpress-date {

}



th.gigpress-artist {

}



th.gigpress-city {

}



th.gigpress-venue {

}



th.gigpress-country {

}





/* Likewise, individual classes for the content cells */

td.gigpress-date {

color: brown;

font-weight: bold;

}



td.gigpress-artist {

}



td.gigpress-city {font-size:110%; margin-top:10px;

}



td.gigpress-venue {font-size:110%;

}



td.gigpress-country {

}



/* Style for rows within a tour */

tr.gigpress-tour td {

	background: -moz-radial-gradient(center, ellipse cover,  rgba(191,152,105,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(191,152,105,1)), color-stop(99%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(191,152,105,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(191,152,105,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(191,152,105,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(191,152,105,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9869', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}



/* Style for the first row after a tour ends in the list */

tr.divider.gigpress-row td {

	border-top: 2px solid #CCC;

}



/* The secondary row for each show, contains time, admission, etc */

tr.gigpress-info td {

	font-size: 100%;

	color: #000;

	border-bottom: 1px solid #CCC;

}





/* In case you want to style the "Buy Tickets" link */

a.gigpress-tickets-link {

	font-weight: bold;

	text-transform: uppercase;

        padding: 5px;

        text-decoration: none;

}







/* SIDEBAR LISTING */



.gigpress-sidebar-status {

text-transform:lowercase; font-size:0.5em; }



/* This is the unordered list that holds the dates */

ul.gigpress-listing {

}



/* Generic styles for the list items within */

.gigpress-listing li {	

}



/* 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;

}



/* 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;

	display: block;

}



/* Sold Out shows in the sidebar */

ul.gigpress-listing strong.gigpress-soldout {

	display: block;

}





/* These styles control the Related Show list that appears in the body of Related Posts */

ul.gigpress-related-show {

	margin-bottom: 2em;

}



.gigpress-related-label {

	font-weight: bold;

}



.gigpress-related-item {

}