/*
This is the default stylesheet.  You should probably leave it as is.
To customize any of these styles, drop a *copy* of this file into your current theme directory.
Any style changes make there will override styles in this document.

==================
v dark red #090200
dark red #551808
orange #F46E38
mustard #F7C34A

==================
*/
/* Meet the table that displays our shows */
.gigpress-table {width: 100%; border: none; border-top: 1px solid #CCC; margin: 0 0 1em 0;}

/* 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: 1px solid #CCC;}

/* This is for the tour name header cells */
th.gigpress-heading {background: #F3F3F3; border-bottom: 1px solid #CCC;}

/* 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;}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {background: #FCFCFC; color: #000;}

/* Applies to the first row of each show listing */
.gigpress-row td {border-bottom: 1px solid #EEE;}

/* To set an alternating row style */
tr.gigpress-alt {}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {}
th.gigpress-city {}
th.gigpress-venue {}
th.gigpress-country {text-align: center;}

/* Likewise, individual classes for the content cells */
td.gigpress-date {}
td.gigpress-city {}
td.gigpress-venue {}
td.gigpress-country {text-align: center;}
tr.gigpress-info td {font-size: 1em; color: #F7C34A; border-bottom: 1px solid #CCC;}
tr:hover.gigpress-info td {font-size: 1em; color: #000; border-bottom: 1px solid #CCC;}
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {color: #F7C34A;}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {color: #F7C34A;}
.gigpress-info:hover span.gigpress-info-label {color: #666;}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {font-weight: bold;}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {text-transform: uppercase; font-weight: bold; color: red;}

/* In case you want to style the Googlefied address link */
a.gigpress-address {}

/* This is for the Subscribe text */
.gigpress-subscribe {color: #F46E38!important;}

/* This is for the RSS link */
td.gigpress-rss a {padding-left: 14px; background: transparent url(images/feed-icon-10x10.png) no-repeat left center;}


/* * * * * * Gigpress sidebar listing * * * * * * * * * * * * */
ul.gigpress-listing { font-size: 1.1em; }
.gigpress-listing li {border-bottom: 1px dotted #551808; color: #FFC;}
span.gigpress-list-heading {font-weight: bold; font-size: 110%;}
li.gigpress-list-first {border-top: 1px dotted #551808;}
li.gigpress-list-last {}
li.gigpress-alt {}
span.gigpress-date {color: #F46E38; font-weight: normal;}
.gigpress-listing li .summary, .gigpress-listing li .summary a {font-weight: bold; color: #F7C34A;}
ul.gigpress-listing strong.gigpress-soldout {display: block;}
.gigpress-list-more a {font-size: 1.4em; font-weight: bold; color: #F7C34A;}
li.gigpress-list-rss a {padding-left: 14px; background: transparent url(images/feed-icon-10x10.png) no-repeat left center; color:#FFC;}
ul.gigpress-related-show {margin-bottom: 2em;}
.gigpress-related-label {font-weight: bold;}
span.hide {display: none;}
abbr {border: none; text-decoration: none; font-size: 100%;}
ul.gigpress-listing a {color: #F7C34A;}
ul.gigpress-listing a:hover {color: #FFF;}

/* ========================================== */