/* CSS Document */

/* Default Classes */
body {
  font-size: 10pt;
  color: #FFFFFF;
  background: #101030;
  margin: 0px;
}

a:link {color:#90BFEF;}
a:visited {color:#909090;}
a:active {color:#EB5B19;}

/* Containers */
.container1 {
  width: 800px;
  height: auto;
  background: #575757;
}

.container2 {
  width: 800px;
  height: auto;
}

.menu {
  width: 18%;
  height: 40px;
  display: inline-block;
}

.fixed_image {
  height: 300px;
  text-align: left;
}

.column {
  width: 35%;
  height: 500px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.text {
  text-align: left;
  font-family: arial;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 30px;
}

.band_member_l {
  text-align: left;
  height: 290px;
  border-bottom: 1px solid #101030;
}

.band_member_r {
  text-align: right;
  height: 290px;
  border-bottom: 1px solid #101030;
}
.member_image {
  display: inline-block;
  vertical-align: middle;
}

.member_bio {
  text-align: left;
  width: 350px;
  margin: 40px;
  display: inline-block;
}

/* Calendar Entries */

.calendar_event {
  background-image: url('../images/cal_label.jpg');
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  text-align: left;
  width: 435px;
  height: 117px;
  padding-left: 54px;
  padding-top: 44px;
  margin-bottom: 32px;
  overflow: hidden;
}

.calendar_scroll {
  height: 480px;
  overflow: auto;
  margin: 6px;
}

.head_container {
  height: 40px;
  width: 100%;
  padding-top: 9px;
}

a.gighead {
  width: 100%;
  padding-left: 254px;
  font-style: italic;
  font-family: times new roman;
  color: #555555;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 7px;
  text-decoration: none;
}

a.gighead:hover {
  color: #94BDE9;
}

.gigid {
  margin-bottom: 3px;
}

.gigdate {
  font-weight: bold;
  display: inline-block;
}

.gigdesc {
}

.gigplace {
  width: 214px;
  display: inline-block;
}


/* Menu Behavior */
a.menulink {
  color: #FFFFFF;
}
a.menulink:hover {
  color: #EB5B19;
}

/* Single-Section Identifiers */

#mainpage_photo {
  width: 640px;
  height: 360px;
}

#main_overlay {
  position: relative;
  z-index: 999999;
  margin-top: -180px;
  text-align: right;
  width: 620px;
  height: 160px;
  padding: 10px;
  background-image: url('../images/overlay_gradient.png')
}

#playimg {
  width: 241px;
  height: 52px;
  margin-top: 118px;
  margin-left: 380px;
  background-image: url('../images/play.png')
}

#ss_upper_container {
  margin-left: 70px;
  position: relative;
  z-index: 2000;
}

#ss_lower_container {
  margin-top: -50px;
  margin-left: 330px;
  position: relative;
  z-index: 2000;
}

#floating_text_2 {
  float: left;
  color: #FFFFFF;
}

#who_container {
  width: 640px;
}

#header {
  width: 100%;
  height: 102px;
  background: #000000;
}

#menubar {
  width: 100%;
  height: 40px;
  background-image: url('../images/staff.jpg');
  background-repeat: repeat-x;
}

#content {
  width: 100%;
  height: auto;
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer {
  font-size: 8pt;
  width: 100%;
  height: auto;
  background: #0F0F0F;
  padding-top: 5px;
  padding-bottom: 5px;
}