html {
  height: 99%;
}
body {
  height: 100%;
}
#main-container {
  max-width: 1600px;
  margin: 0 auto;
}
#header {
  padding-top: 60px;
}
#main-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -145px;
}
#push,
#footer {
  padding-top: 60px;
  height: 85px;
}
.navbar form .search-query {
  width: 200px;
}
.navbar .twitter-icon {
  width: 42px;
  height: 42px;
  background-image: url('../img/twitter_icon_42x42.png');
  margin-right: 8px;
}
.navbar a.twitter-icon:hover {
  background-image: url('../img/twitter_icon_blue_42x42.png');
}
.navbar .facebook-icon {
  background-image: url('../img/facebook_icon_24x24.png');
  width: 26px;
  height: 26px;
  margin-top: 8px;
  margin-right: 8px;
}
.navbar a.facebook-icon:hover {
  background-image: url('../img/facebook_icon_blue_24x24.png');
}
.validation-errors {
  color: red;
}
.hero-unit {
  min-height: 158px;
  background-image: url('../img/hero_lotus_2.jpeg');
  /* 1600px by 278px */

}
.hp-intro {
  margin-bottom: 5px;
}
div#lyrics {
  padding-top: 1em;
  line-height: 3em;
  height: auto;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 3;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
  float: none;
  clear: both;
}
div#lyrics .chorus,
div#lyrics .bridge,
div#lyrics .verse,
div#lyrics .note,
div#lyrics .solo,
div#lyrics .chorusPlaceholder,
div#lyrics .bridgePlaceholder {
  margin-bottom: 2em;
}
div#lyrics .chorusPlaceholder,
div#lyrics .bridgePlaceholder,
div#lyrics .note,
div#lyrics .soloPlaceholder {
  width: 80%;
  padding-left: .5em;
  padding-right: .5em;
}
div#lyrics .chorusPlaceholder,
div#lyrics .bridgePlaceholder,
div#lyrics .soloPlaceholder {
  font-weight: bold;
  background-color: #ccc;
}
div#lyrics .note,
div#lyrics .solo {
  font-style: italic;
  background-color: #eee;
  line-height: 2em;
}
div#lyrics .bridge {
  font-style: italic;
}
div#lyrics .chorus {
  font-weight: bold;
}
div#lyrics.autoCol {
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 3;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
}
div#lyrics.oneCol {
  -moz-column-count: 1;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 1;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 1;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
}
div#lyrics.twoCol {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 2;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
}
div#lyrics.threeCol {
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 3;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
}
div#lyrics.fourCol {
  -moz-column-count: 4;
  -moz-column-gap: 1em;
  -moz-column-rule: 1px solid #ccc;
  -webkit-column-count: 4;
  -webkit-column-gap: 1em;
  -webkit-column-rule: 1px solid #ccc;
  column-count: 4;
  column-gap: 1em;
  column-rule: 1px solid #ccc;
  z-index: -1;
}
span.chord {
  margin-left: -2em;
  position: relative;
  bottom: 1em;
  left: 2em;
  width: 2em;
  display: inline-block;
  font-weight: bold;
}
span.chord-inner {
  margin-left: inherit;
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: inherit;
  display: inherit;
}
p.note span.chord,
p.solo span.chord {
  margin: 0;
  bottom: 0;
  left: 0;
  width: auto;
  font-weight: bold;
}
div#song-meta {
  float: left;
  clear: none;
  width: 55%;
}
div#song-control-panel {
  float: right;
  clear: none;
}
table.tablesorter thead th {
  background-image: url('../img/bg.gif');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 0;
}
table.tablesorter thead th button {
  padding: 8px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
table.tablesorter thead th:hover {
  background-color: #ddd;
}
table.tablesorter thead th.headerSortUp {
  background-image: url('../img/asc.gif');
}
table.tablesorter thead th.headerSortDown {
  background-image: url('../img/desc.gif');
}
/* EXTRA-LARGE DESKTOP */
@media (min-width: 1500px) {
  div#lyrics.autoCol {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 4;
    column-gap: 1em;
    column-rule: 1px solid #ccc;
    z-index: -1;
  }
}
/* LARGE DESKTOP */
@media (min-width: 1200px) {
  
}
/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP */
@media (min-width: 768px) and (max-width: 979px) {
  div#lyrics.autoCol {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 2;
    column-gap: 1em;
    column-rule: 1px solid #ccc;
    z-index: -1;
  }
  #navigation .search-query {
    width: 90px;
  }
}
/* LANDSCAPE PHONE TO PORTRAIT TABLET */
@media (max-width: 767px) {
  div#lyrics.autoCol {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid #ccc;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid #ccc;
    column-count: 1;
    column-gap: 1em;
    column-rule: 1px solid #ccc;
    z-index: -1;
  }
  #header {
    padding-top: 0px;
  }
  #navigation .search-query {
    width: 90px;
  }
  div#song-meta {
    width: 100%;
  }
  .hero-unit {
    padding: 24px 60px;
    text-align: center;
  }
  .hero-unit h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .hero-unit .btn {
    margin-bottom: 12px;
  }
  #listing-page-search-query {
    width: 80%;
  }
}
/* LANDSCAPE PHONES AND DOWN */
@media (max-width: 480px) {
  
}
@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  src: local('Audiowide'), local('Audiowide-Regular'), url(../fonts/audiowide.woff) format('woff');
}
