html, body {
  margin: 0;
  height: 100%;

}
body, button {
  background-color: white; /*#effdfc; /*#ecfdfc; /*bfdfbe2*/
 /* background-image: url("images/radial-base-bl.png");
  background-position: left bottom;
  background-repeat: no-repeat;

  background-attachment: fixed;*/
  font: 1.1em "Century Gothic", "Helvetica"; /*"Palatino Linotype", "Book Antiqua", Palatino, serif; /*"Lucida Sans Unicode", "Lucida Grande", sans-serif; */
}

.circle {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f4eb62; /*f4eb62; /*#e2d686; /*F4D03F*/
  display:inline-block;
  text-align:center;
  line-height: 150px;
  border: 1px solid #333;
  box-shadow: 0px 0px 1px 1px #999;
}

.small {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.tiny { /* used for social media icons which are 32x32 */
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: 0px;
}

/*.toggled {
  background: #C50419; /*red*
}*/


.circle:hover { /*  when the circle classed element is hovered over */
  background: #b8d8df; /*blue*/
}

.circle .linkimg:hover { /* the image contained within the circle classed element */
  /*filter: invert(99%);*/
}

.circle:hover .linkimg { /* the image contained within the circle classed element, when the parent element is hovered */
  /*filter: invert(99%);*/
}

#menuToggle:hover {
  /*filter: invert(99%);*/
}
.circle:hover #menuToggle { /* the image contained within the circle classed element, when the parent element is hovered */
  /*filter: invert(99%);*/
}
#container {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -100px;
}
#header {
  margin: 0 auto;
 /* width: 99%;*/
  text-align:center;
/*  overflow: hidden;
  white-space: nowrap;*/
  vertical-align: bottom;
}

#header a {
  text-decoration: none;
}
/*
#menuBurger {
  float: left;
  clear: both;
}*/
#menu {
  margin: 0 auto;
  width: 85%;
  text-align:center;
}

#content {
  width: 85%;
  margin: 0 auto;
}

#footer, #push {
  height: 100px; /* .push must be the same height as .footer */ 
}

#footer {
  margin: 0 auto;
  width: 85%;
  text-align: center;
  font-size: smaller;
}

.footer {
  margin: 0px 5px;
}

#socialMediaIcons img {
  vertical-align: middle;
}

#socialMediaIcons img:hover {
  filter: invert(0%);
}

#footnote
{
  font-size: small;
  font-style: italic;
}
a.footer, a.artist, a.venue, a.ticketLink {
  text-decoration: none;
  color: darkblue;
}

a.footer{ color: black;}

a.footer:hover, a.artist:hover, a.venue:hover, a.ticketLink:hover {
  text-decoration: underline;
}

img.banner {
  max-width: 75%;
  max-height: 250px;
  vertical-align: bottom;
  margin-left: 10px; 
}

ul.menu { 
  list-style: none;
  display: inline-block;
  list-style-position: inside;
  /*width: 100%;*/
  margin-left: -40px;
  text-align: center;
}

li.menu {
  /*display: inline-block; /*list-item;*/
  /*margin: 10px 10px 0 0 ;*/
  padding-left: 0;
    text-align: center;
}

.linkimg {
  max-width: 125px;
  vertical-align:middle;
  /*filter: invert(99%);*/
  border-style: none;
}

.menuimg {
  max-width: 30px;
}

#menuToggle {
  background-image: url("/images/menuburger-k.png");
  background-repeat: no-repeat;
  background-color: Transparent;
  background-size: cover;
  outline: none;
  cursor:pointer;
  border:none;
  width:40px;
  height:40px;
 /* vertical-align: middle;*/
  text-align: center;

}

.venueToggle {
  background-color: Transparent;
  outline: none;
  cursor:pointer;
  border:none;
  text-align: center;
  color: darkblue;
  padding: 0;
/*  font-size: 1.1em;
  font-weight: normal;
  */
  text-decoration: none;
}
.venueToggle:hover {
  text-decoration: underline;
}

div.artist {text-align: left; margin: 0 20px;}

div.hiddenVenue, div.hiddenVenue iframe, div.hiddenVenue artist iframe
{
  display:none;  
}

div.displayedVenue, div.displayedVenue iframe, div.displayedVenue artist iframe
{
  display: inline-block;
}

.toggled #menuToggle {
  background-image: url("/images/menuburger.png");
}

.helper { /* this ensures the images end up centered vertically */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

ul.gallery {
  list-style: none;
  /*display: inline-block;*/

}

ul.gallery li {
/*  float:left;*/
  display: inline-block;
  margin: 20px; 
  text-align: center;
}

.biothumb {    
  max-width: 250px;
  max-height: 250px;
  width: 500px;
/*  height: 500px;*/
  margin: 10px 0px 10px 20px;
  vertical-align: middle;
}

.gigthumb {    
  /*width: 150px;*/
  height: 150px;
  max-height: 150px;
  max-width: none;
  margin: 25px;
  vertical-align: middle;
  
}

#imageH1 {
  /*filter: invert(99%);
  margin-bottom: -150px;*/
  margin: 25px;
  vertical-align: middle;
}
/*
div.h1helper {
  height: 300px;
}
*/
div.rightfloated{
  float:right;
  /*width: 250px;*/
  margin: 5px 0px 20px 40px;
  display: inline-block;
  /*overflow: hidden;*/
}

div.leftfloated{
  float:left;
  /*width: 250px;*/
  margin: 5px 70px 20px 20px;
    display: inline-block;
}

img.dropshadow {
  box-shadow: 5px 5px 5px #888888;
}

h1 {
  margin-top: 25px;
}
h2 {
  clear: left;
  font-style: italic;
}
h3 {
  font-style: italic;
}

.centered {
  text-align: center;
}

.middled {
  vertical-align: middle;
}

ul.gig h1 {
}
ul.gig h2 {
  font-style: normal;
}

span.label , label.contact{
  text-align: right;
  display: table-cell; /*inline-block;*/
  width: 10em;
  /*min-width: 150px;
  max-width: 250px;*/
  vertical-align: middle;
 /* float: left;*/
  margin: 5px 0;
  white-space: nowrap;
  font-weight: bold;
}

span.quote {
  font-style: italic;
}

span.detail {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: auto;
  /*float: left;*/
  margin: 5px 0;
}

input.contact {
  width: 300px;
}
input.button {
  margin: 10px 10px 0 0;
}

textarea.contact {
  width: 500px;
  height: 200px;
  resize: vertical;
}
li.contact {
  text-align: left;
}

div.confirmation {
  margin: 25px 0;
}
ul.gig, ul.contact {
  list-style: none;
  display: table;
}

li.gig, li.contact {
  margin-bottom: 5px;
  width: 80%;
  text-align: center;
  /*height: auto;*/
  display: inline-table;
}

div.gig, div.contact {
  box-shadow: 5px 5px 5px #888888;
  border: 1px solid #CCCCCC;
  padding-bottom: 25px;
  margin: 25px auto;
}

span.status {
  font-weight: bold;
  vertical-align: center;
}
span.soldout {
  color: crimson;
}

span.onsale {
  color: green;
  display: none;
}

span.pending, span.comingsoon {
  color: #F1C40F;
}

span.onthedoor {
  color: orange;
}

img.buybutton {
  vertical-align: middle;
  border-style: none;
}

ul.pricelist {
  list-style: none;
}

ul.pricelist li {
  margin-left: -35px;
}

span.caption{
  display: block;
  word-wrap: auto;
  width: 200px;
  margin: 0 auto;
  font-size: 85%;
}
