h1.event-title {
  margin: 0 0 10px;
  padding: 10px 0;
}

img.event-image {
  float: left;
  width: 200px;
  height: 200px;
  margin: 10px 10px 10px 0;
}

div.event-description {
  margin: 12px 12px 12px 220px;
}

div.drop-down ul.list {
  display: none;
}

body.timeline div.top-bar {
  margin: 0 10px;
}

body.timeline div.header {
  height: 100px;
}

body.timeline div.wrapper {
  padding-bottom: 10px;
}

body.timeline div#timeline {
  width: 940px;
  margin: 10px;
}

body.timeline h1 {
  font-size: 22px;
  color: #1f1d23;
  font-variant: small-caps;
  margin: 0 31px;
  border: none;
  padding: 10px 0;
}

div#timeline {
  clear: both;
}

div.top-bar {
  position: relative;
  height: 30px;
  z-index: 30;
}

div.top-bar div.bubbles {
  float: left;
}

div.top-bar div.filter {
  float: right;
}

div.top-bar a.button {
  position: absolute;
  left: 50%;
  margin-left: -87px;
  top: 0px;
}

div.drop-down {
  width: 245px;
}

div.drop-down form {
  position: relative;
}

div.drop-down div.button {
  background: transparent url(/timeline/img/tab.gif) no-repeat;
  width: 142px;
  padding: 0 10px;
}

div.drop-down ul.list {
  width: 245px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 50;
  list-style: none;
}

div.drop-down ul.list li {
  background: transparent url(/timeline/img/dropdown-main.gif) repeat-y top left;
  padding: 0 13px;
}

div.drop-down ul.list li:hover {
  background: #f3f0e9 none;
}

div.drop-down ul.list li:hover a {
  font-weight: bold;
  color: #961724;
}

div.drop-down ul.list li.start {
  height: 5px;
  background: transparent url(/timeline/img/dropdown-top-left.gif) no-repeat top left;
}

div.filter ul.list li.start {
  background: transparent url(/timeline/img/dropdown-top-right.gif) no-repeat top left;
}

div.drop-down ul.list li.end {
  height: 5px;
  background: transparent url(/timeline/img/dropdown-bottom.gif) no-repeat bottom left;
}

div.drop-down ul.list li.start,
div.drop-down ul.list li.end {
  font-size: 3px;
  line-height: 4px;
}

div.drop-down ul.list li a {
  color: #2c0b08;
  font-family: 'Arial', 'Helvetica', Sans-serif;
  font-size: 12px;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  background: transparent url(/timeline/img/nav-item.gif) repeat-x bottom left;
}

div.filter div.button {
  margin-left: 83px;
}

div.bubbles div.button a {
  padding-right: 10px;
  background: transparent url(/timeline/img/arrow-right.gif) no-repeat right center;
}

div.bubbles div.active a {
  background-image: url(/timeline/img/arrow-down.gif);
}

div.filter div.button a {
  padding-left: 10px;
  background: transparent url(/timeline/img/arrow-left.gif) no-repeat left center;
}

div.filter div.active a {
  background-image: url(/timeline/img/arrow-down.gif);
}

div.filter label {
  padding-right: 34px;
}

div.drop-down div.button a {
  font-family: 'Arial', 'Helvetica', Sans-serif;
  font-size: 12px;
  display: block;
  width: 132px;
  height: 33px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #2c0b08;
}

div.drop-down div.active {
  font-weight: bold;
}

div.header p.return-to-homepage a {
  display: block;
  height: 27px;
  width: 126px;
  background: transparent url(/timeline/img/homepage.gif) no-repeat left center;
}

div.header p.return-to-homepage a span {
  display: none;
}

span.timeline-search-box {
  display: block;
  width: 175px;
  height: 24px;
  padding: 3px;
  background: transparent url(/timeline/img/timeline-search-box.gif) no-repeat top center;
  line-height: 24px;
}

span.timeline-search-box input.filter {
  width: 145px;
  outline: 0;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 3px 0 3px 10px;
  height: 18px;
  line-height: 18px;
}

span.timeline-search-box input.submit {
  background: transparent url(/timeline/img/timeline-search-button.gif) no-repeat center center;
  border: 0;
  font-size: 1px;
  color: #b0161f;
  height: 15px;
  width: 15px;
  float: right;
  margin: 5px 5px 0 0;
  cursor: pointer;
}

span.timeline-search-box {
  position: relative;
}

span.timeline-search-box input.submit {
  position: absolute;
  margin: 0;
  float: none;
  top: 8px;
  right: 7px;
}

h1 {
  position: relative;
}

h1 a.button {
  position: absolute;
  right: 0px;
  top: 10px;
}
