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

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

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

/* Meet the table that displays our shows */
.gigpress-table {
	font: 11px/12px "trebuchet", "arial", "helvetica", sans-serif;
	width: 430px;
	float:right;
	display:inline;
	margin:0 0 0 0;
	padding:20px 0 0 0;
}
	.gigpress-menu-container a:link {
		 color: #c8ab8e;
		 text-decoration: underline;
		 background: none repeat;
		 }
	.gigpress-menu-container a:hover {
		 color: #ffffff;
		 text-decoration: none;
		 background: none repeat;
		 }
	.gigpress-menu-container a:active {
		 color: #c8ab8e;
		 text-decoration: none;
		 background: none repeat;
		 }
	.gigpress-menu-container a:visited {
		 color: #c8ab8e;
		 text-decoration: none;
		 background: none repeat;
		 }



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


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

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

/* 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 12px/13px "verdana", "arial", "helvetica", sans-serif;
	color: #cccccc;
	margin: 0 0 8px 0;
	}

	th.gigpress-artist {
	line-height:130%;
	font: bold 12px/13px "verdana", "arial", "helvetica", sans-serif;
	color: #cccccc;
	margin: 0 0 8px 0;
	}

	th.gigpress-city {
	line-height:130%;
	font: bold 12px/13px "verdana", "arial", "helvetica", sans-serif;
	color: #cccccc;
	margin: 0 0 8px 0;
	}

	th.gigpress-venue {
	line-height:130%;
	font: bold 12px/13px "verdana", "arial", "helvetica", sans-serif;
	color: #cccccc;
	margin: 0 0 8px 0;
	}

	th.gigpress-country {
	line-height:130%;
	font: bold 12px/13px "verdana", "arial", "helvetica", sans-serif;
	color: #cccccc;
	margin: 0 0 8px 0;
	}


/* Likewise, individual classes for the content cells */

				td.gigpress-date {
				line-height:130%;
				font: bold 12px/12px "verdana", "arial", "helvetica", sans-serif;
				color: #cccccc;
				width: 10%;
				}
					.gigpress-date a {
					font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
					color: #c8ab8e;
					}

				td.gigpress-artist {
				line-height:130%;
				font: bold 12px/12px "verdana", "arial", "helvetica", sans-serif;
				color: #acdbdb;
				width: 30%;
				}
					.gigpress-artist a {
					font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
					color: #c8ab8e;
					}

				td.gigpress-city {
				line-height:130%;
				font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
				color: #ffffff;
				width: 25%;
				}
					.gigpress-city a {
					font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
					color: #c8ab8e;
					}

				td.gigpress-venue {
				line-height:130%;
				font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
				color: #c8ab8e;
				width: 20%;
				}
					.gigpress-venue a {
					font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
					color: #c8ab8e;
					}

				td.gigpress-country {
				line-height:130%;
				font: 11px/11px "verdana", "arial", "helvetica", sans-serif;
				color: #cccccc;
				width: 15%;
				}
					.gigpress-country a {
					font: bold 11px/11px "verdana", "arial", "helvetica", sans-serif;
					color: #c8ab8e;
					}



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

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

/* 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 {
	color: #acdbdb;
	border-bottom: 1px solid #acdbdb;
}

/* 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, tr.cancelled {
	font: 11px/12px "trebuchet", "arial", "helvetica", sans-serif;
	color: #764317;
}

			span.gigpress-info-label {
				margin: 0 0 3px 0;
				font: bold 10px/12px "trebuchet", "arial", "helvetica", sans-serif;
				color: #ffffff;
			}
					.gigpress-info-label a {
					color: #acdbdb;
					}

			span.gigpress-info-item {
				margin: 0 0 3px 0;
				font: 10px/12px "trebuchet", "arial", "helvetica", sans-serif;
				color: #ffffff;
			}
					.gigpress-info-item a {
					color: #ffcc00;
					}

/* 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 #acdbdb;
	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(http://morleymusic.org/_content/morley/wp-content/themes/default/gigpress-templates/calendar-toggle.png) no-repeat left top;
			cursor: pointer;
		}

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

		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://morleymusic.org/_content/morley/wp-content/themes/default/gigpress-templates/calendar-links-bg.png) no-repeat left center;
		}

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

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

/* 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://morleymusic.org/_content/morley/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://morleymusic.org/_content/morley/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: #acdbdb;
}

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

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

