@charset "utf-8";
/* CSS Document */

#menu_strip {
  background: #036;
  padding: 5px;
  text-transform: Uppercase;
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  margin-top: -4px;
}

@media all and (max-width: 1020px) {
  #menu_strip {
    width: 100%;
  }
}

@media all and (max-width: 620px) {
  #menu_strip {
    display: none;
  }
}

#menu_strip a,
#menu_strip a:visited,
#menu_strip a:link {
  color: #39F;
  font-weight: bold;
  text-decoration: none;
}

#menu_strip a:hover {
  text-decoration: underline;
  color: white;
}

#menu_strip a {
  display: inline-block;
  margin-right: 45px;
}

@media all and (max-width: 850px) {
  #menu_strip a {
    margin-right: 25px;
  }
}

@media all and (max-width: 680px) {
  #menu_strip a {
    margin-right: 15px;
  } 
}

#menu_strip .last {
  margin-left: 0 !important;
}

#menu_strip #sub_menu_concerts { width: 120px; left: -25px; }
#menu_strip #sub_menu_reviews  { width: 130px; left: -35px; }
#menu_strip #sub_menu_about    { width: 130px; left: -40px; }

#menu_strip .dd_initiator {
  position: relative;
}

#menu_strip .dd_initiator:hover {
  padding-bottom: 10px;
}

#menu_strip .sub_menu {
  display: none;
  position: absolute;
  left: 2px;
  top: 24px;
  background: #39F;
  padding: 6px;
  border-radius: 2px;
  border: 1px solid white;
  text-align: left;
  z-index: 100;
}

#menu_strip .sub_menu .bullet {
  margin-top: 3px;
  padding-left: 8px;
}

#menu_strip .sub_menu .bullet a {
  display: inline;
  padding-left: 8px;
}

#menu_strip .dd_initiator:hover > .sub_menu {
  display: block;
}

#menu_strip .sub_menu a {
  color: white;
  text-transform: none;
  margin-left: 0;
}

#main_banner {
  width: 1000px;
  margin: auto;
  max-width: 100%;
}

@media all and (max-width: 620px) {
  #main_banner {
    padding-left: 42px;
    box-sizing: border-box;
  }
}

#main_banner a img {
  max-width: 100%;
}

#footer {
  clear: both;
  background-color: #003;
  text-align: center;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  height: 80px;
}

.haiku_now img {
  width: 1000px;
  max-height: 256px;
  display: block;
  margin: auto;
}

.haiku_now img {
  max-width: 100%;
}

@media all and (max-width:1020px) {

}