/*
Gigs Calendar Style Sheet;
DesHedel.net 2010;
Adjusted by: jbeings;
*/

/* General */
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: .9em;
	border-collapse: collapse;
	border: 1px dotted #666;
}

tr.eventName, tr.when, tr.where {
	background-color: #eee;
}


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 {
	border-top: 1px dotted #666;
}

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

/* Next Gig Widget */
.gig.next {
	padding-left: 10px;
	}
	
/* Upcoming Gigs Widget */
#sidebar1 ul, #sidebar1 li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 14px;
	width: 229px;
}
#sidebar1 li {
	margin-bottom: 5px;
	padding: 2px 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	/*background-image: url(../../themes/des_theme_1/images/des_transb.png);*/
}
#sidebar1 .gigs_date {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	width: 74px;
	float: left;
	text-align: right;
}
#sidebar1 .gigs_link {
	font-size: 11px;
	clear: both;
	float: right;
	background-color: #fff;
}
#sidebar1 a {
	text-decoration: none;
	color: #333;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#gigs_link a {
	text-decoration: none;
	color: #fff;
}