/*
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 */
.gigpress-artist-heading  {	
	height:51px;
	padding: 30px 40px 0px 40px;
	width: 852px;
	background: url('images/gigpress-artist-header.jpg') no-repeat top left;
}
.gigpress-artist-heading h3 {
	margin: 0px;
	color: #6e6e6e;
	font-weight:normal;
	font-size:24px;
	float:left;
	width:425px;
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
	float: right;
	margin-top:3px;
	font-size:18px;
}

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

.gigpress-header {
	height:56px;
	background: url('images/gigpress-artist-header.jpg') no-repeat bottom left;
	border-bottom: 1px solid #333;
}
/* This is for the main header cells containing the column labels */
.gigpress-header div {
	font-weight: normal;
	font-size:20px;
}

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

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

/* 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 8px;
	vertical-align: middle;
	text-align: left;
}

.gigpress-row {
	height:52px !important;
	color: #756a4c;
	font-size:18px;
	border-left: 3px solid #756a4c;
	background: url('images/gigpress-show-bg.png') top left no-repeat;
}

.gigpress-row a {
	text-decoration:underline;
}

.gigpress-info {
	height: 42px;
	color: #756a4c;
	font-size:18px;
	border-left: 3px solid #756a4c;
	display: none;
	background: url('images/gigpress-show-bg.png') bottom left no-repeat;

}

/* Applies to the first row of each show listing */
.gigpress-row div {
	border-bottom:1px solid #333;
}

/* To set an alternating row style */
.gigpress-table .gigpress-alt {
	border-left: 0px none;
	background: url('images/gigpress-alt-bg.png') top left no-repeat;
	padding: 0px 0px 0px 3px;
}

/* Individual classes for the label header cells that start the table */
.gigpress-date {
	float:left;
	width:87px;
	height:20px;
	padding: 16px 10px 15px 40px;
}

.gigpress-city {
	float:left;
	width:250px;
	height:20px;
	padding:16px 0px 15px 0px;
}

.gigpress-venue {
	float:left;
	width:252px;
	height:20px;
	padding:16px 0px 15px 0px;
}

.gigpress-type {
	float:left;
	width:200px;
	height:20px;
	padding:16px 0px 15px 0px;
}

.gigpress-tix {
	float:left;
	width:70px;
	height:20px;
	padding: 16px 20px 15px 0px;
}
.gigpress-tix a {
	text-decoration:none;
	height:17px;
}

/* The secondary row for each show, contains time, admission, etc */
.gigpress-info div {
	color: #6e6e6e;
	height:20px;
	padding:11px 0px 10px 0px;
	border-bottom: 1px solid #333;
}
.gigpress-info div a {
	color: #6e6e6e;
	text-decoration:underline;
}
a.gigpress-tickets-link {
	color: #F00 !important;
	text-decoration:none !important;
}
a.gigpress-more-link {
	color: #F00 !important;
	text-decoration:none !important;
	font-size:24px;
	font-weight:bold;
}
.gigpress-links-cell {
	float:left;
	width:150px;
}
.gigpress-info div.description {
	visibility: visible;
	float:left;
	width:779px;
}

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

/* This wraps each of the bits of info in the "info" cell */
.gigpress-info-item {
	height:20px;
	width:70px;
	border-bottom: 0px none !important;
}

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

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

/* 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 #333;
	background: #111;
	color: #FFF;
	border: none;
}

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

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	text-align: left;
	color: #999;
	padding: 22px 40px 0px 40px;
	width:872px;
	height:33px;
	background: url('images/gigpress-artist-header.jpg') bottom left no-repeat;
	font-size:18px;
	margin:0px;
}

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(images/feed-icon-12x12.png) no-repeat left center;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(images/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 {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

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