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

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
	color:#000;
	font-size: 13px;
}

/* 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;
	background: url(http://www.politerebel.com/theme/BodyBGwhite.jpg);
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {

}

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

/* To set an alternating row style */
.gigpress-alt {
background-color: #22120B;
}

/* 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;
	padding-bottom:20px;
}

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

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:11px;
	color:#A29E97;
	margin:0;
	padding:0px;
}

/* Generic styles for the list items within */
.gigpress-listing li {	
text-align:center;
font-size:11px;
margin:0px;
padding:10px 5px;
list-style:none;
line-height:12px;
border-bottom: 2px solid #261910;
}

.gigpress-listing li a {
text-decoration:underline;
	font-weight:normal;
	font-size:10px;
	line-height:10px;
	color:#C16131;
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
margin:0px;
padding:0px;
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
border-bottom: none;
margin-bottom: 0px;
padding-bottom:none;
}






p2 {
font-size: 6px;
}

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

div.feedburnerFeedBlock ul {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
list-style: none;

margin:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-family: georgia, verdana; 
font-size: 17px;
line-height: 17px;
display:block;
margin:0 0 8px 0;
}

.headline {
font-family: georgia, verdana; 
font-size: 17px;
line-height: 17px;
display:block;
margin:0 0 8px 0;
}

#creditfooter {
display: none; 
}

div.feedburnerFeedBlock ul li p.date {
font-weight:bold;
font-family: verdana; 
font-size: 13px;
display:block;
}