﻿/*
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.
*/

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {
	font-size: 2em;
	color:#979796;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight:bold;
	margin: 2px;
}

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

span.gigpress-artist-subscriptions a {
	border: 0;
}


/* Default wrapper for the year/month menu */
.gigpress-menu-container {
	padding: 5px 0;
	text-align: right;
}

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

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-size:.75em;
	letter-spacing: .03em;
	color:#F4A204;
	text-transform:uppercase;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 12px 6px 2px 6px;
	vertical-align: middle;
	text-align: left;
	color: #979796;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	font-size:12pt;
	margin:35px 0 8px 10px;
	color:#A6A6A6;
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode", Arial, sans-serif MS;
	letter-spacing:normal;
	font-weight: bold;
	padding: 22px 0 0 0;
	text-transform:uppercase
}

th.gigpress-heading .heading_box {
	width: 100%;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	padding: 3px 5px;
	background: #333;
	color: #808080;
	
}

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


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

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

/* To set an alternating row style */
tr.gigpress-alt {
	background:#F5F4F3;
}


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


th.gigpress-date {
}

th.gigpress-artist {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
	font-weight: bold;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date, td.gigpress-artist, td.gigpress-city,td.gigpress-venue, td.gigpress-country {
	padding-bottom:0;
}

td.gigpress-date {
	line-height:120%;
	width:150px;
	font-weight: bold;
}

td.gigpress-artist {
}

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

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

td.gigpress-country {
	width: 120px;
	background: none;
	padding-left:0;
	color: #88766A;
	font-weight: bold;
}

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

/* 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: .85em;
	color: #6f6f6e;
}

/* Fix for themes that hide .description */
tr.gigpress-info td.description {
	visibility: visible;
	padding:3px 5px 5px 0;
	color: #6f6f6e;
}

/* 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: #6f6f6e;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
		color: #666;
		font-size: 8pt;
}

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

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	color: #999;
	display:block;
}

.gigpress-info-item a, .gigpress-info-label a {
	text-decoration: underline;
	color: #82827b;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px;
	color: #979796;
	border: none;
	font-style:italic;
	
}

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

a.gigpress-links-toggle {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: url('http://www.garyhusband.com/gh/wp-content/plugins/gigpress/images/calendar-toggle.png') no-repeat left top;
	cursor: pointer;
	border: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;
}

div.gigpress-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: url('http://www.garyhusband.com/gh/wp-content/plugins/gigpress/images/calendar-links-bg.png') no-repeat left center;
}

.gigpress-calendar-links-inner {
	background-color:;
	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;
	border:0;
}

a.gigpress-rss, a.gigpress-rss:hover {
	background: url('http://www.garyhusband.com/gh/wp-content/plugins/gigpress/images/feed-icon-12x12.png') no-repeat left center;
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: url('http://www.garyhusband.com/gh/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 5px 0;
padding: 0;
font-size: .95em;
}

/* Generic styles for the list items within */
.gigpress-listing li {
padding:6px 0;
margin:0;
color:#fff;
line-height:116%;
font-size: .9em;
border-bottom: dotted 1px #333;
}

/* For artist headings in the sidebar */
.gigpress-sidebar-tour, .gigpress-sidebar-prep, .gigpress-sidebar-city, .gigpress-sidebar-country, .gigpress-sidebar-venue {
	color:#fff;
}

.gigpress-sidebar-venue a:link, .gigpress-sidebar-venue a:visited, .gigpress-sidebar-venue a:hover, .gigpress-sidebar-venue a:active {
	color:#F7CF73;
}

/* 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:#F5AA1F;
	font-size: 1em;
}

span.gigpress-sidebar-artist { visibility: hidden; }

.side-info {
	width: 45px;
	height: 16px;
	font-size:.8em;
	float:right;
}

.side-calendar {
	background: transparent url('../images/ico_date.png') top right no-repeat;
	width: 25px;
	height: 16px;
	font-size:0;
	float:right;
	text-align:right;
}


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


/* These styles control the Related Show list that appears in the body of Related Posts */
.gigpress-related-show { margin-bottom: 2em; }
.gigpress-related-label { font-weight: bold; }
.gigpress-related-item { color:#FCE68D; }


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


