/*
This stylesheet overrides styles created in the plugin's folder.
*/


/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	color:#3B2E26;
	background-color:#CCCCCC;
	text-shadow:none;
}

th.gigpress-city {
	width:150px;
}

/* This is to create a line break where the Notes go. */
span.gigpress-info-item {
    display: block;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: none;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
	color:#FFFFFF;
}

.gigpress-row {
	color:#FFFFFF;
	background-color:#1F1B19;
	}
	
span.gigpress-info-label {
	color:#CCCCCC;
	}
.gigpress-calendar-links-inner {
	background-color:#333333;
	}
	
/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	text-transform:none;
	color:#FFFFFF;
}

ul.gigpress-listing a {
	color:#FFFFFF;
}
ul.gigpress-listing a:hover {
	color:#6dc7be;
}


/* Generic styles for the list items within */
.gigpress-listing li {
	font-size: 1em;
	/*line-height: 125%;*/
	padding-bottom: 1.25em;
}

/* 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:1.15em;*/
	line-height:110%;
	padding-top:3px;
	color:#6dc7be;
	display: block;
}

span.summary {
	/*font-size:1.15em;*/
	line-height:110%;
	}

span.gigpress-sidebar-venue {
}

span.gigpress-sidebar-city {
}

p.gigpress-sidebar-more {
	}
	
/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: block;
}
