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

.gigs-calendar {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}
table.gigs {
	width: 100%;
	text-align: left;
}
table.gigs td {
	padding:8px 0 12px 0;
}
table.gigs th {
	padding:10px 0;
	font-style:italic;
	text-shadow: 1px 1px 0px #fff;
}
table.gigs td.icon img {
	width: 18px;
	text-align: center;
	background-position: 50% 50%;
	border:none;
	padding: 0;
	margin: 0;
}

table.gigs a {
	font-weight: bold;
}
table.archive {
	margin-top:25px;
}
tr.gig {
	border-top: 1px dotted #999;
}
table.gigs td.shortNotes {
	padding-left: 4px;
}

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

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

table.gigs caption div.notes{
	text-align: left;
}

table.gigs, div.no-gigs {
}

/** Next Gig Widget **/
.gig.next {
	margin: 0 10px 10px;
}
/** Upcoming Gig Widget **/
#upcoming-gigs {
	margin-bottom: 10px;
}
#upcoming-gigs .gigs {
	margin-bottom: 10px;
}
#upcoming-gigs li.upcoming {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#upcoming-gigs .upcoming_date {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	color:#666;
}
#upcoming-gigs .upcoming_link{
	margin: 0 15px;
	font-style:normal;
}
/** GIG Post **/
.gig-post table{
	margin-bottom: 15px;
		width: 100%;
}
.gig-post table tr {
	border-bottom: 1px dotted #ccc;
}
.gig-post table td.bold{
	font-style: italic;
}
.gig-post table td{
	margin: 10px 0;
	padding: 10px;
}
