i
{
	/*font-family:'Futura W01 Book Oblique', Helvetica, Arial, sans-serif;*/
}

#widgetholder
{
	padding:0;
	margin:0;
	font-family:'Fort-Light', Helvetica, Arial, sans-serif;
	width:100%;
	height:450px;
	position:relative;
	overflow:hidden;
	top:0;left:0;
}

#timelineholder
{
	padding:0;
	margin:0;
	width:100%;
	height:400px;
	background:#eaeaea;
	position:relative;
	top:0;left:0;
	overflow-y:hidden;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}

#allsections
{
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	width:40000px;
	height:400px;
	background:none;
	overflow:hidden;
	-webkit-transform: translate3d(0,0,0);
}

#navholder
{
	padding:0;margin:0;
	width:100%;
	height:50px;
	overflow:hidden;
}

#timelinenav
{
	padding:0;
	margin:0;
	padding-right:10px;
	width:3000px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#f7f7f7;
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
}

.navlink
{
	padding:0;
	margin:0;
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-weight:800;
	color:#232323;
	font-size:11px;
	line-height:52px;
	letter-spacing: 0px;
	display:block;
	width:50px;
	cursor:pointer;
	position:absolute;
	left:0;
	text-align:center;
}

#timelineblob
{
	padding:0;
	margin:0;
	width:50px;
	height:21px;
	background:#ff6f00;
	border-radius: 15px;
	position:absolute;
	top:15px;
	left:60px;
	/*box-shadow:0px 1px 1px #5c636a;*/
}

.onesection
{
	padding:0;
	margin:0;
	width:300px;
	height:400px;
	position:absolute;
	left:0;top:0;
	background:none;
	/*cursor: move;*/
}

.sectionline
{
	padding:0;
	margin:0;
	position:absolute;
	right:0;top:0px;
	height:400px;
	width:1px;
	background:#d4d4d4;
}

.clustertitle
{
	padding:0;
	margin:0;
	font-family:'Shift-Light',Helvetica, Arial, sans-serif;
	font-weight:100;
	position:absolute;
	top:46px;
	color:#999;
	font-size:54px;
	letter-spacing:-1px;
	line-height:58px;
}

.titlethe
{
	padding:0;
	margin:0;
	font-family:'Shift-Light',Helvetica, Arial, sans-serif;
	font-weight:300;
	position:relative;
	left:1px;
	margin-top:1px;
	font-size:22px;
	letter-spacing:0px;
	line-height:14px;
}

.oneevent
{
	padding:0;
	margin:0;
	background:none;
	border:0px dotted #666;
	position:absolute;
	font-size:14px;
	line-height:18px;
	left:34px;top:200px;
	width:200px;
	color:#888;
	cursor:pointer;
	transition-duration:80ms;
	-webkit-transition-duration:80ms;
	-moz-transition-duration:80ms;
}

font.biggertext
{
	font-size:18px;
	line-height:23px;
}

.tinydate
{
	padding:0;
	margin:0;
	color:#222;
	font-size:12px;
	line-height:18px;
	font-family:'Fort-Bold', Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:800;
	margin-bottom:2px;
	margin-left:1px;
}

.morecircle
{
	font-family:'Shift-Bold', Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	width:14px;
	height:14px;
	font-size:12px;
	line-height:13px;
	text-align:center;
	margin-top:6px;
	border-radius: 7px;
	background:#888;
	color:#fff;
	transition-duration:80ms;
	-webkit-transition-duration:80ms;
	-moz-transition-duration:80ms;
}

.oneimage
{
	padding:0;
	margin:0;
	border:0;
	position:absolute;
	left:0;top:0;
	background:none;
}

#popupwindow
{
	margin:0;
	position:absolute;
	left:1300px;top:0;
	background:#808285;
	width:300px;
	min-height:60px;
	padding:15px;
	padding-bottom:45px;
	font-size:15px;
	line-height:18px;
	opacity:0;
	color:#ddd;
}

.popupdate
{
	margin:0;padding:0;
	margin-bottom:12px;
	font-size:13px;
	line-height:14px;
	font-family:'Fort-Bold', Helvetica, Arial, sans-serif;
	color:#fff;
}

#popupclose
{
	padding:0;
	margin:0;
	position:absolute;
	top:6px;
	right:6px;
	width:28px;
	height:28px;
	background:url('../images/timeline/closex.gif');
	cursor:pointer;
	opacity:.3;
}

.popuparrow
{
	padding:0;
	margin:0;
	position:absolute;
	bottom:13px;
	left:15px;
	width:22px;
	height:23px;
	background:url('../images/timeline/popuparrows.gif') top left no-repeat #fff;
	cursor:pointer;
	opacity:.3;
}

.rightarrow
{
	left:auto;
	right:15px !important;
	background:url('../images/timeline/popuparrows.gif') top right no-repeat #fff;
}

#introtext
{
	padding:0;margin:0;
	text-transform: uppercase;
	color:#232323;
	font-size:24px;
	line-height:28px;
	position:absolute;
	left:80px;top:120px;
}

#introtext b
{
	font-family:'Futura W01 Bold', Helvetica, Arial, sans-serif;
}