div.attribution, div.gigs-rss {
	text-align: center;
	font-size: 87%;
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

table.gigs {
	width: 100%;
	text-align: left;
	font-size: .9em;
	border-collapse: collapse;
	border: 1px dotted #666;
}

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

table.gigs td.time {
	text-align: right;
}

table.gigs a {
	font-weight: bold;
}

table.gigs a img {
	border: 0px;
}


table.gigs tr.gig {
	border-top: 1px dotted #666;
}

table.gigs td.shortNotes {
	padding-left: 4px;
}

.bold {
	font-weight: bold;
}

img.buy {
	position: relative;
	top: 3px;
}

table.gigs caption {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
}

table.gigs caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

table.gigs, div.no-gigs {
	margin-bottom: 1em;
}

/** Next Gig Widget **/
	.gig.next {
		padding-left: 10px;
	}
	
  
/* DIY */
  .gigs-calendar td { padding: 10px 5px; }
  td.icon a:link, td.icon a:visited, td.icon a:focus, td.icon a:hover, td.icon a:active { background-color: transparent; border: 0; }
  .gigs-calendar table.gigs { border: 1px dotted #A99D8B; margin: 15px 0px;}
  .gigs-calendar table.gigs tr.gig  { border-top: 1px dotted #A99D8B; }
  tr.gig:hover, tr.gig:focus { background: #DCD8D2; color: #000; }
  td.date { font-weight: bold; }
  td.eventName a { padding: 0px 2px; }
  tr.gig:hover .eventName a:link, tr.gig:hover .eventName a:visited, tr.gig:focus .eventName a:link, tr.gig:focus .eventName a:visited { color: #F5F1EA; text-decoration: none; border-bottom: 1px dotted #fff; background: #EE7900; }
  .gig-post td { padding: 0px 35px 20px 0px; }
  tr.when, tr.where { line-height: 200%; }
  .eventName { font-size: 14px; font-weight: bold; }
  #post-171 table.gigs { font-size: 11px;}
#post-171 .eventName { font-size: 11px;}
#post-171 .gigs-calendar td { padding: 5px 5px; }	