/* This OVERIDES gigpress.css */
.gigpress-empty {
	display:none;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	display:none;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	border: 1px solid #000000;
	background-color: #000000;
	text-transform: uppercase;
	color:white;
}

.gigpress-subscribe {
	padding: 0;
}

table.gigpress-table.past {
	margin-top: -38px;
}

.gigpress-table tr {
	font-size: 18px;
}

/* Applies to all cells in the table */
.gigpress-table td {
	border: 1px solid #B3B6BD;
	font-weight: bold;
	white-space: normal;	
}

/* Likewise, individual classes for the content cells */
div.gigpress-date {
	text-align: center;
	line-height: .8em;
}
div.gigpress-date.past {
	color: #a9a9a9;
}
div.gigpress-date .mm, div.gigpress-date .yy{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
div.gigpress-date .dd {
	font-size: 21px;
	font-weight: bold;
}

td.gigpress-city {
	width:15%;
	text-transform: uppercase;
	font-size:66%;
}

td.gigpress-venue {
	text-transform: uppercase;
	font-size:66%;
	width:25%;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 80%;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
	font-size:80%;
}

/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.gigpress-links-cell {
	padding: 10px 10px;
	vertical-align: middle;
}

a.gigpress-links-toggle {
	position:relative;
	top:4px;
	left:13px;
	z-index: 0;
}

a.gigpress-links-toggle:hover {
/*	background-position: -11px 0px; */
}

a.gigpress-link-active {
/*	background-position: -33px; */
}

a.gigpress-link-active:hover {
/*	background-position: -22px; */
}

.gigpress-calendar-links-inner {
line-height: 16px;
}

div.gigpress-calendar-links span {
	display: block;
}

/* **************************************** */
/* These styles are for the sidebar listing */
/* **************************************** */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	margin: 0em 0em 0em 0em;
}

/* Generic styles for the list items within */
ul.gigpress-listing li {
	margin-bottom: 10px;
}

li .vevent .active {
	padding-bottom: 10px;
}

/* 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 {
/*	background-color: #d9d9d9; */
}

/* 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;
}

span.gigpress-sidebar-date {
	padding-top: 10px;
}
