/* @override http://www.edchocomedy.dreamhosters.com/wp-content/plugins/gigs-calendar/templates/basic/style.css */

div.attribution, div.gigs-rss {
	text-align: center;
	font-size: 11px;
}

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

div.attribution span {
}

table.gigs {
	width: 100%;
	text-align: left;
	font-size: 12px;
	border-collapse: collapse;
}

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

table.gigs td.time {
}

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: 21px;
	text-align: left;
	text-transform: uppercase;
	border-style: none;
	border-bottom-style: solid;
	border-width: 1px;
	margin-bottom: 4px;
}

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

table.gigs, div.no-gigs {
	margin-bottom: 17px;
}

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

.gig-post .bold {
	width: 76px;
	text-align: right;
	padding-right: 7px;
	font-weight: bold;
	font-style: italic;
	background-color: #533328;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gig-post .eventName, 
.gig-post .name, 
.gig-post .address, 
.gig-post .notes, 
.gig-post .date, 
.gig-post .performance {
	padding-left: 9px;
	background-color: rgba(129,129,129,0.1);
	padding-top: 5px;
	padding-bottom: 5px;
}




