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

BODY {
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #f3f3f3;
	text-align: center;
	margin: 0px;
}

div {
	border: none;
}


h2 {
	padding: 0;
	margin: 0;
	color: #BABABA;
}

a {
	border: 0px;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #3B89A8;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #DFE55C;
	text-decoration: underline;
}

#wrapper {
	position: fixed;
	width: 1026px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -513px;
}

#loading {
	background-image: url(images/loading.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 445px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -145px;
	z-index: 0px;
}

#comicstrip {
	margin-left: -60px;
}

#left {
	position: fixed;
	height: 100%;
	width: 150px;
	top: 0px;
	bottom: 0px;
	background-color: #f3f3f3;
	text-align: center;
	float: left;
}

#title {
	position: relative;
	top: 50px;
}

#right {
	float: right;
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 210px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #737373;
	text-align: center;
}

.stripe {
	height: 100%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #737373;
	text-align: center;
}

#left .stripe {
	height: 100%;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #f3f3f3;
	text-align: center;
}

#rightnav {
	position: relative;
	top: 50px;
	height: 457px;
}

.nowon {
	color: #1e1e1e;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 50px;
}

.alsoread .nowon {
	color: #1e1e1e;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0;
}

#nav {
	line-height: 15px;
}

.nav-item {
	margin-bottom: 5px;
}

.nav-item a {
	color: #000000;
}

.nav-item a.hover {
	color: #DFE55C; 
}

.link-item {
	margin-top: 4px;
	color: #DFE55C;
	font-size: 14px;
	padding-bottom: 3px;
}

.link-item em {
	color: #1e1e1e;
	font-size: 12px;
	line-height: 10px;
}

.link-item a {
	color: #DFE55C; 
}

.link-item a.older {
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
}

.try-item {
	margin-top: 4px;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 14px;
}

.try-item a {
	color: #1E1E1E;
}

.underline {
	height: 1px;
	background-color: #1E1E1E;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.underline2 {
	height: 1px;
	background-color: #3F3F3F;
	width: 102px;
	margin-bottom: 15px;
}

.underline-white1 {
	height: 1px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}

.underline-white2 {
	height: 1px;
	background-color: #FFFFFF;
	margin-top: 25px;
}

#tag {
	color: #FFFFFF;
	font-size: 14px;
}

#tag2 {
	color: #FFFFFF;
	font-size: 14px;
}

.tagline1 {
	padding-bottom: 10px;
}

.menu {
	text-align: left;
	padding: 10px;
}

#tag h2 {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 1px 0;
	color: #FFFFFF;
}

.alsoread {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 345px;
	padding: 15px 25px;
	background-color: #b3b3b3;
}

.alsoread h2 {
	font-size: 18px;
	color: #FFF;
}

.update {
	margin: 5px 0 10px 0;
	color: #BABABA;
	font-style: italic;
	font-weight: normal;
}

.update a {
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

/*About Section*/

#main-window {
	text-align: left;
	width: 648px;
	height: 100%;
	padding-top: 100px;
	background-color: #000000;
	position: absolute;
	left: 50%;
	margin-left: -354px;
}

.emph {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #3B89A8;
}

.emph h2 {
	font-size: 22px;
	color: #3B89A8;
}

.shh {
	background-color: #000000;
}

.about1 {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0px;
	font-size: 15px;
	color: #FFFFFF;
	padding-right: 100px;
	padding-left: 100px;
}

.about2 {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 15px;
	color: #FFFFFF;
	padding-right: 100px;
	padding-left: 100px;
}

/*Chapters Section*/

.chapterselect {
	text-align: left;
	width: 348px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000000;
	padding-right: 150px;
	padding-left: 150px;
	position: absolute;
	left: 50%;
	margin-left: -354px;
}

.chapter-item {
	font-size: 18px;
}

.chapter-item h2 {
	font-size: 18px;
}

.chapter-item-off {
	color: #3F3F3F;
}
	
.underline3 {
	height: 1px;
	background-color: #1E1E1E;
	margin: 15px;
}

.chaptertitle {
	font-weight: normal; 
	font-size: 15px;
	color: #FFFFFF;
}