<style>/*ZOE style sheet*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
em, font, img,
strong, sub, sup,
b, u, i, center, ol, ul, li, form,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}




.clear{
	clear: both;
}


body{
	font-family: 'Karla', 'arial', 'sans-serif';
	font-size: 12px;
	color: #555;
	background-color: #262161;
	background-image: url('../web_xlarge/img_028564.jpg');
	background-repeat: no-repeat center center;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
}


#master_container{
}

#header{
	position: fixed;
	top: 0;
	width: 100%;
	background:  url("images/overlays/ov_000000.70.png");
	height: 80px;
	z-index:  500;
}
#header_date{
	float: right;
	color: #fff;
	font-size: 26px;
	margin: 16px 36px 0 0;
	height: 40px;
	line-height: 1.5em;
}
#header_date i{
	font-size: 26px;
	cursor: pointer;
}
#header_icons{
	color: #fff;
	font-size: 26px;
	float: left;
	padding: 26px;
}

#header_icons i{
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}

#overlay{
	border-top: 1px solid #fff;
	background: url("images/overlays/ov_.50.png");
	height: 420px;
	margin-top: 100px;
}
#overlay_full{
	width: 100%;
	height: calc(100vh - 90px);
	position: relative;
	top: 80px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#search{
	position: fixed;
	top: 12px;
	right: 12px;
	width: 20vw;
	min-width: 120px;
	z-index: 300;
}
#search input{
	width: 100%;
	height: 30px;
	border-radius: 7px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url('../timeline/images/search.png');
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 8%;
	padding-left: 8px;
	font-size: 16px;
	color: #fff;
}
#hp_content{
	height: 98vh;
	width: 98vw;
	position: relative;
}

#the_year{
	position: absolute;
	bottom: 1vh;
	width: 25vh;
	left: calc(50% - 10vh);
	border-radius: 12px;
	height: 10vh;
	font-size: 10vh;
	background: url('images/overlays/ov_000000.30.png');
	color: #fff;
	font-family: 'Karla', Arial;
}
html {
  --scrollbarBG: rgba(0,0.5,0.75,0.2);
  --thumbBG: #ffcc00;
}
#timeline_container, #thumb_container{
	z-index: 200;
	position: absolute;
	bottom: 12vh;
	width: 100vw;
	margin: auto;
	height: 150px;
	overflow: auto;
	background: url('images/overlays/ov_000000.30.png');
	 /* Foreground, Background */
	 scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	 scrollbar-width: thin;
}
#timeline_container::-webkit-scrollbar, #thub_container::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
#timeline_container::-webkit-scrollbar-track, #thumb_container::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#timeline_container::-webkit-scrollbar-thumb#thumb_container::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
}

#timeline{
	font-family: arial;
	width: auto;
	margin: 16px 0 0;
	white-space: nowrap;
}

#timeline .years{
	display: inline-block;
}

.panel{
	cursor: pointer;
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 4px;
	background: #fff;
	padding: 5px;
	text-align: center;
	margin:  0 6px;
	color: #000;
	font-family: 'Karla', Arial;
	font-weight: 400;
}
.panel div{
	pointer-events: none;
}
.panel .panel_month{
	margin-top: 2px;
	font-size: 20px;
	text-transform: uppercase;
}
.panel .panel_date{
	font-size: 45px;
}
.panel .panel_year{
	font-size: 14px;
	color:  #aaa;
}
.panel_pictures{
	float: right;
	height: 20px;
	width: 40%;
}
.panel_movies{
	float: left;
	height: 20px;
	width: 40%;
}
.panel_movies:after{
	content: url('../timeline/images/movie_icon.png');
	position: relative;
	top: 4px;
	left: 4px;
}

.panel_pictures:after{
	content: url('../timeline/images/picture_icon.png');
	position: relative;
	top: 4px;
	left: 4px;
}

#thumb_container{
	height: 100px;
	bottom: 2px;
}
#thumbs{
	width: auto;
	white-space: nowrap;
	margin-top:  12px;
}
#thumb_container img{
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 2px;
	border: 1px solid #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

#thumb_container img.on{
	border: 1px solid #000 !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}



#preview_slides{
	z-index: 100;
	position: relative;
	left: 20vw;
	top: 10vh;
	width: 25vw;
	height: 25vw;
}
#preview_slides .preview{
	position: absolute;
	height: 80%;
	width: 80%;
	background-size: cover;
	background-position: center center;
	border: 3px solid #fff;
}

#preview_slides #preview_1{
	transform: rotate(-12deg);
}
#preview_slides #preview_2{
	transform: rotate(12deg);
	top: 6vw;
	left: 16vw;
}

#preview_slides #preview_3{
	transform: rotate(20deg);
	top: 0;
	left: 35vw;
}

#video_container{
	max-width: 1000px;
	margin: auto;
	border: 3px solid #000;
	background: #000;
}
#video_container video{
	width: 100%;
}

#video_thumbs{
	min-width: 300px;
	max-width: 1000px;
	margin: auto;
	background: rgba(0,0,0,0.8);
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
#video_thumbs .video_row{
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 5px;
	margin: 5px 0;
	cursor: pointer;
}
#video_thumbs .video_thumb{
	width: 100px;
	height: 70px;
	float: left;
}

#video_thumbs .video_thumb img{
	max-width: 100%;
	max-height: 100%;
	float: left;
}

#video_thumbs .video_title{
	float: left;
	color: #fff;
	padding-left: 20px;
	font-size: 18px;
	width: calculate(100% - 120px);
}

/*pictures*/


.left_arrow{
	width: 25vw;
	height: calc(100vh - 200px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.right_arrow{
	width: 25vw;
	height: calc(100vh - 200px);
	position: absolute;
	top: 0;
	right: 0;
}
.left_arrow img, .right_arrow img{
	cursor: pointer;
}

.slideshow_container{
	position: absolute;
	top: -80px;
	width: 100vw;
	height: 100vh;
	text-align: center;
}

#slideshow{
	text-align: center;
	width: 100vw;
	height: 100vh;
}
.writeup{
	margin: 100px auto 0;
	max-width: 700px;
	overflow-x: auto;
	max-height: 80vh;
}
.fade-box {
	width: 100vw;
	height: 100vh;
	position: absolute;
	text-align: center;
}
.fade-box img{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	max-width: 99%;
	max-height: 99%;
	border: 2px solid #000;
	margin: auto;
}

.description{
	font-style: italic;
	font-size: 16px;
	line-height: 1.6em;
	background: none;
	color: #333;
	text-align: left;
	background: url("images/overlays/ov_eeeeee.10.png");
	overflow: auto;
}


#mediaplayer{
	margin: 100px auto;
	border: 1px solid #fff;
}

.smaller{
	font-size: 12px;
	font-weight: normal;
	font-family: calibri, verdana, arial, helvetica, sans-serif;
}


a:link, a:visited{
	color: #6e3ead;
}
a:hover{
	color: #999;
}

a.white{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width: 450px) {
	#header{
		height: 90px;
	}

	#header_date{
		float: none;
		margin: 16px auto;
		font-size: 18px;
		height: 20px;
	}
	#header_date i{
		font-size: 18px;
	}
	#header_icons{
		color: #fff;
		font-size: 22px;
		float: none;
		margin: 5px auto;
		padding: 0;
	}
	#thumb_container{
		bottom: 10vh;
	}
	
}
