/* ##### GIGS CALENDAR ##### */

div.attribution, div.gigs-rss
{
	text-align: center;
	margin: .5em 0px;
}

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

div.attribution span
{
	margin: 0px 1em;
}

table.gigs
{
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	
	text-align: left;
	
	width: 100%;
}

table.gigs tr.gig
{
	border-top: 1px solid #e0e0e0;
}

table.gigs th
{
	background: #ededed url('http://s.jackcentral.com/images/bg-light-gray-grad.gif') repeat-x top left;
	
	border-left: 1px solid #e0e0e0;
}

table.gigs .eventName
{
	padding: 5px 10px;
	
	width: 100%;
}

table.gigs .eventName .view-listing
{
	color: #666;

	float: right;
	
	font-size: .916em;
	font-weight: bold;
}

table.gigs .venue, table.gigs .date, table.gigs .time
{
	padding: 5px;

	text-align: center;
	
	white-space: nowrap;
}

table.gigs td.date, table.gigs td.time
{
	text-align: right;
}

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

table.gigs td div.event-notes
{
	display: none;
}

table.gigs h4
{
	font-weight: normal;
}

table.gigs a
{
	font-weight: bold;
}

table.gigs td.shortNotes
{
	padding-left: 4px;
}

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

/* ---------- */



/* ##### GIG SINGLE ##### */

.gig-post
{
	overflow: hidden;
}

.gig-post .title
{
	border-right: 5px solid #e0e0e0;

	clear: left;

	float: left;

	line-height: 2em;
	
	padding-right: 10px;
	
	text-align: right;
	
	width: 100px;
}

.gig-post .gig-info
{
	font-weight: bold;

	line-height: 3em;

	margin-left: 120px;
}

.gig-post .more-info
{
	font-weight: normal;

	line-height: 1.5em;

	margin-top: .75em;
}

.gig-post .go-back
{
	clear: both;

	float: right;
	
	margin-top: 5px;
}

.gig-post .link-button
{
	background: #fff url('http://s.jackcentral.com/images/bg-light-gray-grad.gif') repeat-x bottom left;
	
	border: 1px solid #e0e0e0;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

	clear: both;
	
	color: #333;
	
	cursor: pointer;
	
	font-weight: bold;
	
	padding: 4px;
	
	text-align: center;
}

.gig-post .link-button:hover, .gig-post .link-button:focus, .gig-post .link-button:active
{
	border-color: #999;
}

.gig-post .link-button:active
{
	background: #fff url('http://s.jackcentral.com/images/bg-light-gray-reverse-grad.gif') repeat-x top left;
}

/* ---------- */



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