/*
This is a COPY of the default stylesheet.
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.
*/

.gigpress-table td {
	vertical-align:top;
}

/* Default wrapper for the year/month menu */
.gigpress-menu-container {
	float: right;
	margin-top: 25px;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	color: #C0C0C0;
	padding-bottom: 15px;
}

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

span.gigpress-info-item img {
	border: none;
}

/* 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: #FFF;
	font-weight: bold;
}

td.gigpress-artist {
}

td.gigpress-city {
}

td.gigpress-venue {
	color: #FFF;
	font-weight: bold;
}

td.gigpress-country {
}

.gigpress-calendar-links-inner a {
	color: #414141;
}

.gigpress-calendar-links-inner a:hover {
	color: #f00;
}

.gigpress-calendar-add {
	display: inline;
	float: right;
	padding: 5px 10px 0 0;
}

/* These styles control the Related Show list that appears in the body of Related Posts */
h3.gigpress-related-heading {
	padding-top: 20px;
	clear: both;
}