.gigs-calendar {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

.archive {
	margin-top: 30px;
}

.gigs th {
	font-size: 16px;
	padding: 0 0 10px 0;
	cursor: pointer;
}

.gigs td {
	font-size: 16px;
    height: 30px;
   	padding: 10px 0;
    width: 600px;

}

.gigs caption {
	font-weight: bold;
	font-size: 115%;
	text-align: left;
	margin: 0 0 15px 0;
}

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

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

.gigs-rss {
	font-size: 80%;
	text-align: center;
	margin: 20px 0 0 0;
}

.gig-post {
	margin: -10px 0 0 20px;
}

.gig-post td {
	padding: 5px 15px;
	line-height: 22px;
}

.gig-post p.calendar-back {
	margin: 20px;
}

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