/*
* Bootstrap v2.0.3
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

/* TIMELINE */

.timeline-container {
	width:880px;
	overflow:scroll;
	height:600px;
	*height:620px;
	background:url(../../images/timelinebg.png) repeat-x top;
	white-space: nowrap;
	*position:relative;
}

.timeline-body { *width:25000px;}
.timeline {  margin-top:270px; }
.timeline li { display:inline-block; white-space:normal; zoom: 1; *display: inline; }

.timeline li.year { padding:10px; background:#CCC; font-size:25px; font-weight:bold; color:#ffffff; margin:0 25px;}
.timeline li:first { margin-left:0 !important; } 
.timeline li.event { width:10px; height:10px; background:url(../../images/dots.png) no-repeat; margin:0 50px 3px 50px; *margin:0 50px 13px 50px;}

.event-holder { position:relative; }

.event-box.top { position:absolute; padding-bottom:30px; bottom:0; left:-103px; background:url(../../images/timelineguide.png) no-repeat bottom center;}

.event-box.bottom { position:absolute; padding-top:20px; top:10px; left:-103px; background:url(../../images/timelineguide.png) no-repeat top center;}

.event-inner { padding:8px; width:200px; background: url(../../images/shadow.png) no-repeat bottom right; } 

.event-content { background:#FAF9F6; height:230px; }

.event-content h1 { background-color:#6EBADF; font-size:14px; color:#ffffff; padding:8px; text-align:center; text-transform:uppercase; margin-top:0;}

.event-content p { padding:0 10px 0 10px; text-align:left !important; margin-bottom:1.3em !important; line-height:1.3em !important;  } 

.event-content img { padding:0 10px 10px 10px;} 

