/************************************************************************************/
/* STYLE AWAY, ME PIRIES */
/************************************************************************************/
/* GUIDE

#e6ddc8 is really, really light cream
#dacfb6 is the cream color 
#604f40 is the medium brown color
#36271a is the dark, dark brown color

#809080 is weird gray
#877f2c is GREEN!
#9c794f is tan

#eee replaced the weird gray
#e6ddc8 replaced the tan

odd: #635344
even: #605f40

darker cream: #C6B99A 
darkerer cream: #c2b594

*/

.gigs-calendar {
	font-size: 90%;
	}

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 {
	text-align: left;
	font-size: .9em;
	border: 3px double #bdaf8c;
	background-color: #cec2a6;
	font-weight: normal;
	width: 100%;
	color: #36271a;
	padding: 0px;
	margin: 10px 0 20px 0;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}

table.gigs thead tr {
	color: #604f40;
	font-weight: bold;
}

table.gigs tr.odd {
	background-color: #d4c9af;
}

table.gigs td {
	padding: 5px;
	font-weight: normal !important;
}

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

table.gigs td.eventName {
	font-size: 1em;
	letter-spacing: 0.1em;
}

table.gigs td.date {
	font-size: 0.9em;
}

table.gigs td.time {
	font-size: 0.9em;
	text-align: left;
}

table.gigs a {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

table.gigs a:link {
	color: #36271a;
}

table.gigs a:visited {
	color: #877f2c;
}

table.gigs a:hover {
	color: #e6ddc8 !important;
	border-bottom: 1px dotted #e6ddc8;
}

table.gigs a:active {
	color: #9c794f;
}

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

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

table.gigs td.shortNotes {
	font-size: 0.9em;
	padding-left: 0px;
}

.bold {
	font-weight: bold;
}

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

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

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