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

body {
	margin: 0;
	font-family: Century;
	background-color: #bfbfbd;
}

#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f4;
	-moz-box-shadow: 0px -2px 5px #888888;
	-webkit-box-shadow: 0px -2px 5px #888888;
	box-shadow: 0px -2px 5px #888888;
}

/*  These are the coming soon styles */

#comingsoon-container {

	width: 960px;
	height: 300px;
	margin: 100px auto 0px auto;
	text-align: center;		
	vertical-align: middle;
}


/*  These are end of the coming soon styles */


/* these are the nav styles */

#nav {
	height: auto;
	background-color: #10100e;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	color: #d7d4ce;
	font-size: .65em;
	text-transform: uppercase;
	padding: 10px 100px 10px 100px;	
}

#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
} 

#nav li {
	color: #d7d4ce;
	display: inline;
	margin-right: 30px;
}


/* these are the header styles */

#header {
	width: 1020px;
	margin-top: -36px;
	background-image: url('images/header-bkgd.png');
	background-position: top;
	background-repeat: no-repeat;	
}

#header-title {
	width: 770px;
	height: 213px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 136px;
}

#header-body {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	margin-bottom: 20px;
}

#header-body p {
	margin: 0;
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
}

#header-cta {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header-cta p {
	margin: 0px 0px 10px 0px;
	font-style: italic;	
	font-size: .8em;
}


/* these are the character nav section styles */

#character-section-rule-top {
	width: 1020px;
	height: 1px;
	margin-top: 45px;
	border-top: #92908b 1px solid;
	border-bottom: #92908b 1px solid;
	background-color: #f5f5f4;
	-moz-box-shadow: 0px 2px 14px 0px #565554;
	-webkit-box-shadow: 0px 2px 14px 0px #565554;
	box-shadow: 0px 2px 14px 0px #565554;
}

#character-section-rule-bottom {
	width: 1020px;
	height: 1px;
	margin-bottom: 78px;
	border-top: #92908b 1px solid;
	border-bottom: #92908b 1px solid;
	background-color: #f5f5f4;
	-moz-box-shadow: 0px -4px 14px 0px #565554;
	-webkit-box-shadow: 0px -4px 14px 0px #565554;
	box-shadow: 0px -4px 14px 0px #565554;
}

#character-section {
	width: 1020px;
	background-color: #d5d3d0;
}

#the-characters-title {
	width: 298px;
	height: 74px;
	padding-top: 30px;
	margin-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
}

#character-section-body {
	width: 740px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

#character-section-item {
	width: 110px;
	height: 140px;
	padding-right: 18px;
	padding-left: 18px;
	margin-bottom: 26px;
	float: left;
}

#character-section-item-img {
	width: 110px;
	height: 111px;
	margin-bottom: 8px;
	font-size: .65em;
	line-height: 9pt;
	text-align: center;
	text-transform: uppercase;
}

#character-section-item-img img {
	margin-bottom: 8px;
<!-->	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */ -->
}



/* these are the character chapter-body styles */

#character-top-cta {
	width: 160px;
	margin-top: -20px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .8em;
	margin-bottom: 20px;
}

#character-top-cta p {
	width: 160px;
	margin: 10px auto auto 0px;
	text-align: center;
	padding-left: 15px;
	font-size: .8em;
	font-style: italic;
}

#character-marquee-arrow-left {
	width: 37px;
	height: 71px;
}

#character-marquee-arrow-right {
	width: 37px;
	height: 71px;
}

#character-body {
	width: 1020px;
	background-color: #f5f5f4;
	font-size: 1em;
}

#character-body-title {
	width: 478px;
	height: 252px;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-left: 270px;
	margin-right: 270px;
}

#character-body-img {
	width: 478px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;	

}

#character-body p {
	width: 460px;
	font-size: 1em;
	text-align: justify;
	line-height: 1.6em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.image {
	width: auto;
	height: auto;
}

#character-end-nav {
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 160px;
	font-style: italic;	
	font-size: .8em;
}

#character-end-nav-rules {
	width: 462px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#character-end-nav-link-pre {
	width: 100px;
	text-align: left;
	float: left;
	clear: left;
}

#character-end-nav-link-pre img {
	float: left;
	margin-right: 5px;
}

#character-end-nav-link-next {
	width: 100px;
	text-align: right;
	float: right;
}

#character-end-nav-link-next img {
	float: right;
	margin-left: 5px;
}

#character-end-nav-link-mid {
	width: 280px;
	height: 30px;
	margin-top: -5px;
	padding-top: 7px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	float: left;
}


/* these are the character-body styles */

#character-body blockquote {
	margin: 0px 240px 0px ;
	padding: 0;
	position: relative;	
	width: 460px;
	clear: right;
}

#character-body blockquote:before,
#character-body blockquote:after {
	font-size: 4em;
	top: 4px;
	font-weight: bold;
	width: 40px;
}

#character-body blockquote:before {
	content: url(images/quote.png);
	right: 14px;
	display:block;
	position:relative;
	color: #92908b;
}

#character-body blockquote p {
	width: 460px;
	margin: -34px -20px 0 0;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 40px;
	text-align: left;
	font-size: 1.4em;
}


.dropcap {
	width:40px;
	height:40px;
	text-align:center;
	font-size:48px;
	line-height:50px;
	margin-right:8px;
	float:left;
	display:block;
	position:relative;
	top:1px;
	font-family: Century;
	font-weight: 400;
}


/* these are the meet the author, book and reference styles */

#author-container {
	width: 460px;
	margin: 44px auto 0px auto;
	padding-top: 0px;
}

#headshot {
	width: 160px;
	height: 160px;
	margin: 0px auto 40px auto;
	background-color: black;
	text-align: center;
}

#author-body {
	border-bottom: 1px solid #10100e;
	padding: 0px 0px 10px 0px;
	margin-bottom: 35px;
}

#author-body p {
	font-size: 1em;
	text-align: center;
	line-height: 1.6em;
	color: #10100e;
}


#author-links {
	width: 460px;
	text-align: center;
	margin-bottom: 120px;
}

#author-links ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
} 

#author-links li {
	color: #10100e;
	font-style: italic;
	font-size: .9em;
	display: inline;
	margin: 0px 15px 0px 15px;
}

#book-body-images {
	width: 460px;
	margin: 40px auto 50px auto;
}

#book-body-images img {
	padding-bottom: 20px;
}

#references-container {
	width: 460px;
	margin: 30px auto 0px auto;
	padding-top: 30px;
}

#references-body {
	padding: 0px 15px 10px 15px;
	margin-bottom: 100px;
}

#references-body p {
	font-size: 1em;
	text-align: center;
	line-height: 1.6em;
	color: #10100e;
	padding: 0px 30px 0px 30px;
}

#references-body ul {
	border-top: 1px solid #10100e;
	border-bottom: 1px solid #10100e;
	list-style-type:none;
	margin: 40px 0px 0px 0px;
	padding: 40px 10px 30px 10px;
	text-align: center;
} 

#references-body li {
	list-style-type: none;
	font-size: .8em;
	text-align: center;
	margin-bottom: 10px;
}


/* these are the footer styles */

#footer {
	width: 1020px;
}

#footer-top {
	width: 1020px;
	height: 180px;
	padding-bottom: 0px;
	background-color: #d5d3d0;
}

#footer-top-description {
	width: 340px;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 80px;
	float: left;
}

#footer-top-description p {
	font-style: italic;
	font-size: .9em;
	color: #262625;
	margin: 0px;
	line-height: 28px;
}

#footer-top-description h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 28px;
	color: #262625;
}

.footer-top-col {
	width: 160px;
	margin-top: 30px;
	margin-right: 20px;
	float: left;
}

.footer-top-col h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 28px;
	color: #262625;
}

.footer-top-col p {
	font-size: .9em;
	margin: 0px;
	line-height: 28px;
	color: #262625;
}

#footer-back-to-top {
	width: 26px;
	height: 32px;
	float: right;
	padding-right: 50px;
	margin-top: 35px;
	background: url(images/btt.png) no-repeat;
	padding-bottom: 12px;
	display: block;
}

#footer-back-to-top a:hover {
	background: url(images/btt-hover.png) no-repeat;
	display: block;
	height: 32px;
}

#footer-rule-top {
	width: 1020px;
	height: 1px;
	margin-top: 45px;
	border-top: #92908b 1px solid;
	border-bottom: #92908b 1px solid;
	background-color: #f5f5f4;
	-moz-box-shadow: 0px 2px 14px 0px #565554;
	-webkit-box-shadow: 0px 2px 14px 0px #565554;
	box-shadow: 0px 2px 14px 0px #565554;
}

#footer-rule-bottom {
	width: 1020px;
	height: 1px;
	margin: 0;
	border-top: #92908b 1px solid;
	border-bottom: #92908b 1px solid;
	background-color: #262625;
	-moz-box-shadow: 0px -4px 14px 0px #565554;
	-webkit-box-shadow: 0px -4px 14px 0px #565554;
	box-shadow: 0px -4px 14px 0px #565554;
}

#footer-bottom {
	background-color: #262625;
	margin: 0px;
}

#footer-bottom p {
	margin: 0;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	font-size: .8em;
	color: #d7d4ce;
}


/* these are the link styles */

#nav a:link {
	color: #d7d4ce;
	text-decoration: none;
}

#nav a:visited {
	color: #d7d4ce;
	text-decoration: none;
}

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

#nav a:active {
	color: #d7d4ce;
	text-decoration: none;
}

#header-cta a:link {
	color: #040404;
	text-decoration: none;
}

#header-cta a:visited {
	color: #040404;
	text-decoration: none;
}

#header-cta a:hover {
	color: #040404;
	text-decoration: underline;
}

#header-cta a:active {
	color: #040404;
	text-decoration: none;
}

#character-top-cta a:link {
	color: #040404;
	text-decoration: none;
}

#character-top-cta a:visited {
	color: #040404;
	text-decoration: none;
}

#character-top-cta a:hover {
	color: #040404;
	text-decoration: underline;
}

#character-top-cta a:active {
	color: #040404;
	text-decoration: none;
}

#character-end-nav a:link {
	color: #040404;
	text-decoration: none;
}

#character-end-nav a:visited {
	color: #040404;
	text-decoration: none;
}

#character-end-nav a:hover {
	color: #040404;
	text-decoration: underline;
}

#character-end-nav a:active {
	color: #040404;
	text-decoration: none;
}

#character-section a:link {
	color: #040404;
	text-decoration: none;
}

#character-section a:visited {
	color: #040404;
	text-decoration: none;
}

#character-section a:hover {
	color: #040404;
	text-decoration: underline;
}

#character-section a:active {
	color: #040404;
	text-decoration: none;
}

#author-links a:link {
	color: #040404;
	text-decoration: none;
}

#author-links a:visited {
	color: #040404;
	text-decoration: none;
}

#author-links a:hover {
	color: #040404;
	text-decoration: underline;
}

#author-links a:active {
	color: #040404;
	text-decoration: none;
}

#author-body a:link {
	color: #040404;
	text-decoration: none;
}

#author-body a:visited {
	color: #040404;
	text-decoration: none;
}

#author-body a:hover {
	color: #040404;
	text-decoration: underline;
}

#author-body a:active {
	color: #040404;
	text-decoration: none;
}

#footer a:link {
	color: #040404;
	text-decoration: none;
}

#footer a:visited {
	color: #040404;
	text-decoration: none;
}

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

#footer a:active {
	color: #040404;
	text-decoration: none;
}