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

/* Meet the table that displays our shows */
.gigpress-table {
   width: 100%;
   border: none;
   border-top: 1px solid #222;
   margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
   font-weight: bold;
   background: #555;
   border-bottom: 1px solid #333;
}

/* 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 */
th.gigpress-heading {
   background: #222;
}

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

/* This is for the tour name header cells */
tbody.vevent {
margin-bottom: 5px;
}

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

/* Some subtle hover effects */
.gigpress-row:hover {
   background: #111;
   color: #fff;
}

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

/* To set an alternating row style */
.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 {
   background: #161616;
   border-top: 1px solid #840000;
   letter-spacing: 2px;
}

td.gigpress-city {
   border-top: 1px solid #400000;
}

td.gigpress-venue {
   border-top: 1px solid #400000;
}

td.gigpress-country {
   text-align: center;
   border-top: 1px solid #400000;
}

tr.gigpress-info td {
   font-size: 90%;
   color: #777;
   padding-bottom: 10px;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
   font-weight: normal;
}

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

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
line-height: 42px;
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
}


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

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



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
   list-style: none;
   margin-left: -10px;
}

/* Generic styles for the list items within */
.gigpress-listing li {
   list-style: none;
   padding-left: 10px;
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {
   font-size: 1.0em;
   letter-spacing: 2px;
   text-transform:uppercase;
   font-weight: bold;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
   margin-bottom: 15px;

}

/* So if you like you can syle the date differently */
span.gigpress-date {
   font-weight: bold;
   display: block;
   margin-top: 2px;
   margin-left: -5px;
}

/* So if you like you can syle the location differently */
span.location {
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
   padding-left: 14px;
   background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
   display: none;
}

/* So if you like you can syle "more"-item differently */
li.gigpress-list-more {
   text-align: right;
   }

/* This is just to include data dor hcalendar support, but hide it from view */
span.hide {
   display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
   border: none;
   text-decoration: none;
}

