/* ########## detail.css  ########## */
/* slightly enhanced, universal clearfix hack */

.clearfix: after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
/* even more enhanced */
  zoom: 1
}

.clearfix{
  display: inline-block
}
/* start commented backslash hack \*/

* html.clearfix{
  height: 1%
}

.clearfix{
  display: block
}
/* close commented backslash hack */

table.gigcal_table{
  width: 100%
}

#gigcal div.list-footer{
  line-height: 22px
}

span.pagination{
  float: left
}

div.list-footer div.limit{
  color: #ff0000;
  float: left;
  margin-left: 50px
}

div.list-footer div.counter{
  color: #ff0000;
  float: left;
  margin-left: 50px;
  width: 100px
}

div.limit select#limit{
  text-decoration: none;
  margin-left: 10px;
  margin-right: 20px
}

ul.pagination{
  width: 300px
}

ul.pagination strong a{
  text-decoration: none;
  border: none;
  color: #ddd
}

ul.pagination strong a: hover{
  color: #ff0000;
  background: none;
  border: none
}

ul.pagination div.counter{
  float: left
}

.GC_Band_Entry,.GC_Venue_Entry,.GC_Gig_Entry{
  min-height: 125px;
  width: 90%;
  border-top: solid 1px #fff;
  padding: 2px;
  font-size: 13px;
  margin: 1px
}

.GC_date,.GC_time{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em;
  float: left;
  padding-right: 50px
}

.GC_lineup,.GC_venue{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1em;
  float: left;
  width: 150px
}

.GC_name,.GC_title{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em
}

.GC_short_band_notes,.GC_short_venue_notes,.GC_short_gig_notes{
  font-size: 14px;
  font-family: Helvetica;
  width: 70%
}

.GC_image-b1,.GC_image-v1,.GC_image-g1{
  float: right;
  height: 100px;
  clear: left;
  padding: 5px
}

.GC_band_maplink,.GC_venue_maplink,.GC_gig_maplink{
  width: 25%;
  float: right;
  margin-right: 20%
}

.GC_band_weblink,.GC_venue_weblink,.GC_gig_weblink{
  width: 20%;
  float: left
}

.GC_band_footer,.GC_venue_footer,.GC_gig_footer{
  clear: both;
  color: #666633;
  border-top: 1px solid #ff0000;
  width: 75%;
  padding: 0px;
  height: 15px
}

div.GC_Band_Odd,div.GC_Gig_Odd,div.GC_Venue_Odd{
  background: #292929
/*color: #ccc;
*/
}

div.GC_Band_Even,div.GC_Gig_Even,div.GC_Venue_Even{
  background: #492929
/*color: #ccc;
*/
}

