/*General Styling*/


/*
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*/


/*
body {
	width: 930px;
	margin: 20px auto;
	font-family: helvetica neue, sans-serif;
    font-size: 0.875em;
}
*/
#timeline h1 {
	color: #007dc3;
	font-family: "serifa", rockwell, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.75em;
	line-height: 1;
}

#timeline h2 {
	margin-bottom: 10px;
	color: #6c6a6a;
	font-family: "acumin-pro-condensed", helvetica neue light, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1;
}

#timeline p {
	line-height: auto; /*1.3em;*/
	font-size:1.2em;
    text-align: justify;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#timeline ul {
	list-style-type: none;
	padding-left: 0px;
}
/*End of General Styling*/


/*Timeline Navigation Styling*/
#timelineNav {
	text-align: center;
    overflow: auto;
    width: 100%;
    padding: 5px 0 10px;
    margin: 20px 0 20px;
    border-top: #6c6a6a 2px solid;
    border-bottom: #6c6a6a 2px solid;
}

#timelineNav li {
	float: left;
	width: 8.3%;
}

#timelineNav li a {
	color: #007dc3;
	font-family: "acumin-pro-condensed", helvetica neue light, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1.45em;
	text-decoration: none;
}

#timelineNav li a:hover {
	color: #25b1ff
}
/*End of Timeline Navigation Styling*/


/*Timeline Specific Styling*/
#timeline date {
	display: block;
	color:#007dc3;
	font-family: "acumin-pro-condensed", helvetica neue light, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1.65em;
	line-height: 1;
}

#timeline entryTitle {
	display: block;
	color:#6c6a6a;
	font-family: "acumin-pro-condensed", helvetica neue light, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.3em;
}

#timeline blockquote {
	width:300px;
	font-style: italic;
	font-size: 1.1em;
	margin:10px auto;
	text-align: justify;
	line-height: auto;
		padding-bottom: 10px;
	margin-bottom: 0px;
}

#timeline p.quote {
	width:300px;
	text-align: right;
	margin:0 auto;
}

#timeline button {
	width: 200px;
	margin: 20px 116.5px;
	height: 50px;
	background-color: #007dc3;
	color: white;
	border-radius: 10px;
	border: none;
	font-family: "serifa", rockwell, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}

#timeline button:hover {
	background-color:#0b93d8;
}

#timeline button:active {
	-moz-box-shadow: inset 0 0 0 3px #007dc3;
	-webkit-box-shadow: inset 0 0 0 3px #007dc3;
	box-shadow: inset 0 0 0 3px #007dc3
}

#timeline .decadeMarker {
    width: 100px;
    height: 100px;
    background: #007dc3;
    border-radius: 60px;
    margin: 0 auto;
}

#timeline .decadeMarker date {
    color: white;
    text-align: center;
    padding: 32px 10px;
    font-size: 2em
}
/*End of Timeline Specific Styling*/


/*Timeline Text Styling*/
#timelineEntries li {
	width: 4px;
	margin: auto;
	background: #A0A0A0;
	position: relative;
}

#timelineEntries li div.entry {
	width: 420px;
	bottom: 0;
	clear: both;

}

#timelineEntries li:nth-child(odd) date, #timelineEntries li:nth-child(odd) entrytitle, #timelineEntries li:nth-child(odd) .entry div, #timelineEntries li:nth-child(odd) p, #timelineEntries li:nth-child(odd) blockquote, #timelineEntries li:nth-child(odd) button {
	left: -450px;
	position:relative;
}

#timelineEntries li:nth-child(even) date, #timelineEntries li:nth-child(even) entrytitle, #timelineEntries li:nth-child(even) .entry div, #timelineEntries li:nth-child(even) p, #timelineEntries li:nth-child(even) blockquote, #timelineEntries li:nth-child(even) button {
	left:33px;
	position:relative;
}

#timelineEntries li:nth-child(odd) date, #timelineEntries li:nth-child(odd) entrytitle {
	text-align: right;
}

#timelineEntries li:nth-child(odd) .entryLine {
	width: 450px;
	border:4px solid #007dc3;
	margin-top:10px;
	right:0px;
}

#timelineEntries li:nth-child(even) .entryLine {
	width: 450px;
	border:4px solid #007dc3;
	margin-top:10px;
	left:0px !important;
}

#timelineEntries li:nth-child(odd) .entryMarker {
	width: 20px;
	height: 20px;
	background: #007dc3;
	border-radius: 50%;
	top:-15px;
	left:-8px !important;
}

#timelineEntries li:nth-child(even) .entryMarker {
	width: 20px;
	height: 20px;
	background: #007dc3;
	border-radius: 50%;
	left:-8px !important;
	top:-14px;
}

#timelineEntries li:first-child {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 55px, #A0A0A0 56px);
	background: -webkit-linear-gradient(top,  #ffffff 55px, #A0A0A0 56px);
	background: linear-gradient(to bottom,  #ffffff 55px, #A0A0A0 56px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#A0A0A0',GradientType=0 );
	top:30px;
}

#timelineEntries li:last-child {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #A0A0A0 80px, #ffffff 81px);
	background: -webkit-linear-gradient(top,  #A0A0A0 80px, #ffffff 81px);
	background: linear-gradient(to bottom,  #A0A0A0 80px, #ffffff 81px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0A0A0', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 50px;
}
/*End of Timeline Text Styling*/


/*Timeline Image Styling*/
#imageContainerLeft {
	float:left;
	margin:0 20px 20px 0;
	z-index: 1;
}

#imageContainerRight {
	float:right;
	margin:0 0 20px 20px;
	z-index: 1;
}

.entry img {
	padding-bottom: 10px;
}

.wide150 {
	width:150px;
}

.wide200 {
	width:200px;
}

.wide200 {
	width:200px;
}

.wideFull {
	width:430px;
}

#imageContainerLeft p, #imageContainerRight p {
	font-size: 1em;
	line-height: auto;
	font-family: "acumin-pro-condensed", helvetica neue light, sans-serif;
	left:0 !important;
}
/*End of Timeline Image Styling*/