/* GigPress Styles */
p.gigpress-subscribe {
	padding: 10px;
}

.gigpress-menu-container {
	padding:10px;
	text-align:right;
}

.gigpress_cal_filter {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #44003a;
	text-align: left;
	padding-bottom: 5px;
}

tr.gigpress-header th {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #cfd8cf;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: Left;	
	border-bottom: 1px dotted #44003a;
	background-color: #a0aaa0;
}

.gigpress-table {
	width: 630px;
	border: none;
	border-collapse: collapse;
	border-top: 1px dotted #44003a;
	border-bottom: 1px dotted #44003a;
}
/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 0px solid #EEE;
}

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

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #F6F6F6;
}
td.gigpress-title {
	font-size: 1.2em;
	font-weight: bold;
}
/* Likewise, individual classes for the content cells */
td.gigpress-date {
	font-size: 1.2em;
}

td.gigpress-city {
	font-size: 1.2em;
}

td.gigpress-country {
	font-size: 1.2em;
	text-align: center;
}


/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 1em;
	color: #333;
	border-bottom: 1px solid #CCC;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled, strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1.2em;
	color: #111;
	background: #fffdeb;
	border: 1px solid #EEE;
	background: #111;
	color: #FFF;
	border: none;
}