
/* Meet the table that displays our shows */
.gigpress-table {
	border: none;
	margin: 0 0 25px 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: 0 8px 0 0;
	vertical-align: middle;
	text-align: left;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background: #f9f2c4;
}

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

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


/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #f9f2c4;
	color: #000;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
	th.gigpress-date {
	line-height:130%;
	font: bold 15px/16px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	margin: 0 0 5px 0;
	}

	th.gigpress-city {
	line-height:130%;
	font: bold 15px/16px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	margin: 0 0 5px 0;
	}

	th.gigpress-venue {
	line-height:130%;
	font: bold 15px/16px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	margin: 0 0 5px 0;
	}

	th.gigpress-country {
	line-height:130%;
	font: bold 15px/16px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	text-align: center;
	margin: 0 0 5px 0;
	}


/* Likewise, individual classes for the content cells */
	td.gigpress-date {
	line-height:130%;
	font: bold 12px/12px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	text-align: center;
	margin: 0 0 10px 0;
	}

	td.gigpress-city {
	line-height:130%;
	font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
	margin: 0 0 10px 0;
	}

	td.gigpress-venue {
	line-height:130%;
	font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
	margin: 0 0 10px 0;
	}

	td.gigpress-country {
	line-height:130%;
	font: 11px/11px "verdana", "arial", "helvetica", sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
	}

tr.gigpress-info td {
	vertical-align:top;
	font-size: 9px;
	color: #684116;
}
	tr.gigpress-info-end td {
		border-bottom: 1px solid #684116;
	}




tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #2c6464;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
}

				span.gigpress-info-item_buy {
				font: bold 12px/12px "trebuchet", "arial", "helvetica", sans-serif;
				}


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

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: bold;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(http://theabramsbrothers.com/_content/abrams/wp-content/themes/default/gigpress-templates/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	line-height:130%;
	font: 9px/9px "verdana", "arial", "helvetica", sans-serif;
	color: #674021;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
	line-height:130%;
	font: 9px/9px "verdana", "arial", "helvetica", sans-serif;
	color: #674021;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 11px;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
}

/* So if you like you can syle each alternating list item differently */
li.gigpress-alt {
	
}


/* So if you like you can syle the date differently */
span.gigpress-date {
	line-height:130%;
	font: bold 9px/9px "verdana", "arial", "helvetica", sans-serif;
	color: #265b75;
	text-align: left;
}

span.summary {
	line-height:130%;
	font: bold 9px/9px "verdana", "arial", "helvetica", sans-serif;
	color: #684116;
	text-align: left;
}


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




/* 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 {
			vertical-align: top;
		}

		.gigpress-calendar-add {
			position: relative;
		}

		a.gigpress-links-toggle {
			display: block;
			text-indent: -9999px;
			width: 11px;
			height: 11px;
			background: transparent url(http://theabramsbrothers.com/_content/abrams/wp-content/themes/default/gigpress-templates/calendar-toggle.png) no-repeat left top;
			cursor: pointer;
		}

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

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

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

		div.gigpress-calendar-links {
			display: none;
			position: absolute;
			left: 20px;
			top: -1.2em;
			width: 15em;
			padding-left: 7px;
			background: transparent url(http://theabramsbrothers.com/_content/abrams/wp-content/themes/default/gigpress-templates/calendar-links-bg.png) no-repeat left center;
		}

		.gigpress-calendar-links-inner {
			width: 165px;
			background-color: #60482e;
			padding: 6px 8px;
			font-size: 11px;
			line-height: 16px;
			border: 1px solid #c1894f;
			border-width: 1px 1px 1px 0;
		}

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

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	text-align: left;

}

p.gigpress-subscribe a {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	padding: 0 0 0 14px;
}

a.gigpress-rss, a.gigpress-rss:hover {
	background: transparent url(http://theabramsbrothers.com/_content/abrams/wp-content/themes/default/gigpress-templates/feed-icon-12x12.png) no-repeat left center;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(http://theabramsbrothers.com/_content/abrams/wp-content/themes/default/gigpress-templates/icalendar-icon.gif) no-repeat left center;	
}




















/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	font: 10px/11px "trebuchet", "arial", "helvetica", sans-serif;
	color: #786149;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
	padding: 2px 0px 7px 0px;
	border-bottom: 1px solid #c1894f;
}

/* For artist headings in the sidebar */
h3.gigpress-list-artist-heading {
}


				/* For tour headings in the sidebar */

				li.gigpress-tour
				{
					background: #7a6a4f;
				}
				span.gigpress-list-tour-heading {	
					font-weight: bold;
					color: #000000;
				}


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


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