h1.small {
	left: -.5em;
	text-indent: .5em;
	position: relative;
}

h2 {
	font-size: 1.846em;
	margin-bottom: .5em;
}

h1 img {
	margin-left: .7em;
	vertical-align: text-bottom;
}


/**
 * Timeline
 */
#content .timeline {
	border-top: 1px solid #6e8282;
	font: .923em Georgia, serif;
	height: 2.5em;
	margin: 3em 0 3.4em;
	position: relative;
	width: 100%;
}

#content .timeline .start {
	border-top: 1px solid #c4cccc;
	color: #c4cccc;
	left: 0;
	position: absolute;
	top: -1px;
}

#content .timeline .time_prev,
#content .timeline .time_next {
	font-size: 2em;
	position: absolute;
	top: 3px;
}

#content .timeline .time_prev {
	left: 50px;
}

#content .timeline .time_next {
	right: 10px;
}

#content .timeline .time_prev span,
#content .timeline .time_next span {
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#content .timeline .time_prev span:hover,
#content .timeline .time_next span:hover {
	color: #00e4ff;
}

#content .timeline .time_disable span,
#content .timeline .time_disable span:hover {
	color: #888;
	cursor: auto !important;
}

#content .timeline .fader_left,
#content .timeline .fader_right {
	height: 5em;
	overflow: hidden;
	position: absolute;
	top: -8px;
	width: 40px;
}

#content .timeline .fader_left ins,
#content .timeline .fader_right ins {
	background: url(fader.png) no-repeat;
	display: block;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

#content .timeline .fader_left {
	left: 70px;
}

#content .timeline .fader_right {
	right: 30px;
}

#content .timeline .fader_right ins {
	left: -40px;
}

#content .timeline .container {
	height: 3em;
	margin: 0 40px 0 75px;
	padding-top: 8px;
	overflow: hidden;
	position: relative;
	top: -11px;
	zoom: 1;
}

#content .timeline ul {
	margin: 0 0 0 17px;
	padding: 0;
	position: absolute;
}

#content .timeline li {
	float: left;
	margin: 0;
	padding: 1em 0 1px;
	position: relative;
	text-align: center;
	width: 5em;
}

#content .timeline li,
#content .timeline li a {
	color: #4a6363;
	text-decoration: none;
}

#content .timeline li a {
	border-bottom: 1px dashed;
}

#content .timeline li.selected {
	padding-top: .4em;
}

#content .timeline li.selected a {
	border-bottom: 0;
	color: #000 !important;
	cursor: auto;
	font-size: 2.17em;
}

#content .timeline li.runner {
	cursor: hand;
	cursor: pointer;
	height: 18px;
	left: 0;
	margin-left: -9px;
	padding: 0;
	position: absolute;
	top: -7px;
	width: 18px;
}

#content .timeline .measurer {
	height: 1em;
	left: -100px;
	line-height: 1px;
	overflow: hidden;
	position: absolute;
	top: -2em;
	width: 1px;
}


/**
 * Timline Icons
 */
#content .timeline_icon {
	background: url(timeline.png) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
}

#content .timeline_arrow {
	background-position: -18px -13px;
	height: 15px;
	left: -13px;
	margin-left: 100%;
	top: -8px;
	width: 13px;
}

#content .timeline_mark {
	background-position: -31px -13px;
	height: 5px;
	left: 50%;
	margin-left: -2px;
	top: 0;
	width: 5px;
}

#content .timeline_start {
	height: 13px;
	left: 100%;
	top: -7px;
	width: 33px;
}

#content .timeline_runner {
	background-position: 0 -13px;
	height: 18px;
	left: 0;
	top: 0;
	width: 18px;
}


/**
 * Events
 */
#content .events {
	position: relative;
}

#content .events .image {
	margin: 1.5em 0 3em -40px;
	max-width: 870px;
	min-width: 690px;
	position: relative;
}

#content .events .image .description {
	background: #fff;
	font: italic .923em Georgia, serif;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 1.5em;
	width: 160px;
}

#content .events .image .notice {
	background: #fff;
	color: #808080;
	font: italic .923em Georgia, serif;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 1.5em;
	width: 160px;
}

#content .events .fader {
	background: #fff;
	height: 100%;
	left: -40px;
	padding-left: 40px;
	position: absolute;
	top: 0;
	width: 105%;
}
