.gigs-calendar {
	margin-bottom: 15px;
}
.gig-post {
	font-size: 14px;
}
.gig-post p {
	margin-top: 10px;
	font-size: 12px;
}
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: 14px;
	border-collapse: collapse;
	border: 1px dotted #333333;
	padding: 5px;
}

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

table.gigs a, .gig-post a {
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
table.gigs a:hover, .gig-post a:hover {
	color: #FF9999;
}

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


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

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

.bold {
	font-weight: bold;
	width: 29%;
	color: #999999;
}

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

table.gigs caption {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 10px;
	color:#FF9999;
	text-align: left;
}

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

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

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