
#tour div.post {
	margin-top: 0;
	}
div.gigs-calendar {
	margin-bottom: 40px;
	}
div.gigs-calendar caption {
	border-bottom: 0;
	}
table.gigs {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	}
table.gigs th {
	text-indent: 5px;
	}
table.gigs tr.gig {
	border-bottom: 1px dashed #bf8f97;
	}
table.gigs td {
	padding: 15px 15px 20px 5px;
	vertical-align: top;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	}
table.gigs td.date        { width: 60px;  }
table.gigs td.venue       { width: 110px; }
table.gigs td.city        { width: 110px; }
table.gigs td.time        { width: 60px;  text-transform: lowercase; }
table.gigs td.shortNotes  { width: 100px; }
table.gigs td.map         { width: 20px;  padding-left: 15px; }

table.gigs td.icon {
	width: 20px;
	text-align: center;
	}

table.gigs a {
	padding-bottom: 1px;
	font-weight: bold;
	}
table.gigs a:hover {
	padding-bottom: 0;
	}
	
table.gigs td.icon a,
table.gigs td.icon a:hover {
	padding-bottom: 0;
	border: 0;
	}

img.buy {
	position: relative;
	top: 3px;
	}
table.gigs caption div.notes {
	font-weight: normal;
	text-align: left;
	}
div.no-gigs, div.rss {
	display: block;
	line-height: 50px;
	text-align: center;
	}
div.rss { margin-top: -40px; }
div.rss a { margin-left: 2px; }


/** Next Gig Widget **/
.gig.next { padding-left: 10px; }


