/* ============ TIMELINER.js ============= */
.container-time {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  *zoom: 1;
}
.container-time a:link,
.container-time a:visited {
  color: #7605de;
  font-size: 1.1em;	
  text-decoration: none;
}
.container-time a:hover {
  color: #901cfa;
}
.container-time h4 {
  color: #3c3c3c;
  font-weight: 600;/*bold;*/	
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
/* ====================================== */
.timeline-container {
  width: 900px;	
  border-left: 2px solid #ccc;
  margin: 20px auto;
}
/*.timeline-container h1 {
  color: #7DBADF;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
.timeline-container h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0;
  letter-spacing: .1em;
}
.timeline-container h3 {
  font-size: 1.6em;
  margin: 10px 0 10px 10px;
}*/
.timeline-toggle {
  background: #41669d;
/*border-color: #161616;*/
  border: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #fff;/*#ccc;*/
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 0;
  padding: 3px 5px;
  white-space: nowrap;
}
.timeline-wrapper {
  width: 900px;	
  clear: left;
  float: left;
  margin: 0 0 12px;
}
.timeline-wrapper h2 {
  background: url(../../images/time/timeline_century_tick.gif) left center no-repeat;
  font-family: Palatino, "Times New Roman", Times, serif;
  cursor: pointer;
  font-size: 1.8em;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 4px 4px 4px 20px;
}
.timeline-wrapper h2 span {
  background: rgba(214,214,214,0.5);/*#ccc #7605de*/
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #131313;/*#fff;*/
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 3px 5px 1px;
}
.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 880px;
}
.timeline-series dt {
  background: url(../../images/time/timeline_decade_tick.gif) left center no-repeat;
  clear: left;
  font-size: 1.2em;
  list-style-type: none;
  line-height: 1.2em;
  margin: 0 0 12px;
  padding: 0 0 0 24px;
  white-space: nowrap;
}
.timeline-series dt a {
  color: #999;
  cursor: pointer;
  font-weight: 500;
}
.timeline-series dt a .closed {
  color: #999;
  font-size: 1em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: #7f2bcb;
}
.timeline-series dt a:hover {
  color: #7f2bcb;
}
.timeline-series dd {
  padding-left: 24px;
  width: 100%;
}
.timeline-series dd h3 {
  color: #7f2bcb;
  clear: both;
  float: left;
  font-size: 1.2em;
  font-weight: 600;/*bold;*/	
  margin: 0;
  white-space: nowrap;
}
.timeline-event-content {
  display: none;
}
.timeline-event-content p {
  clear: left;
  float: left;
  line-height: 1.5em;
  margin: 6px 0 10px;
  width: 500px;
}
.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
  border-left: 2px solid #ccc;
  clear: left;
  float: left;
  font-size: 1.4em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}
.timeline-event-content blockquote .attribution {
  font-size: 0.8em;
  text-align: right;
}
.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}
.timeline-event-content .media img {
/*border: 2px solid #000;*/
  margin: 0;
  width: auto;
  height: 180px;
}
.timeline-event-content .media p {
  font-size: 1.0em;
  margin: 6px 0 10px;/*0*/
  padding: 0;
}
.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
  color: #7DBADF;
}
.timeline-event-content .media a:hover {
  color: #7f2bcb;
}
.clear {
  clear: both;
}
