
		::selection {background:#ed1c24;}
		::-webkit-selection {background:#ed1c24;}
		::-moz-selection {background:#ed1c24;}

body {
	margin:0;
	font-family: "Karla";
	background-color: rgb(245, 245, 245);
	
}


a:link {
	text-decoration:none;
	color:#ed1c24;
}

a:hover {
	text-decoration:underline;
}
.fullScreen {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding:50px;
	border-bottom:10px solid #000;
}

#fullText {
	font-size:1.5em;
	width:100%;
	height:600px;
}

.field {
	outline:none;
	padding:10px;
	font-size:2em;
	font-family: times;
}

.textOption {
	cursor:pointer;
}

.bookForm,
.chapterContainer {
	float:left;
	width:45%;
}

.bookForm {
	padding:50px;
}

.bookForm .field{
	margin-bottom:10px;
}

.field {
	border:none;
}


#hidden-bounds {
	visibility:hidden;
	width:1px;
	height:1px;
	overflow:hidden;
}

.chapter {
	margin: 10px 50px;
	float: left;
	width: 500px;
	height: 80px;
	overflow: hidden;

}
.chapterTitle {
	width:500px;
	margin-bottom:20px;
}
	
.chapterBody {
	width:500px;
	height:700px;


}

.chapters {
	margin-top:230px;
}


.logo {
	margin:10px 50px;
}

#pastCollections {
	margin-left:50px;
	font-size:0.8em;
	line-height:1.5em;
}

/*
button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border-radius:10px;	
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:karla;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	text-decoration:none;
	text-align:center;
	outline:none;
}
button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
button:active {
	position:relative;
	top:1px;
}
*/


button {
	cursor: pointer;
	font-weight: bold;
	font-size:20px;
	background: rgb(245,245,245);
	padding: 13px;
	border: 4px solid #000;
	margin-left:	20px;
	outline:0;
}

button:hover {
	text-decoration:none;
	background:black;
	color:rgb(245,245,245);
	border: 4px solid rgb(245,245,245);
	
}


.menu-item {
	cursor: pointer;
	font-weight: bold;
	display: block;
	padding: 10px;
	border: 4px solid #000;
	width: auto;
	float: left;

	margin:5px 20px 5px 0;
}

.menu-item:hover {
	text-decoration:none;
	background:black;
	color:rgb(245,245,245);
	border: 4px solid rgb(245,245,245);
	
}


#texURL {
	visibility:hidden;
}

#footer {
	background:#F00;
	border-bottom:none;
}

.intro {
	width:45%;
	margin:15px 0;
}

#test {
position:fixed;	
right:10px;
top:10px;
font-size:0.2em;
width:10%;
height:1000px;
overflow:scroll;
}

.last {
	transition: all 0.3s;
}

#zipURL {
	visibility:hidden;
}