/*
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;
	margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
        display:none;
	font-weight: bold;
	color:#ccc;
	background:transparent url('../images/gigpress_table_h.jpg') repeat-x;
}

/* 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 header cells */
th.gigpress-heading {
	background:transparent repeat-x left center;
	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 the first row of each show listing */
.gigpress-row td {
         color:#477EED;
         font:16px serif;
	/*border-bottom: 1px solid #EEE;*/
}

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

.gigpress-row td a{
         color:#fff;
         font:12px arial, sans-serif, sans;
		 font-weight:bold;
	/*border-bottom: 1px solid #EEE;*/
}

/* Some subtle hover effects */
.gigpress-row, .gigpress-info {
	background: #000;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #001a7b;
}

/* 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: 90%;
	color: #333;
	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: #999;
}

/* 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: #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 RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background:transparent url(../images/feed-icon-10x10.png) 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 {	
list-style:none;
margin:0;
padding:0;}

/* For tour headings in the sidebar */
#sidebar_right span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
        margin:5px 0px;
        display:block;
}

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

/* So if you like you can syle each alternating list item differently */
li.gigpress-alt {
	
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout {
	display: block;
}

/* Add a feed icon to the RSS link */
#sidebar_right li.gigpress-list-rss a {
padding-left: 35px;
padding-right: 15px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0% 50%;
background-color: transparent;
background-image: url("http://www.victoriascholars.ca/wp-content/plugins/gigpress/images/rss.png");
display: block;
padding-top: 25px;
float: right;
}


ul.gigpress-related-show {
	margin-bottom: 2em;
}

.gigpress-related-label {
	font-weight: bold;
}


/* 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;
	font-size: 100%;
}

/*************  Gigpress sidebar      ***********/

#sidebar_right .gigpress-listing .vevent {
	height:47px;
	padding:10px 20px;
	cursor:pointer;
	background:url('../images/concertbg.jpg') no-repeat left -65px;
}

#sidebar_right .gigpress-listing .vevent:hover{
	background:url('../images/concertbg.jpg') no-repeat left 1px;
}


#sidebar_right .title{
clear:both;
float:right;
background:transparent;
text-align:right;
text-decoration:none;
font:bold 15px "helvetica", Arial, sans-serif;
color:#eee;
width:100%;
cursor:pointer;
}

#sidebar_right .gigpress-date{
color:#ffc11f;
font:15px Gerogia,Lucida,Lucida Grande, serif;
clear:both;
float:right;
background:transparent;
text-decoration:none;
width:100%;
cursor:pointer;
text-align:right;
}

#sidebar_right .summary, #sidebar_right .city, #sidebar_right .location, #sidebar_right .gigpress-list-heading{
display:none;
}

