﻿@charset "utf-8";
/* Neil Percy's official website styles - Events pages */
/********************************************************************************************************/

h3.gigpress-artist-heading  {
visibility:hidden;
height:0;
line-height:0;
overflow:hidden;
display:none
}

/* 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: 560px;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	color: #555;
	background-color:#fcfcfc;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	background-color:#fcfcfc;
	color:#666;
}

/* Generic class for the table header cells */
.gigpress-table th {
}

/* This is for the tour name header cells */
th.gigpress-heading {
	padding:18px 3px 8px 3px;
	font-size:16pt;
	letter-spacing:4px;
	font-weight:bold;
	color:#BEBEBE;
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
}

/* 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 {
	background-color:#fcfcfc;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	background-color:#fcfcfc;
}


/* Individual classes for the label header cells that start the table */
th.gigpress-date, th.gigpress-city, th.gigpress-venue, th.gigpress-country {
	font-size: .75em;
	font-weight: normal;
	padding: 3px;
	color: #A4860F;
	text-align:left;
	letter-spacing:2px;
	border-bottom: 1px dotted #CCC;
	text-transform: uppercase;
}

th.gigpress-artist {
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	width: 145px; 
	background: #fcfcfc url('../assets/bgr_appear_date.gif') no-repeat top left;
	font-size:1em;
	padding: 8px 5px;
	vertical-align:top;
}

td.gigpress-city {
	width: 138px;
}

td.gigpress-venue {
	width: 240px;
}

td.gigpress-country {
	width: 110px; font-weight:bold; text-transform: uppercase;
}

td.gigpress-city, td.gigpress-venue, td.gigpress-country { 
	background: url('../assets/bgr_appear.gif') repeat-x top center;
	font-size:1em;
	vertical-align:top;
	padding: 8px 5px;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #fcfcfc;
}

/* Style for the first row after a tour ends in the list */
tr.divider.gigpress-row td {
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	padding: 2px 5px 18px 3px; font-size:8pt; color:#808080; font-family:Arial, Verdana, sans-serif;
	background: transparent url('../img/bgr_events.gif') bottom left repeat-x;
	padding-bottom:45px;
	}

/* 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 {
}

/* 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 {
	font-size:.75em;
	font-weight:bold;
	text-decoration: underline;
	border:0;
}

a.gigpress-tickets-link:link, a.gigpress-tickets-link:visited {
}

a.gigpress-tickets-link:active, a.gigpress-tickets-link:hover {
	color:#FF9900;
	text-decoration: none;	
}



/* 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 {
}


/* 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(../np/wp-content/plugins/gigpress/images/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(../np/wp-content/plugins/gigpress/images/calendar-links-bg.png) no-repeat left center;
}

.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: #999;
}

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(../np/wp-content/plugins/gigpress/images/feed-icon-12x12.png) no-repeat left center;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(../np/wp-content/plugins/gigpress/images/icalendar-icon.gif) no-repeat left center;	
}


/******************* SIDEBAR *******************************************************************************************************************************************/

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
list-style:none;
margin:5px 0;
padding: 0;

}

/* Generic styles for the list items within */
.gigpress-listing li {
padding:7px 0;
margin:0;
padding:4px 0;
color:#C7C8CB;
line-height:118%;
}

/* For artist headings in the sidebar */
.gigpress-sidebar-tour, .gigpress-sidebar-prep, .gigpress-sidebar-city, .gigpress-sidebar-country, .gigpress-sidebar-venue {

}

.gigpress-sidebar-venue a:link, .gigpress-sidebar-venue a:visited, .gigpress-sidebar-venue a:hover, .gigpress-sidebar-venue a:active {
	color:#C7C8CB;
}

/* 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: bold;
	display: block;
	color:#C7C8CB;
}

span.gigpress-sidebar-artist {
	visibility: hidden;
}


/* 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 {
	color:#C7C8CB;
}


/* 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;
}