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

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

div.gigs-calendar {width:640px;}

table.gigs {
  width: 640px;
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: solid solid solid solid;
  border-color: #999;
  border-collapse: collapse;
  background-color: #f4f4f4; 
}

table.gigs th {
  border-width: 1px 1px 1px 1px;
  padding: 4px 4px 4px 4px;
  border-style: solid solid solid solid;
  border-color: #ccc;
  background-color: #e5e5e5;
}


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 td {
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: #ccc;
}

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

.bold {
  font-weight: bold;
}

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

table.gigs th.month {
  width: 500px;
  background: #1eb4f7;
  color: #fff;
}

table.gigs caption {
  width: 630px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  border-width: 1px 1px 1px 1px;
  padding: 4px 4px 4px 4px;
  border-style: solid solid solid solid;
  border-color: #ccc;
  background-color: #1eb4f7;
}

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

ul.gigs {
padding:0;
}

ul.gigs li.gig {
  font-weight:bold;
  text-align:left;
/*
  border: 1px solid #f4f4f4;
  margin-left: 10px;
*/
}

div.widget {
}


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

.gig-post {
padding:0 0 15px 50px;
}

.buyticketspost p{
padding: 30px 0 20px 0; 
font-weight: bold;
font-size: 2em;
}

