@CHARSET "UTF-8";

@font-face {
    font-family: "Tex";
    src: url(texgyreadventor-regular.otf) format("truetype");
    font-weight: lighter;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	min-width: 1150px;
	min-height: 700px;
}

div#textContainer {
	position: absolute;
	top: 50px;
	width: 50%;
	min-width: 650px;
	background-color:rgb(230,230,230);
	height: 0px;
	padding-left: 100px;
	z-index: 1;
}

div.textBlock {
	position: relative;
	float: right;
	width: 600px;
	padding-right: 50px;
}

div.textBlock p {
	font-family: "Tex", "Helvetica", Sans-serif;
	font-size: 20px;
	color: grey;
	text-align: justify;
	line-height: 35px;
}

div.mouseText {
	position: absolute;
	width: 30px;
	height: 30px;
	font-family: "Tex", "Helvetica", Sans-serif;
	font-size: 20px;
	font-style: italic; 
	color: #9D4C60;
	text-align: center;
	z-index: 2;
}

.chapterSelect {
	position: relative;
	cursor: pointer;
}

.scatterText {
	/*color: rgb(200,200,200);*/
	position: relative;
	cursor: pointer;
}

.revealText {
	position: relative;
	color: grey;
	background-color: grey;
}

.imageText {
	/*color: rgb(200,200,200);*/
	position: relative;
	cursor: pointer;
}

.branchImage {
	position: relative;
	float: left;
	width: 300px;
	height: auto;
	padding-left: 20px;
}

div.branchImageContainer {
	position: absolute;
	width: 25%;
	min-width: 270px;
	/*background-color:rgb(245,245,245);*/
	height: auto;
	padding-right: 100px;
	visibility: hidden;
	float: right;
	clear: right;
}

.branchText {
	/*color: rgb(200,200,200);*/
	position: relative;
	cursor: pointer;
}

.branchParagraph {
	position: relative;
	float: left;
	width: 300px;
	padding-left: 50px;
	font-family: "Tex", "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #9D4C60;
	text-align: justify;
}

div.branchParagraphContainer {
	position: absolute;
	width: 25%;
	min-width: 300px;
	background-color:#F0E4E7;
	height: auto;
	padding-right: 100px;
	visibility: hidden;
	float: right;
	clear: right;
}

.branchAnimatedText {
	color: #9D4C60;
	font-size: 18px;
	font-family: "Tex", "Helvetica", Sans-serif;
	position: absolute;
	z-index: 2;
}

div#ToC_progress_bar {
	position: relative;
	width: 100%;
	height: 20px;
	bottom: 0px;
	background-color: lightgrey;
}

div#progress_bar {
	position: relative;
	width: 100%;
	height: 20px;
	bottom: 0px;
	background-color: lightgrey;
}

div.progress_square {
	height: 20px;
	background-color: lightgrey;
	float: left;
}

div#nextProgSquare {
	cursor: pointer;
	overflow: hidden;
}