/* CSS Document */

/* Default Classes */
body {
  font-size: 10pt;
  color: #FFFFFF;
  background: #101030;
  margin: 0px;
}

/* Containers */
.container1 {
  width: 800px;
  height: auto;
  background: #575757;
}

.container2 {
  width: 800px;
  height: auto;
}

.menu {
  width: 18%;
  height: 40px;
  display: inline;
  margin-right: 1px; /* IE Barrier Hack */
}

.fixed_image {
  height: 300px;
  text-align: left;
}

.column {
  width: 35%;
  height: 500px;
  text-align: left;
  vertical-align: top;
  display: inline;
}

.text {
  text-align: left;
  font-family: arial;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 30px;
}

.member_image {
  display: inline;
  vertical-align: middle;
  margin-bottom: -2px;
}

.member_bio {
  margin: 40px;
  display: inline;
}

/* Calendar Entries */

.calendar_event {
  width: 489px;
  height: 161px;
}

.gigdate {
  font-weight: bold;
  width: 200px;
  display: inline;
}

.gigplace {
  display: inline;
}


/* Menu Behavior */
a.menulink {
  color: #FFFFFF;
}
a.menulink:hover {
  color: #EB5B19;
}

/* Single-Section Identifiers */

#mainpage_photo {
  width: 640px;
  padding-top: 180px;
  background-image: url('../images/photos/mainpage_photo_wide.jpg')
}

#main_overlay {
  text-align: right;
  width: 640px;
  height: 180px;
  padding: 0px;
  background-image: url('../images/overlay_gradient.png')
  position: relative;
}

#playimg {
  width: 241px;
  height: 52px;
  margin-top: 128px;
  margin-right: 10px;
  margin-bottom: -3px; /* IE Offset Adjustment */
  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;
}

#header {
  width: 100%;
  height: 102px;
  background: #000000;
}

#menubar {
  width: 100%;
  height: 40px;
  background-image: url('../images/staff.jpg');
  background-repeat: repeat-x;
  margin-bottom: -3px; /* IE Offset Adjustment */
}

#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;
}