/* styles for gigs page */

div#ampmain table#gigs {
  background: url(../images/guitar.jpg) 0 60px  no-repeat;
  text-align: center;
  width: 90%;
  margin: 0 5%;
}
div#ampmain table#gigs th {
  color: #3cf;
  background: inherit;
  text-align: left;
  padding-bottom: 15px;
  font-size: 200%;
}
div#ampmain table#gigs a:link, div#ampmain table#gigs a:visited, div#ampmain table#gigs a:active {
  color: #fff;
  background: inherit;
}
div#ampmain table#gigs a:hover {
  color: #3cf;
  background: inherit;
}
div#ampmain table#gigs tr td#gigcontact {
  color: #3cf;
  background: #000;
  padding-top: 0.5em;
  border-top: 1px solid #fff;
}
div#ampmain table#gigs tr td#gigcontact a:link, div#ampmain table#gigcontact a:visited, div#ampmain table#gigcontact a:active {
  color: #3cf;
  background: inherit;
}
div#ampmain table#gigs tr td#gigcontact a:hover {
  color: #fff;
  background: inherit;
}
div#ampmain table#gigs tr td.gighead {
  color: #3cf;
  background: #000;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  font-weight: bold;
}
