.loadframe{
	width: 100%;
	height: 100%;
	border: 0;
}

html, body, .iframecontainer, iframe{
	background-color: aqua;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

iframe {
	display: block;
	height: 100%;
}

.iframecontainer{
	display: block;
	position:fixed;
	left:0;
	width: 100%;
	border: 0;
}


.timeline{
	position: absolute;
	height: 60px;
	bottom:230px;
	width: 100%;
	z-index: 500;
	background-image: url('images/85_transparent_black.png');
	text-align: center;
}


.essay-outer{
	position: absolute;
	height: 230px;
	bottom: 0px;
	width: 100%;
	z-index: 500;
	overflow-y: hidden;
	overflow-x: scroll;
	font-size: 13px;
	line-height: 1.7;
	background-image: url('images/85_transparent_black.png');
	color: white;
}

.essay-inner{
	margin-top: -5px;
	width: 7000px;
	padding-left: 10px;
}

.essay-outer p{
	font-family: 'Arbutus Slab', serif;
}

.title{
	bottom: 200px;
	left: 15px;
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	z-index: 9999;
	line-height: 25px;
}

#clickme{
	width: 110px;
	height: 25px;
	background-color: rgba(255, 255, 255, 0.1);
	float: left;
	top:2px;
	position: relative;
	padding-top: 3px;
	font-family: Helvetica;
	font-size: 14px;
	color: rgba(255, 255, 255,.9);
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 50px;
	font-style: italic;
	padding-top: 8px;	
}


.date{
	width: 110px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.16);
	float: left;
	font-family: Helvetica;
	font-size: 24px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	padding-top: 3px;
}

a{
	text-decoration: none;
	color: rgba(255, 255, 255,0.4);
}

a:visited{
	text-decoration: none;
	color: rgba(255, 255, 255,0.4);
}

a:hover{
	text-decoration: none;
	color: rgba(255, 255, 255,.9);
}

a:active{
	text-decoration: none;
	color: rgba(255, 255, 255,.9);
}
