/* ======= DEMO LAYOUT ======= */
body {
  background-color: #2f2f2f;
  color: #eeefef;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
/*
  font-size: 62.5%;
*/
}
/*
.container-delme {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  *zoom: 1;
}
*/
.timelineSection h1 {
  color: #7DBADF;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
}
.timelineSection h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 5px 0;
  letter-spacing: .1em;
}
.timelineSection h3 {
	font-size: 1.1em;
}
h3 {
  font-size: 1em;
  margin: 10px 0 10px 10px;
}
.timelineSection h2 span {
  background-color: orange;
}
.timelineSubSection h3 span {
  background-color: skyblue;
}
.timeline-series dt span.date {
	font-weight: bold;
}
.timeline-series dt span.event {
	font-style: italic;
	font-weight: normal;
}
.timeline-series dt a.open span.event {
	font-style: italic;
	font-weight: bold;
}

.timeline-series dt {
  font-size: 1em;
}
a:hover {
  color: #7DBADF;
}
a img {
  border: none;
}
.lead {
  margin: 50px 0 10px 8px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 2em;
  margin-bottom: 40px;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
