/* ============ TIMELINER.JS ============= */
.actualDay {
	float:left;
	width:100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:gold;
	margin:5px 0 5px 0;
}
.timeline-container {
	float:left;
	border-left: 2px solid #ccc;
	margin: 0 auto;
	width: 584px;
}
.timeline-toggle {
	background: #000;
	border-color: #161616;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ccc;
	cursor: pointer;
	float: right;
	font-size: 12px;
	margin-right: 0;
	padding: 3px 5px;
	white-space: nowrap;
	margin:15px 0 0 0;
}
.timeline-wrapper {
	clear: left;
	float: left;
	margin: 0;
	width: 584px;
}
.timeline-wrapper h2 {
	background: url(timeliner/timeline_century_tick.gif) left 28px no-repeat;
	font-family: Palatino, "Times New Roman", Times, serif;
	cursor: pointer;
	font-size: 3em;
	font-weight: 400;
	margin: 0;
	padding: 4px 4px 0 20px;
	height:49px;
	width: 300px;
	float:left;
}
.timeline-wrapper h2 span {
	background: #494949;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #131313;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	padding: 3px 12px 1px 15px;
}
.timeline-wrapper h2 span.timeRuneTitle {
	color:#FFF;
	background: none;
	padding: 0;
	font-size: 21px;
	
}
.timeline-wrapper h2 span.timeDefaultDays {
	color:#FFFFFF;
}
.timeline-wrapper h2 span.timeRune1Days {
	color:#F9EB01;
}
.timeline-wrapper h2 span.timeRune2Days {
	color:#FFEF19;
}
.timeline-wrapper h2 span.timeRune3Days {
	color:#ff9742;
}
.timeline-wrapper h2 span.timeRune4Days {
	color:#FF2B2B;
}
.timeline-wrapper h2 span.timeRune5Days {
	color:#D42BFF;
}
.timeline-wrapper h2 span.timeBossDays {
	color:#8684FF;
}
.timeline-series {
	clear: left;
	float: left;
	margin: 0;
	padding: 0 4px 4px 0;
	position: relative;
	width: 580px;
}
.timeline-series dt {
	display: none;
	background: url(timeliner/timeline_decade_tick.gif) left center no-repeat;
	clear: left;
	font-size: 1.6em;
	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;
}
.timeline-series dt a .closed {
	color: #999;
	font-size: 1em;
	margin-left: 0;
}
.timeline-series dt a .open {
	color: #7DBADF;
}
.timeline-series dt a:hover {
	color: #7DBADF;
}
.timeline-series dd {
	width: 567px;
	padding: 3px 0 0 20px;
	margin: 0;
	float:left;
}
.timeline-series dd h3 {
	color: #FFF;
	clear: both;
	float: left;
	font-size: 1.5em;
	margin: 0;
	white-space: nowrap;
	width: 410px;
}
.timeline-event-content {
	display: none;
}
.timeline-event-content p {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin: 6px 0 10px;
	width: 410px;
}
.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.8em;
	margin-left: 0;
	padding: 0 30px;
	width: 400px;
}
.timeline-event-content blockquote .attribution {
	font-size: 0.7em;
	text-align: right;
}
.timeline-event-content .media {
	float: right;
	padding: 0;
	width: 100px;
	text-align: center;
}
.timeline-event-content .media img {
	border: none;
	margin: 0;
	padding: 0;
	width: 100px;
}
.timeline-event-content .media p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
	color: #ab221b;
}
.timeline-event-content .media a:hover {
	color: #7DBADF;
}
.timeline-event-content .bubbleTop {
	height: 20px;
	background: url(timeliner/bubble_top.png) left center no-repeat;
}
.timeline-event-content .bubbleMid {
	background: url(timeliner/bubble_mid.png) left center repeat-y;
	width:535px;
	padding:0 16px;
}
.timeline-event-content .bubbleBot {
	height: 10px;
	background: url(timeliner/bubble_bot.png) left center no-repeat;
}
