/* =============================================================================
Theatre Royal Winchester - History
============================================================================= */

ul#tabs {
  background: url(../../img/global/backgrounds/tabs.gif) 0 0 repeat-x;
  height: 32px;
  padding: 0 8px;
}

  ul#tabs li {float: left; margin: 0 2px 0 0;}

  ul#tabs li a {
    display: block;
    height: 32px;
    cursor: pointer;
  }

  ul#tabs li a#about_us {background: url(../../img/autumn/tabs/about/about_us.gif) 0 -32px no-repeat; width: 92px;}
  ul#tabs li a#history {background: url(../../img/autumn/tabs/about/history.gif) 0 -32px no-repeat; width: 81px;}
  ul#tabs li a#the_team {background: url(../../img/autumn/tabs/about/the_team.gif) 0 -32px no-repeat; width: 97px;}

  ul#tabs li a#about_us_active {background: url(../../img/autumn/tabs/about/about_us.gif) 0 0 no-repeat; width: 92px;}
  ul#tabs li a#history_active {background: url(../../img/autumn/tabs/about/history.gif) 0 0 no-repeat; width: 81px;}
  ul#tabs li a#the_team_active {background: url(../../img/autumn/tabs/about/the_team.gif) 0 0 no-repeat; width: 97px;}

#content p {margin: 17px 0 0 0; padding: 0 8px;}

#content p.intro {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  margin: 26px 0 0 0;
}

#content .section {
  margin: 12px 0 0 0;
}

#content .alt {
  background-color: #f0f0f0;
  padding: 10px 0 8px 0;
  border-bottom: 1px solid #c8c7c3;
}

#content .section p.history {
  width: 462px;
  margin: 0;
  padding: 0;
  float: left;
}

  #content .section .calendar {
    background: url(../../img/autumn/icons/calendar.gif) 0 0 no-repeat;
    text-align: center;
    width: 62px;
    height: 52px;
    margin: 0 8px;
    float: left;
  }

  #content .section .calendar_alt {
    background: url(../../img/autumn/icons/calendar_alt.gif) 0 0 no-repeat;
    text-align: center;
    width: 62px;
    height: 52px;
    margin: 0 8px;
    float: right;
  }

    #content .section .calendar p,
    #content .section .calendar_alt p {
      font-size: 18px;
      margin: 24px 0 0 0;
      padding: 0;
    }

.image_container_96 {
  background-color: #fff;
  width: 100px;
  border: 1px solid #c2c2c2;
  margin: 0 8px;
  float: right;
}

.left {
  float: left;
}