/*
overrides gigpress/css/gigpress.css
*/

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
	margin:0 5px 5px 0!important;
	padding:2px 5px!important;
	width:auto!important; height:auto!important;
	text-transform:uppercase!important;
	background:transparent url(imgs/bg_trans.png)!important;
	font-size:1.2em!important; color:#000!important; font-weight:normal!important;
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
	margin-left: 5px;
	float: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top:none;
	margin:0 0 25px 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight:normal;
	font-size:0.8em;
	text-transform:uppercase;
	background:url(imgs/bg_trans15.png);
}

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

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

/* 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:6px 0 0 2px;
	vertical-align: top;
	text-align: left;
	text-transform:uppercase;
	font-size:0.9em;
}

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

/* To set an alternating row style */
tr.gigpress-alt {
	background:url(imgs/bg_trans15.png);
}

/* 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 {
	text-align: center;
	width:22px;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	font-size:.8em;
	width:128px;
}

td.gigpress-artist {
	width:115px!important;
	/*background:url(imgs/bg_navMore.jpg);*/
}

td.gigpress-city {
	width:115px;
}

td.gigpress-venue {
	width:210px;
}

td.gigpress-country {
	text-align: center;
	width:40px!important;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #F6F6F6;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
	border-top: 2px solid #CCC;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size:0.7em;
	color: #333;
	border-bottom: 1px solid #c3ac7d;
	padding:6px 22px 8px 0;
	/*display:none;*/
}

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


/* ADDED to draw attention to special designations in NOTES field  /matt */
	span.gigpress-info-item span.highlight { background:#f8f1e1; }
	span.gigpress-info-item span.solo { background:#b5e1cb; white-space:nowrap; } /* Solo Acoustic */
	span.gigpress-info-item span.acoustic { background:#bdc0c2; white-space:nowrap; } /* Acoustic duo */
	span.gigpress-info-item span.rock { background:#f0b49e; white-space:nowrap; } /* Classic Rock Quartet */
	span.gigpress-info-item span.orchestra { background:#f1b375; white-space:nowrap; } /* Orchestra show */

/* ADDED to remove special designations in NOTES field on POST page  /matt */
span.gigpress-info-item ul span.highlight {
	background:none;
}

/* ADDED THIS STYLE TO CONTROL THE "MORE INFO" LINK  :matt */
span.gigpress-info-item a {
	text-transform:uppercase; text-decoration:none; color:inherit;
	}
	span.gigpress-info-item a:hover {
	}


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

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	display:block;
	width:84px;
	margin:3px 0;
	padding:1px 6px 0;
	font-size:1em; 
	color:#fff!important;
	text-align:center; 
	text-transform:uppercase; 
	text-decoration:none;
	background:url('imgs/bg_navMore.jpg');
	border:none!important;
	white-space:nowrap;
	}
	a.gigpress-tickets-link:hover {
	background:url(imgs/bg_navMoreOn.jpg)!important;
	}

/* In case you want to style the "Buy Tickets" link */
table.gigpress-table a.gigpress-tickets-link {
	width:60px;
	margin:0;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	padding:1px 6px 0;
	font-size:inherit; color:#d9cccc!important; text-transform:uppercase; text-decoration:none;
	background:url(imgs/bg_soldout.jpg);
	border:none!important;
	white-space:nowrap;
}

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


/* 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; top:4px;
}

a.gigpress-links-toggle {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: transparent url(imgs/gigpress/calendar-toggle.png) no-repeat left top;
	cursor: pointer;
	border:none!important;
}

a.gigpress-links-toggle:hover {
	background:transparent url(imgs/gigpress/calendar-toggle.png) no-repeat -11px 0px!important;
}

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

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

div.gigpress-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(imgs/gigpress/calendar-links-bg.png) no-repeat left center;
	border:none!important;
}

.gigpress-calendar-links-inner {
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	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;
	color:#000;
}

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

a.gigpress-rss, a.gigpress-rss:hover {
	background: transparent url(imgs/gigpress/feed-icon-12x12.png) no-repeat left center!important;	
	border:none!important;
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(imgs/gigpress/icalendar-icon.gif) no-repeat left center!important;	
	border:none!important;
}


/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
	font-size:0.9em;
	border-bottom: 1px solid #a8590b;
	padding:3px;
}
.gigpress-listing li a {	
	border-bottom:none!important;
}

/* 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:normal;
	display:inline-table;
	text-transform:uppercase;
	background:url(imgs/bg_trans40side.png);
}

/* ADDED STYLE to style the "Buy Tickets" link in sidebar */
.gigpress-sidebar-status a.gigpress-tickets-link {
	padding:1px 6px 0;
	font-size:0.9em; color:#d9cccc!important; text-transform:uppercase; text-decoration:none;
	background:url(imgs/bg_navMore.jpg);
	border:none!important;
	display:table;
	}
	.gigpress-sidebar-status a.gigpress-tickets-link:hover {
	background:url(imgs/bg_navMoreOn.jpg)!important;
	}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	padding:1px 6px 0;
	font-size:0.9em; color:#d9cccc!important; text-transform:uppercase; text-decoration:none;
	background:url(imgs/bg_soldout.jpg);
	border:none!important;
	display:table;
}


/* 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 */
span.hide {
	display: none;
}

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

.gigpress-country {
	width:22px!important;
	height:16px!important;
	text-indent:-9999em!important;
}

div.US { background:url('imgs/flag-usa.png') center top no-repeat!important; }
div.CA { background:url('imgs/flag-can.png') center top no-repeat!important; }
