@charset "utf-8";
/* CSS Document */

.b-nav{
	position: absolute;
	margin-top: 750px;
	padding-left: 460px;
	font-weight: bold;
}
	
/*================================================================================================================================
====================================================Navigation====================================================================
================================================================================================================================*/
.navalign{
	width: 900px;
	height: 5px;
	margin-left: 348px;
}

.navhome a.current, a.current:hover, a.current:active{
	background: url(../Images/nav/button-combo.jpg) no-repeat -381px;
	height:40px;
	width: 120px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

.navcurrent-chapter a.current, a.current:hover, a.current:active{
	background: url(../Images/nav/button-combo.jpg) no-repeat -381px;
	height: 50px;
	width: 119px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

.navage a.current, a.current:hover, a.current:active{
	background: url(../Images/nav/button-combo.jpg) no-repeat -381px;
	height: 50px;
	width: 165px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

/*---------------Home-----------------------------------*/
.navhome a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 40px;
	width: 115px;
	margin-left: 0px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 33px;
	padding-left: 67px;
}

.navhome a:hover{
	background-position: -191px;
	height:40px;
	width: 115px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navhome a:active{
	background-position: -381px;
	height:40px;
	width: 115px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

/*-------------------------Current Chapter----------------------------------*/
.navcurrent-chapter a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 50px;
	width: 119px;
	margin-left: 240px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 23px;
	padding-left: 63px;
}

.navcurrent-chapter a:hover{
	background-position: -191px;
	height:50px;
	width: 119px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navcurrent-chapter a:active{
	background-position: -381px;
	height:50px;
	width: 119px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}


/*-------------------------Age of Consequences----------------------------*/
.navage a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 50px;
	width: 165px;
	margin-left: 480px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 24px;
	padding-left: 19px;
}

.navage a:hover{
	background-position: -191px;
	height:50px;
	width: 165px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navage a:active{
	background-position: -381px;
	height:50px;
	width: 165px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}
