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;
	border-collapse: collapse;
}

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

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

.widget div.no-gigs {
	color: #fff;
}

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

/* Upcoming Gigs Widget */

#upcoming-gigs {
	background-image: url('/wp-content/themes/miro/images/upcoming-events.gif');
	background-color: #908f83;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 4px #FFD72F;
	color: #f9e492;
	font-size: 11px;
	line-height: 14px;
	padding: 38px 15px 15px 15px;
}

#upcoming-gigs h2 {
	color: #908F83;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}

#upcoming-gigs a {
	color: #FFD72F;
	font-size: 13px;
}

#upcoming-gigs ul.gigs {
	margin: 0;
}

#upcoming-gigs li.gig {
	border-bottom: solid 1px #9e9d8f;
	padding-bottom: 4px;
}

#upcoming-gigs li.gig a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#upcoming-gigs li.gig a:hover {
	text-decoration: underline;
}

/* Schedule */

.gigs-calendar .date_holder {
	background-color: #67665d;
	color: #fff;
	float: left;
	margin-right: 15px;
	padding: 4px 0 2px;
	width: 32px;
	text-align: center;
}

.gigs-calendar .date_holder .day {
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
}

.gigs-calendar .date_holder .month {
	font-size: 14px;
	line-height: 14px;
}

.gigs-calendar .date_holder .year {
	font-size: 11px;
	line-height: 13px;
}

.gigs-calendar .eventName {
	float: left;
	width: 475px;
}

.gigs-calendar .eventName a {
	color: #1a203e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.gigs-calendar .eventName a:hover {
	color: #01248C;
}

.gigs-calendar .venue {
	float: left;
	width: 475px;
}

.gigs-calendar .city {
	float: left;
	width: 475px;
}

.gigs-calendar .time {
	color: #1a203e;
	float: right;
	width: 100px;
	text-align: right;
}

.gigs-calendar a.more_info {
	float: right;
	font-weight: normal;
}

/* Gig Post */

.gig-table td {
	padding-bottom: 10px;
}