.timeline-wrap {
	position:relative;
	width:100%;
	height:1px;
	border:1px solid #222;
	background:#222222
}
.timeline-event {
	position:absolute;
	left:0;
	top:0
}
.timeline-event-node {
	position:absolute;
	top:-5px;
	left:0;
	border-radius:8px;
	width:7px;
	height:7px;
	background:#222222;
	border:2px solid #222;
	cursor:pointer;
	-webkit-transition:width .05s ease-out,height .05s ease-out,margin .05s ease-out,background .05s ease-out;
	-moz-transition:width .05s ease-out,height .05s ease-out,margin .05s ease-out,background .05s ease-out;
	transition:width .05s ease-out,height .05s ease-out,margin .05s ease-out,background .05s ease-out
}
.timeline-event-contents {
	display:none;
	margin-left:-20px
}
.timeline-event.timeline-selected .timeline-event-node,.timeline-event.timeline-selected .timeline-event-node:hover {
	width:11px;
	height:11px;
	margin-left:-2px;
	margin-top:-2px;
	background:#222
}
.timeline-event-node:hover {
	width:11px;
	height:11px;
	margin-left:-2px;
	margin-top:-2px
}
.timeline-event-contents {
	overflow-x:visible!important;
	overflow-y:visible!important;
	position:absolute;
	padding:12px;
	left:0;
	top:30px;
	background:#222;
	font:normal 12px/18px;
	color:#efefef
}
.timeline-event-contents:before {
	position:absolute;
	display:block;
	content:"";
	left:-5px;
	top:0;
	width:5px;
	height:100%;
	background:#222222
}
.timeline-event.timeline-bottom .timeline-event-arrow {
	position:absolute;
	display:block;
	content:"";
	left:20px;
	top:-6px;
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #222
}
.timeline-event.timeline-above .timeline-event-contents {
	top:-80px
}
.timeline-event.timeline-above .timeline-event-arrow {
	top:auto;
	bottom:-6px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #222;
	border-bottom:0
}
.timeline-event-contents .timeline-event-content,.timeline-event-contents .timeline-event-link {
	display:none
}
.timeline-event-title {
	white-space:nowrap;

}
.timeline-event-title span {
	color:#00acff;
	display:inline-block;
	margin-right:10px;
	font-size:10px;
	font-weight:normal
}
.timeline-event-link {
	display:block;
	text-align:right
}
.timeline-event-link a {
	color:#00acff;
	text-decoration:none;
	font-size:10px
}
.timeline-event-link a:visited {
	color:#00acff;
	text-decoration:none
}
.timeline-event-link a:hover {
	color:#00ceff;
	text-decoration:underline
}
.timeline-large-scale,.timeline-small-scale {
	position:absolute;
	left:0;
	top:-30px;
	font:bold 10px/18px 'Lucida Grande',helvetica,tahoma,sans-serif;
	color:#222
}
.timeline-dateblock {
	position:absolute;
	left:0;
	top:0;
	margin-left:-13px
}
.timeline-dateblock:before {
	display:block;
	content:"";
	position:absolute;
	left:12px;
	top:20px;
	width:1px;
	height:9px;
	background:#222
}
.timeline-small-scale .timeline-dateblock:before {
	top:25px;
	height:4px;
	background:#b2b2b2
}
.timeline-small-scale {
	color:#9c9c9c;
	top:-30px
}
.timeline-months .timeline-dateblock {
	margin-left:-6px
}
.timeline-months .timeline-dateblock:before {
	left:5px
}
@font-face {
	font-family:'LeagueGothic';
	src:url('../fonts/League_Gothic-webfont.eot') format('eot'),url('../fonts/League_Gothic-webfont.woff') format('woff'),url('../fonts/League_Gothic-webfont.ttf') format('truetype')
}