@charset "UTF-8";
/* CSS Document */

body {
	background: #0d1010;
	text-align: center;
	}


/*links*/  

a {
	text-decoration:  none;
	}

a:link {
	color: #f8fc88;
	}

a:visited {
	color: #f8fc88;
	}

a:active {
	color: #f8fc88;
	}

a:hover {
	color: #a0b29e;
	}
	
	
a.ctitle {
	text-decoration:  none;
	}

a.ctitle:link {
	color: #2a2f2f;
	}

a.ctitle:visited {
	color: #2a2f2f;
	}

a.ctitle:active {
	color: #2a2f2f;
	}

a.ctitle:hover {
	color: #849482;
	}
	
	
a.clink {
	text-decoration:  none;
	}

a.clink:link {
	color: #849482;
	}

a.clink:visited {
	color: #849482;
	}

a.clink:active {
	color: #849482;
	}

a.clink:hover {
	color: #2a2f2f;
	}
	
	
/*headers*/

h1 {
	color: #f8fc88;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: left;
	}

.title {
	font-size: 30px;
	}
	
.author {
	font-size: 15px;
	}

.chapters {
	font-size: 10px;
	
	} 
	
h2 { color: #2a2f2f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: left;
	}

.chapterhead { 
	font-size: 20px;
	}

.byline {
	font-size:12px;
	}

/*copy tags*/

p {
	color: #849482;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 180%;
	text-align: left;
	padding: 30px;
	}
	
.copy {
	font-size: 13px;
	}

/*div tags*/

div#container {
	width: 873px;
	margin-top: 110px;
	margin-bottom: 110px;
}

div#chaptercontainer {
	position: relative;
	width: 520px;
	height: 2500px;
	
}
	

div#image {
	width: 873px;
	position: relative;
	padding-top: 0px;

}

/*img tagzzzzz*/

.yellow {
	z-index: 1;
	position: absolute;
	left: 0px;
	}

.red {
	z-index: 2;
	position: absolute;
	left: 0px;
	}
	
.purple {
	z-index: 3;
	position: absolute;
	left: 0px;
	}
	
.blue {
	z-index: 4;
	position: absolute;
	left: 0px;
	}
	
.earth {
	z-index: 5;
	position: absolute;
	left: 0px;
	}
	
.cactus {
	z-index: 6;
	position: absolute;
	left: 0px;
	}

.titlecopy {
	z-index: 7;
	position: absolute;
	left: 550px;
	padding-top: 250px;
	}
	
.copycontainer {
	z-index: 2;
	background-color: #323931;
	width: 450px;
	position: absolute;
	left: 0px;
	top: 150px;
	margin-bottom: 200px;
	}

.copycontainerhead {
	z-index: 4;
	width: 450px;
	position: absolute;
	left: 5px;
	top: 70px;
	}
	
.copycontainertop {
	z-index: 3;
	width: 450px;
	position: absolute;
	left: 0px;
	top: 130px;
	}
	
.moonlightcactus {
	z-index: 1;
	position: absolute;
	left: 430px;
	top: 100px;
	}

.bottom {
	position: relative;
	bottom: -10px;
	left: 0px;
	}
	

	
