/*
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 {
	padding: 5px 0;
	text-align: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 0px solid #000000;
	margin: 0.5em 0 1em 0; margin-top:-25px;
}

/* 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;
	border-bottom: 0px solid #000000;
	background-color: #78888b;
	color: #ffffff; font-family:Arial, Helvetica, sans-serif;

	background-image: url();
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #d2232a;
	border-bottom: 0px solid #000000; color:#ffffff;
}

/* 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-bottom: 0px solid #78888b; 
}

/* To set an alternating row style */
tr.gigpress-alt { background-color: #bfd1d4;background-image:url(http://impartslaunchpad.com/mamakin/wp-content/plugins/gigpress/templates/images/giggreen.png);
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date { 
}

th.gigpress-artist {
}

th.gigpress-city { font-weight:bold;
}

th.gigpress-venue {font-weight:bold; font-size:90%;
}

th.gigpress-country {font-weight:bold; font-size:90%;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date { font-size:14px; font-weight:bold; width:120px; font-family:"Arial Black", Gadget, sans-serif;
}

.gigpress-date { color:#ffffff; font-size:14px; font-weight:bold; width:120px; font-family:"Arial Black", Gadget, sans-serif;
}


td.gigpress-artist {
}

td.gigpress-city { font-weight:bold; font-size:90%;
}

td.gigpress-venue {font-weight:bold; font-size:90%;
}

td.gigpress-country {font-weight:bold; font-size:90%; width:70px;
}

/* 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: 0px solid #000000;
}

/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 80%;
	color: #333;
	border-bottom: 0px solid #000000;
}

/* 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: #000000;
}

/* 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-weight: bold;
}

/* 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: 0px 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: 30px;
	height: 30px;
	background: transparent url(../images/calendar-toggle.png) no-repeat left top;
	cursor: pointer;
}

a.gigpress-links-toggle:hover {

}

a.gigpress-link-active {

}

a.gigpress-link-active:hover {
	
}

div.gigpress-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(../images/calendar-links-bg.png) no-repeat left center;
}

.gigpress-calendar-links-inner {
	background-color: #FFFFFF;
	padding: 6px 8px;
	font-size: 9px;
	line-height: 10px;
	border: 0px solid #000000;
	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: #ffffff;
}

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 */

.gigpress-listing {color:#ffffff; margin-left:-10px;}
ul.gigpress-listing {
	border-left-style: none;
	border-bottom-color: #36C4DE;  margin-left:-40px;
	
}

/* Generic styles for the list items within */
.gigpress-listing li {
	list-style:none;
	margin-bottom:3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #78888b;
	padding-bottom:3px;
	margin-left:0px; width:230px;
	margin-left:-15px;
}

/* 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-sidebar-date a {
	color:#d2232a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-decoration: none; font-size:14px;
}

li.gigpress-alt { 	color:#ffffff;

	
}

.gigpress-alt {  color:#ffffff; background-image:url(../images/fainbtbk.png)
	
}


/* So if you like you can style the date differently */
span.gigpress-sidebar-date {
	font-size:14px;
	color:#d2232a;
	
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase; font-weight:bold;
	padding:7px;
}

span.gigpress-sidebar-status {
	font-size:10px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
		background-image: ; 	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	width:75px; 
	margin-top:-25px; float:right;
	display:block;
	margin-left:30px;
	
}




span.gigpress-sidebar-venue {
	font-weight: normal;
	
	color:#3b444b;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:7px;
	
}

.gigpress-sidebar-venue a {
	font-weight: normal;
	
	color:#3b444b;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:7px;
	
}

span.gigpress-sidebar-city{
	font-weight: normal;
	
	color:#3b444b;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:5px
}

.gigpress-sidebar-city a {
	font-weight: normal;

	color:#3b444b;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:0px
}

/* 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: 80%;
}

.gigpress-sidebar-prep {display:none;}
.vevent li {list-style:none;}

.gigpress-alt gigpress-sidebar-venue {
	font-weight: bold;
	font-size:10px; color:#ffffff;font-family:Arial, Helvetica, sans-serif;padding:7px;

	
}

.gigpress-city a{color:#ffffff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-decoration: none;}
	
	.gigpress-subscribe {color:#ffffff;}
