/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
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.
*/


/* Meet the table that displays our shows */
.gigpress-table {
	width: 520px;
	border: none;
	margin: 0px 10px;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 20px 8px 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dotted #4e4d4d;
}


/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}

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

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	color: #fff;
	width: 100px;
}


/* Likewise, individual classes for the content cells */
td.gigpress-date {
	color: #fff;
}

td.gigpress-venue a {
	color: #ffffff;
	font-size: 14px;
	border-bottom: 1px dotted #ffffff;
}

tr.gigpress-info td {
	border-bottom: 1px dotted #4e4d4d;
}



/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 14px;
	color: #fce3c1;
	line-height: 1.5em;
	border-bottom: 1px dotted #4e4d4d;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	visibility: visible;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
	color:#fff;
	font-size: 12px;
	display: block;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #fff;
	display: none;

}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px;
	color: #111;
	background: #fffdeb;
	border: 1px solid #EEE;
	background: #111;
	color: #FFF;
	border: none;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

a.gigpress-links-toggle {
	border-bottom: none;
}


.gigpress-calendar-links-inner {
	background-color: #fff;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #f8f8f8;
	border-width: 1px 1px 1px 0;

}

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

div.gigpress-calendar-links span a {
	color: #000;
	text-decoration: underline;
	border-bottom: none;
}

/* These are for the RSS/iCal subscribe links */

div.entry p.gigpress-subscribe a {
	border-bottom: none;
}



li.widget_gigpress p.gigpress-subscribe {
	float: right;
	padding-right: 17px;
	width: 120px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

li.widget_gigpress p.gigpress-subscribe a {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
	border-bottom: none;
}


/* These styles are for the sidebar listing */
li.widget_gigpress {
	background: transparent url("images/blue_sidebarbg.gif") 0 0 no-repeat;


}


li.widget_gigpress h3 {	
		text-indent: -9999px;
		background: transparent url("images/blue_upcomingtour.gif") 0 0 no-repeat;
		height: 60px;
}



/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	 /* padding: 20px 0 0 17px; */
}


/* Generic styles for the list items within */
.gigpress-listing li {	
line-height:1.4em;
padding:5px 0;
}

span.gigpress-sidebar-venue, span.gigpress-sidebar-venue a {
	font-weight: bold;
}

span.gigpress-sidebar-venue a {
	text-decoration: underline;
	border-bottom: none;
}



/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-weight: bold;
	display: block;
}


p.gigpress-sidebar-more a {
	float: left;
	width: 104px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
	margin-left: 15px;
}

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



/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}