/*  
Originally created by Juxtaprose, (c) copyright 2009
http://juxtaprose.com/
*/

body {
	background: #383838; 
	color: #000;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 980px;
	background: #fff;
	border: 3px solid #000;
	text-align: left;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 242px;
	background-color: #000;	
	background-image: url("images/masthead-columns.jpg");
	background-position: 178px 0;
	background-repeat: no-repeat;
	border-bottom: 4px solid #000;	
	overflow: hidden;
}

#masthead img {
	border: 0;
}

#masthead div {
	position: absolute;
	left: 235px;
	top: 35px;
	width: 714px;
	height: 179px;
	background-image: url("images/opaq-white-60.png");
	background-repeat: repeat;	
	border: 1px solid #5c5c5c;
}

#masthead h1, #masthead h3 {
	position: absolute;
	top: 26px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 344px;
	height: 133px;
	background-image: url("images/masthead-rnp-heading.png");
	background-repeat: no-repeat;		
}

#masthead h1 a, #masthead h3 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 344px;
	height: 133px;
}

#masthead a { /* only for people w/ images off */
	color: #fff; 
	font-size: 3.0em;
}

#masthead p {
	position: absolute;
	top: 64px;
	left: 469px;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 45px;
	background-image: url("images/masthead-tagline.png");
}

#masthead span {
	display: none;
}

/* page structural elements */
#sidebar {
	float: right;
	display: inline; /* ie6 only */
	width: 182px;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: left;
	overflow: hidden;	
}

#main {
	float: right;
	display: inline; /* ie6 only */
	height: 500px; /* ie6 only */
	min-height: 500px;
	width: 716px;
	margin: 45px 28px 0 54px;
	padding-bottom: 30px;
}

.home #main {
	margin: 20px 28px 0 54px;
	padding-bottom: 0;	
}

.home #sidebar {
	padding-bottom: 0;
}

html>body #main {
	height: auto; /* override ie6-only rule above */
}

/* common styles (main and sidebar) */
#main a, #sidebar a, body.subscribe a { 
	color: #8a3d27;	
}

a.more, a.more2 { 
	font-size: 0.9em !important;
	text-transform: uppercase !important;
}

a.more2 {
	color: #d76923 !important;
}

#main a:hover, #sidebar a:hover, body.subscribe a:hover { 
	color: #fff;
	background: #8a3d27;
}

a.more2:hover {
	color: #fff !important;
	background: #d76923 !important;	
}

a.imglink {
	color: #fff !important;
	background: #fff !important;	
	border: 0 !important;	
}

a.imglink img {
	border: 0 !important;
}	

/* main text and inline elements */
#main p, #main ul, #main ol {
	color: #000;
	font-size: 1.1667em;
	line-height: 2.0em;
}

#main h1 {
	margin: 0;
	color: #8a3d27;	
	font-size: 2.0em;
	font-weight: normal;	
	text-transform: uppercase;	
}

#main h2 {
	margin: 10px 0 3px 0;
	color: #8a3d27;	
	font-size: 1.65em;
	font-weight: normal;
}

#main h2.hometitle {
	margin: 0;
	color: #8a3d27;	
	font-size: 3.0em;
	font-weight: normal;	
	text-transform: uppercase;	
}

#main h3 {
	margin: 15px 0 0 0;
	color: #8a3d27;	
	font-size: 1.3em;
	font-weight: normal;
}

#main h3.introline {
	margin: 0 0 2px 0 !important;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
}

#main h1 a, #main h2 a {
	text-decoration: none;
}

#main h1 a:hover, #main h2 a:hover {
	color: #8a3d27;	
	background: #fff;
	text-decoration: underline;
}

/* main pullzone and boxes */
#main .pullzone {
	float: right;
	display: inline; /* ie6-only */
	width: 220px;
	margin: 0 0 20px 25px;
	padding: 0;	
}

#main .pullzone p {
	margin: 5px 0 0 0;
	font-size: 1.0em;
	line-height: 1.0em;
}

#main .pullzone img.bookicon {
	margin: 5px 2px -10px 0;
}

#main .pullzone a.audio {
	background: #fff !important;
}

#main .pullzone a.audio span { /* JS, no flash */
	padding: 0 15px;
	line-height: 1.6em;
}

#main .pullzone a.audio:hover span { /* JS, no flash */
	background: #8a3d27;
}

#main .pullzone a.audio object {
	margin: 5px 2px -10px 5px;
	width: 45px;
	height: 25px;
}

#main .box {
	clear: both;
	width: 684px;
	padding: 15px;
	background: #f6e0d4;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}

.home #main .box {
	margin-top: 45px;
}

#main .box h2, #main .box h3 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: normal;	
	text-transform: uppercase;
}

.home #main .box h2 {
	margin: 0;
	font-size: 2.5em;
	font-weight: normal;	
	text-transform: uppercase;
}

#main .box h2 a:hover {
	background: #f6e0d4 !important;
}

#main .box .imglink img {
	float: left;
	display: inline; /* ie6-only */
	margin: 0 13px 0 0;
}

#main .box blockquote {
	margin: 5px 0 0 0;
	padding: 0;
}

#main .box blockquote p, .home #main .box p {
	margin: 0;
	line-height: 2.0em;
}

#main .box2 {
	clear: both;
	padding: 15px;
	margin: 0 0 30px 0;
	background: #eee;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}

#main .box2 blockquote {
	border-top: 1px solid #c7c7c7;
}

#main .onebq blockquote, #main .box2 blockquote.firstitem {
	border-top: 0;
}

#main .box2 blockquote p {
	font-weight: bold;	
}

#main .box2 blockquote p span {
	display: block;
	text-align: right;
	font-weight: normal;
}

#main .invisibox {
	padding: 0;
	background: #fff;
	border: 0;	
}

#main .invisibox blockquote {
	margin-left: 0;
	padding-left: 0;
}

/* book page book jackets */
#main ul.booktable {
	margin: 20px 0 40px 0;
	padding: 0;
	overflow: hidden;
}

#main ul.booktable li {
	float: left;
	display: inline; /* ie6 only */
	margin: 0 30px 0 0;
	line-height: 1.0em;
	text-align: left;	
}

#main ul.booktable li p {
	margin: 0 0 3px 0;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: center;
}

#main ul.booktable img {
	margin: 0;
	padding: 0;
}

/* buy links on book pages */
#main h2.buy {
	float: left;
	display: inline; /* ie6 only */
	width: 138px;
	height: 18px;
	padding: 10px 0 12px 0;
	margin: 39px 0 0 0;
	border: 1px solid #fff; /* for JS highlight */	
	font-size: 18px;
	text-align: center;
}

#main h2.buy2 {
	float: none;
	display: block;
	width: auto;
	height: 18px;
	padding: 10px 0 12px 0;
	margin: 0;
}

#main ul.buybooks {
	list-style: none;
	float: left;
	display: inline; /* ie6 only */
	width: 560px;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}

#main ul.buybooks li {
	float: left;
	display: inline; /* ie6 only */
	margin: 0 30px 0 0;	
}

#main ul.buybooks a {
	display: block;
	width: 110px;
	height: 80px;
	background: #fff;
	background-repeat: no-repeat !important;
}

#main ul.buybooks a:hover {
	background: #fff;
}

#main ul.buybooks a.amazon {
	background-image: url("images/logo-amazon-1.gif");
	background-position: 0 40px;
}

#main ul.buybooks a.amazon:hover {
	background-image: url("images/logo-amazon-2.gif");
	background-position: 0 40px;	
}

#main ul.buybooks a.bandn {
	background-image: url("images/logo-bn-1.gif");
	background-position: 0 40px;
}

#main ul.buybooks a.bandn:hover {
	background-image: url("images/logo-bn-2.gif");
	background-position: 0 40px;	
}

#main ul.buybooks a.borders {
	background-image: url("images/logo-borders-1.gif");
	background-position: 0 46px;
}

#main ul.buybooks a.borders:hover {
	background-image: url("images/logo-borders-2.gif");
	background-position: 0 46px;	
}

#main ul.buybooks a.indiebound {
	background-image: url("images/logo-indiebound-1.gif");
	background-position: 0 0;
}

#main ul.buybooks a.indiebound:hover {
	background-image: url("images/logo-indiebound-2.gif");
	background-position: 0 0;	
}

#main ul.buybooks a.macmillan {
	width: 213px;
	height: 55px;
	margin-left: 99px;
	background-image: url("images/logo-macmillan-1.gif");
	background-position: 0 20px;
}

#main ul.buybooks a.macmillan:hover {
	background-image: url("images/logo-macmillan-2.gif");
	background-position: 0 20px;	
}

#main ul.buybooks a span {
	display: none;
}

#main .buyalso {
	font-weight: bold;
}

/* book series links */
#main ul.serieslist {
	list-style: none;
	margin: 10px 0 25px 25px;
	padding: 0;
}

#main ul.serieslist span {
	font-size: 0.85em;
	text-transform: uppercase;
}

#main ul.serieslist .inview {
	font-weight: bold;
}

/* book pages nav2 (explore more) */
#main .box #nav2 {
	height: 132px;
	/* 6 x 19 = 114 
	items in tallest column * LI line-height 	*/	
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.0em;
	overflow: hidden;	
}

#main .box #nav2 li span {	
	color: #ba6d57;
	font-size: 0.9em;
	line-height: 19px;	
}

#main .box #nav2 li {
	width: 200px;
	color: #8a3d27;
}

* html #nav2 li {
	position: relative; /* ie6-only */
}

#nav2_balance, #nav2_eyes {
	margin-top: -132px; 
	/* 7 x 19 x (-1) = -132 
	items in 1st column * LI line-height * (-1)
	*/
}

#nav2_eyes {
	margin-top: -114px; 
	/* 6 x 19 x (-1) = -114 
	items in 2nd column * LI line-height * (-1)
	*/
}

#nav2_thedevilslight, #nav2_inthenameofhonor, #nav2_spire, #nav2_eclipse, #nav2_race, #nav2_exile, #nav2_conviction {
	margin-left: 25px; 
}

#nav2_balance, #nav2_protect, #nav2_dark, #nav2_no, #nav2_silent, #nav2_caroline {
	margin-left: 250px; /* column width + 25px */
}

#nav2_eyes, #nav2_degree, #nav2_private, #nav2_escape, #nav2_outside, #nav2_lasko {
	margin-left: 500px; /* 2x (column widget + 25px) */
}

.balance #nav2_balance a, .caroline #nav2_caroline a, .conviction #nav2_conviction a,
.dark #nav2_dark a, .degree #nav2_degree a, .eclipse #nav2_eclipse a, 
.escape #nav2_escape a, .exile #nav2_exile a, .eyes #nav2_eyes a, 
.lasko #nav2_lasko a, .no #nav2_no a, .outside #nav2_outside a, 
.private #nav2_private a, .protect #nav2_protect a, 
.race #nav2_race a, .silent #nav2_silent a, .spire #nav2_spire a, .inthenameofhonor #nav2_inthenameofhonor a,
.thedevilslight #nav2_thedevilslight a {
	font-weight: bold;
	text-decoration: none;
}

/* home page rotating items */
#main .rotating {
	width: 716px;
	height: 94px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c7c7c7;
}

#main .rotating blockquote {
	display: none;	
	margin: 0;
	padding: 0;
	font-size: 1.0em;	
}

#main .rotating blockquote p {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: georgia, times new roman, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.04em;
}

#main .rotating blockquote span {
	padding-left: 10px;
	font-size: 0.6875em;
	white-space: nowrap;
	letter-spacing: 0.04em;	
}

#main .rotating blockquote span a {
	color: #000;
}

#main .rotating blockquote span a:hover {
	color: #fff;
	background: #000;
}

#main .rotating blockquote.firstitem {
	display: block;
}

/* home page scroll zone */
#scrollzone {
	visibility: hidden; /* displayed by javascript */
	clear: both;
    position: relative; 	
	height: 300px;	
	width: 930px;	
	margin: 0 0 20px 22px;
}

#scrollzone p {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#scrollzone .scrollable {
    position: relative; 
	height: 250px;
	width: 860px;    
	margin: 15px 0 0 10px;
    overflow: hidden;  	
}

#scrollzone .items { 
    position: absolute; 
    width: 20000em;    
    height: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
} 

#scrollzone .items li { 
    float: left; 
    display: inline; /* ie6 only */
    width: 164px;
    margin: 0 8px 0 0;
    text-align: center;
}

#scrollzone .items li img { 
	border: 0;
}

#scrollzone a.arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#scrollzone a#prev {
	left: 895px;
	top: 190px;	
	background-image: url("images/arrow-prev.gif");
}

#scrollzone a#next {
	left: 895px;
	top: 80px;	
	background-image: url("images/arrow-next.gif");
}

#scrollzone a.arrow:hover {
	background-position: 0 -40px;
}

#scrollzone a.arrowoff{
	background-position: 0 -80px !important;
	cursor: default !important;
}

/* sidebar */
/* primary navigation (nav1) */
#nav1 {
	list-style: none;
	width: 177px;
	margin: 21px 0 36px 0;
	padding: 0;	
}

#nav1 li {
	width: 155px;
	height: 48px;
	margin: 0 0 1px 22px;
	padding: 0;	
}

#nav1 li a {
	display: block;	
	width: 149px;
	height: 20px;
	padding: 27px 0 0 6px;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 1.33em;
	font-size: 1.333em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
}

.home #nav1_home, .bio #nav1_bio, .books #nav1_books,
.praise #nav1_praise, .news #nav1_news, .resources #nav1_resources,
.contact #nav1_contact {
	color: #d76923;
	border-bottom: 1px solid #d76923;	
}

#nav1 a:hover {
	background: #fff;
	color: #d76923;
}

/* sidebar text and inline elements */
#sidebar p {
	margin: 10px 0;
	font-size: 1.0em;
	line-height: 1.4em;
}

#sidebar .box {
	clear: both;
	width: 145px;
	margin: 0 0 25px 20px;
	padding: 7px 7px 14px 7px;
	border: 1px solid #c7c7c7;	
	overflow: hidden;
}

#sidebar .videobox p {
	margin: 5px 0 0 0;
	font-size: 0.95em;
}

#sidebar .darkbox {
	color: #fff;
	background: #575757;
}

#sidebar .darkbox h4 {
	margin: 0;
	font-size: 1.33em;
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar .darkbox a.subscribe {
	display: block;
	width: 142px;
	height: 23px;
	padding-top: 5px;
	color: #fff;
	background: #d7692e;
	border: 1px solid #fff;
	font-size: 1.167em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar .darkbox a.subscribe:hover {
	background: #fff;
	color: #d7692e;
}

/* convenience classes */
.clr {
	clear: both;
}

.ctr {
	text-align: center !important;
}

.separator {
	clear: both;
	border-bottom: 1px solid #c7c7c7;
}

.nobottom {
	margin-bottom: 0 !important;
}

.marbottom {
	margin-bottom: 10px;
}

.marbottom20 {
	margin-bottom: 20px !important;
}

.martop30 {
	margin-top: 30px !important;
}

/* footer */
#footer {	
	clear: both;
	width: 100%;
	margin: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
}

#footer p {	
	padding: 0;
	margin: 16px 0 0 21px;
	font-size: 1.0em;
}

#footer p#fcola, #footer p#fcolb {
	float: left;
	display: inline; /* ie6 only */
	width: 400px;
}

#footer p#fcolb {
	margin-left: 133px;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.juxta {	
	clear: both;
	width: 934px;
	padding: 20px 0 1px 0;
	font-size: 0.85em;
	text-align: right;
}

#footer p.juxta span {
	font-style: italic;
}

#footer p.juxta a {
	color: #999;
}

#footer p.juxta a:hover {
	color: #fff;
}

/* subscribe button popup (jquery.tools overlay) */
div.overlay {
	display: none;
	background-image: url("images/white.png");
	padding: 55px;
}

div.overlay div.close {
	position: absolute;
	right: 12px;
	top: 15px;
	height: 28px;
	width: 28px;
	background-image: url("images/apple-close.png");	
	cursor: pointer;	
}

div.overlay iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

div#signup {
	width: 500px;
	height: 350px;		
}

div#signup div.owrap, div#signup iframe {
	width: 400px;
	height: 350px;
}

div#video {
	width: 720px;
	height: 506px;		
}

div#video div.owrap, div#video iframe {
	width: 720px;
	height: 506px;
}


/* subscribe form (appears in overlay) */
body.subscribe {
	background: #fff; 
	text-align: left;		
}

body.subscribe h1 {
	margin: 0;
	color: #8a3d27;	
	font-size: 2.0em;
	font-weight: normal;	
	text-transform: uppercase;	
}

body.subscribe form {
	width: 400px;
	margin: 0;
	padding: 0;
}

body.subscribe p {
	clear: both;
	margin: 5px 0 15px 0;
	font-size: 1.1em;
	line-height: 1.3em;
}

body.subscribe label {
	clear: both;
	float: left;
	display: block; /* ie6 only */	
	width: 100px;
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.3em;	
	font-weight: bold;
}

body.subscribe input, body.subscribe select {
	float: left;
	display: inline; /* ie6 only */
	width: 200px;
}

body.subscribe .inline, body.subscribe .error {
	clear: none;
	float: none;
	display: inline;
	padding-right: 10px;
}

body.subscribe input.inline, body.subscribe select.inline {
	float: none;
	width: auto;
	margin: 0 3px 0 0;
}

body.subscribe label[for="alerts_subscriber_dob_2i"],
body.subscribe label[for="alerts_subscriber_dob_3i"] {
	display: none !important;
}

body.subscribe .error {
	width: auto;
	padding: 0 0 0 3px;
	color: #f00;
}

#alerts_subscriber_dob_1i {
	margin-right: 0 !important;
}

body.subscribe input#chkList, body.subscribe input#submit {
	float: none;
	width: auto;
}

body.subscribe .req{
	padding: 0 0 0 5px;
	color: #666;
	font-size: 0.85em;
	line-height: 2.1em;
	text-transform: uppercase;
}


/* video player (appears in overlay) */

body.video {
	background: #fff; 
	text-align: left;
}

body.video a {
	display: block;
	width: 720px;
	height: 506px;
	color: #575757;
	font-size: 1.5em;
	text-decoration: none;
}
