.italic {
	font-family:'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
}
.roman {
	font-family:'Playfair Display', serif;
	font-weight: 400;	

}
.bold {
	font-family:'Playfair Display', serif;
	font-weight: 700;
}
.display {
	font-family:'Raleway', sans-serif;
	font-weight: 600;
}
.section {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sectionimg {
	width:1000px;
	height:200px;
	position: relative;
}
#landingSection {
	height: 550px;
}

#title {
	position: relative;
	width: 320px;
	margin: 10px 280px 10px 360px;
	top: -140px;
}
#micahName {
	font-size: 2.5em;
}
#tagline {
	margin-top: -30px;
	margin-right: -30px;
	float: right;
}
#downArrow {
	position: relative;
	margin: 10px 466px 10px 466px;
	top: -55px;
}

#navigation {
	width: 100%;
	background-color: white;
}

#innerNav {
	width: 600px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 30px;
	margin-bottom: 30px;
}

.stickNav { 
	position: fixed;
    top: 0px;
	z-index: 100;
}

.navLink {
	float: left;
	margin: 10px 34px 10px 34px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: underline;
}
#bookTitle{
	position: relative;
	margin: 10px 523px 10px 363px;
	top: -150px;
}
#bookLine1 {
	position: relative;
	top: -193px;
}
#bookLine2 {
	position: relative;
	top: -100px;
}

#bookSlider{
	width: 900px;
	height: 378px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
	margin-right: 50px;
}

#sliders{
	display: absolute;
	width: 1000px;
	height: 343px;
}
#bookNav {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
}

.bookNavBox {
	width: 260px;
	height: 106px;
	position: relative;
	float: left;
	top: 125px;
	text-align: center;
}
.books {
	width: 900px;
	height: 273px;
	margin: 50px 0px 50px 0px;
}

.bookTitleBox {
	width: 260px;
	height: 100px;
	text-align: center;
	float: left;
	margin: 75px;
}

.bookInfo {
	width: 335px;
    height: 273px;
    font-size: .8em;
    position: relative;
    float: right;
    right: 100px;
    overflow: scroll;
}
.pmargin0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#miscSection{
	height: 350px;
}

#miscTitle {
	position: relative;
	margin: 10px 520px 10px 400px;
	top: -153px;
}

#miscLine1 {
	position: relative;
	top: -196px;
	left: 250px;
}

#miscLine2 {
	position: relative;
	top: -100px;
}

.miscText {
	width: 500px;
	margin-left: 495px;
	float: left;
	position: relative;
	top: -25px;

}

.miscMain {
	font-size: 1em;
	float: left;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;

}

.miscSub {
	font-size: .7em;
	float: left;
	margin-top: 7px;
	margin-left: 4px;

}

#bioSection {
	height: 850px;
}

#bioTitle {
	position: relative;
	margin: 0px 750px 0px 180px;
	top: -142px;
}

#bioLine1 {
	position: relative;
	top: -185px;
	right: 382px;
}

#bioLine2 {
	position: relative;
	top: -100px;
}

#bioBody {
	position: relative;
	width: 1000px;
	height: 375px;
}

#bioText1 {
	width: 400px;
	margin: 40px 30px 0px 40px;
	float: left;
	position: relative;
}

#bioText2 {
	width: 450px;
	margin: 65px 0px 0px 30px;
	float: left;
	position: relative;
}

#currently {
	position: relative;
	width: 1000px;
	height: 400px;
}

#currentlyTitle {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	position: relative;
	float: left;
	left: -125px;
	top: 110px;
	width: 320px;
	text-align: center;
}

#currentlyBoxes {
	width: 1000px;
	height: 320px;
	position: relative;
	float: right;
	top: -80px;
	padding: 15px 0px 0px 0px; 
}

.currentlyBox {
	width: 275px;
	height: 100px;
	background-color: #9E9E9E;
	float: right;
	position: relative;
	margin: 15px;
}

.currentlyIcon {
	width: 50px;
	height: 50px;
	float: left;
	padding: 25px;
}

.currentlyText {
	width: 173px;
	height: 85px;
	float: left;
	font-size: 14px;
	color: black;
	padding: 15px 0px 0px 0px;
}

#write {
	width: 130px;
}

#currentlyWrite:hover{
	background-color: #BDBDBD;
}

#lightbox {
	position: absolute;
	top: 20;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
	border: 3px solid #9E9E9E;
	padding: 25px;
	overflow: scroll;
}

#shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

#deleteButton {
	position: relative;
	float: right;
	height:25px;
	width:25px;
	background-color: #9E9E9E;
	border: 1px solid black;
	color: black;
	font-size:12px;
}

#contactSection {
	width: 1000px;
	height: 425px;
	position: relative;
	top: 25px;
}

#contactImg {
	top: -100px;
}

#contactLine1 {
	position: relative;
	top: -200px;
}

#contactLine2 {
	position: relative;
	top: -100px;
}

#contactTitle {
	position: relative;
	top: -158px;
	left: 275px;
	width: 160px;
}

#contactInfo {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 75px;
}

#contactStuff{
	width: 210px;
	float: left;
}

#agent {
	text-decoration: underline;
}

#footer {
	width: 1000px;
	height: 25px;
	background-color: #D6D6D6;
	color: black;
	text-align: center;
	font-size: .8em;
}

#copyright {
	position: relative;
	top: 4px;
}