/* CSS Document */
/* thanks to Zoe Gillenwater, "Visual Formatting", MXDJ May 2004 */
/* Original: Steven List.  Revisions: Pete Stokely */

body {
	/* page defaults - no margins */
	margin: 0;
	padding: 0;
	/* background-color: #bc9c90; */
	/* page defaults - prefer Arial/sans-serif */
	font-family:Arial, Helvetica, sans-serif;
	/* works around a bug in some browsers */
	font-size: 100.01%;
	/*background: #FFF8F8; */ /* pfs 2005_04_03 */
	background: #f2e5d5;
}

table {
	/* ensures (we hope) that tables inherit font size properly */
	font-size: 1.0em;
}

div.clear {
	/* used for forcing page elements to include floats -
	   put this after the floating div and before the end
	   of the parent element */
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
li.spaced {
	margin-bottom: 4px;
}
table#pageTable {
	background: url(../images/left-fill.jpg) 0 0 repeat-y;  /* sheer desperation with 1px gap */
	width: 760px;
	border-right: 1px solid gray; /* pfs 2005_04_03 */
	margin: 0 auto 0 0; /* pfs 2005_04_03 */
}
td#leftThird {
	vertical-align: top;
	margin: 0;
	width: 308px;
/*	background: url(../images/left-fill.jpg) 0 0 repeat-y;  subsumed by #pageTable */
}
a#preorderButton {
    display: block;
    margin: 10px 0 0 72px;
}
a.preorderText {
    margin: 10px 0 0 0;
	padding: 0 2px 0 0;
    /*display: block;*/
    color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 1em;
}

a.preorderText:hover {
    /*background: white;
	color: #603;*/
	background: none;
	color: yellow;
}
a.leftHidden {
    color: white;
	font-weight: bold;
	text-decoration: none;
}

a.leftHidden:hover {
    background: white;
	color: #603;
}

td#outerbody {
	vertical-align: top;
	background-color: #FFFFFF;
}

/* ADD AS MANY CONTAINED TEXT ELEMENTS AS NEEDED HERE TO GET RIGHT PADDING OK */
td#outerbody p, td#outerbody li, td#outerbody h4.hidden, td#outerbody dd {	/* pfs 2005_04_03 */
  padding-right: 1em;
}

td#leftNav {
	background-image: url(../images/left-middle-nav2.jpg);
	background-repeat: no-repeat;
	width: 127px;
	padding: .3em; /* restored in ul#leftNavList at bottom */
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
td#body {
	padding: 9px 0 9px 12px;
	/*font-size: .9em;*/
}

td#leftFill {
/*	background: url(../images/left-fill.jpg) 0 0 repeat-y;  subsumed by #pageTable */
	vertical-align: bottom;
/*	background-repeat: repeat-y;
	vertical-align: top; */
}
#leftFillText h4 {
    color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 2em;
}
#leftFillTextLocal p {
    color: white;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	padding: 1em 0;
}
td#topBar {
	background-image: url(../images/top-bar.jpg);
	background-repeat: no-repeat;
	height: 29px;
}

/* pfs 2004_11_19 -- it's center-justified or nothing... */
td#topBar {
    text-align: center;
	font-size: 16px;
}

/* pfs 2004_11_19 -- same for the banner image */
img#notMyMomImg {
    margin: 2em 0 2em 60px;
}
td#leftBottom {
    background: url(../images/left-bottom.jpg) 0 100% no-repeat;
	width: 308px;
	height: 27px;
	text-align: center;

}
td#bottomBar {
    /* background: url(../images/bottom-bar.jpg) 0 100%  no-repeat; orig pfs 2005_04_03 */
    background: white url(../images/bottom-bar.jpg) 0 100%  no-repeat;
	height: 27px;
	/* width: 532; */
	width: 452px;    /* reduce to fit new 760px master page size -- pfs 2004_12_01 */
	vertical-align: bottom;
    text-align: right;
    padding-bottom: 4px;
}

td#bottomBar p {
    white-space: nowrap;	/* keep the text in the bar */
}

/* TEXT STYLINGS */

h1 {
    color: #A47F17;
}
h2 {
    color: #A47F17;
}
h3 {
    color: #A47F17;
}
h4.hidden {
font-weight: normal;
font-size: inherit;
}
p {
}
/******************** BANNER TITLE ********************/
h1.media {
	margin: 0;
	padding: 0;
    font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #A47F17;
}

h1.bannerTitle {
    margin: 0;
	padding: 0;
    text-align: center;
	font: 40px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #CAAF4D;
}
h1.bannerTitle  span{
    color: black;
	font-style: italic;
}
h2.bannerTitle {
    font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
    color: black;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3.bannerTitle {
	font: 12px Arial, Helvetica, sans-serif;
    margin: 5px 0 20px 0;
	padding: 0;
    color: black;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
/* Copyright Notice */
p#copyright {
    font-size: 9px;
	margin: 0;
	padding: 0;
	color: silver;
}
p#pandp {
    font-size: 9px;
	margin: 0;
	padding: 0;
	color: silver;
}
p#pandp a {
    color: silver;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
p#pandp a:hover {
    background: silver;
	color: #603;
}
.leftContactInfo {
    margin: 0;
	padding: 0;
	color: white;
	font-size: 10px;
	margin: 0.5em 1em 1em;
}
.leftContactInfo a.mailLink {
    margin: 0 1em 1em 1em;
    color: white;
	font-size: 10px;
}
.leftContactInfo a.mailLink:hover {
    color: silver;
	background: #8D534F;
}

/* QUOTATION STYLINGS */

/* HEAD QUOTE */
/* pfs 2004_11_19 -- make the headQuote bold somehow */
.headQuote, .headQuoteAttribution {
    font-size: 100%;
	font-weight: bold;
	color: #A47F17;
	margin: 0 1.0em;
	line-height: 1.0;
}
.headQuote {
    font-style: italic;
	padding: 0.5em 1em 0;

}
.headQuoteAttribution {
    text-align: right;
	padding: 0.5em 1em 0 0;
}

/* LEFT FILL ENDORSEMENT QUOTE */
/* pfs 2005_05_04 -- This goes on the left side, in the Ell, on all pages */
div#leftFillText2 {
	margin: 6px 14px 6px 10px;
	border: 1px solid black;
	padding-bottom: 26px;
}
div#leftFillText3 {
	margin: 25px 14px 6px 10px;
	background-color: #d3b856;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.leftFillEndorsementQuote, .leftFillEndorsementAttribution, .leftFillEndorsementCredentials {
    font-size: 80%;
    font-weight: bold;
    color: white;
    padding: 2em;
}
.leftFillEndorsementQuote {
    font-size: 110%;
    font-style: italic;
    padding: 0em 1em 1em;
}
.leftFillEndorsementAttribution {
    text-align: left;
    margin: 0;
    padding: 0.1em 2em 0.1em;
}
.leftFillEndorsementCredentials {
    text-align: left;
    margin: 0;
    padding: 0 0 0 2.5em;
    line-height: 1.0;
    font-weight: normal;
}

/* REVIEW QUOTE */
.reviewQuoteAttribution {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* ENDORSEMENT QUOTE */
/* pfs 2005_01_04 -- not so gaudy as bookQuote; there's nothing else on the page */
.endorsementQuote, .endorsementQuoteLead, .endorsementQuoteAttribution, .endorsementQuoteCredentials {
    font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.endorsementQuote, .endorsementQuoteLead {
    font-size: 100%;
    font-style: italic;
    color: #A47F17;
	margin-top: 0.5em;
}
.endorsementQuoteLead {
    margin-top: 3em;
}
.endorsementQuoteAttribution {
    text-align: left;
    margin: 0;
    padding: 1em 2em 0.1em;
}
.endorsementQuoteCredentials {
    text-align: left;
    margin: 0;
    padding: 0 0 0 2.5em;
    line-height: 1.0;
	font-weight: normal;
}

/* BOOK QUOTE */
/* pfs 2004_11_19 -- make the bookQuote golden, like the banner text */
.bookQuote, .bookQuoteAttribution {
    font-size: 80%;
	font-weight: bold;
	color: #A47F17;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
.bookQuote {
    font-style: italic;
	padding: 0.25em 2em 0.5em;
}
.bookQuoteAttribution {
    text-align: right;
	padding-right: 2em;
	padding-top: 0.5em;
}
.photoCaption {
	font-size: 80%;
	font-weight: bold;
	color: #A47F17;
	margin: 0em;
	line-height: 1.2em;
    font-style: italic;
	text-align: center;
}
/* bible QUOTE */
/* pfs 2004_11_19 -- make the bibleQuote rosy, like the upper left corner */
.bibleQuote, .bibleQuoteAttribution {
    font-size: 90%;
	font-weight: bold;
	color: #8D534F;
	margin: 0;
	line-height: 1.1;
}
.bibleQuote {
    font-style: italic;
	padding: 0.5em 2em 0;
}
p.bibleQuoteAttribution {
	font-style: normal;
	text-align: right;
	padding: 0.5em 3em 1em 0;
}
.article {
	font-size: 10pt
}

/* EMPHASIS SPANS */
span.benefitEmph {		/* key phrases describibg benefits */
    color: #AF3027;
	font-weight: bold;
}
span.bookTitle {		/* The titles of the authors' books */
    color: #A47F17;
	font-weight: bold;
	font-style: italic;
}
span.authorName {		/* to illuminate Kali or Elizabeth */
    color: #A47F17;
    font-weight: bold;
}
span.showName {
	color: #000000;
	font-weight: bold;
}
span.pubName {
	font-style: italic;
	font-weight: bold;
}

/* LISTS */
ul.benefitsList {		/* the list of the book's benefits, or similar */
}

dl {					/* the list of links on the Resources page */
    padding: 0 0 1em 1em;
	margin-bottom: 2em;
}
dt {
    padding: 0.5em 0;
}

/* LINKS */

/* DEFAULTS: the DEEP ROSE COLOR, UNDECORATED, INVERSE HOVER, WASHED VISITED */
a {
    color: #8D534F;
	font-weight: bold;
}
a:hover {
    background: #8D534F;
	color: white;
}


p#siteGuide {
    text-align: center;
	color: #AF3027;
	font-size: 16px;	/* fixed-size to preserve nav at all text sizes, at least on IE */
	font-weight: bold;
	margin: -1px 0 -2px;
	padding: 0;
	line-height: 1.0em;
}

#leftNav a {
    margin: 0 6px 0 4px;
	padding: .25em 3px 0 0; /* leave enough room for Mozilla to fold text at 120% zoom */
	border: none;
	font-size: 13px;	/* fixed-size to preserve nav at all text sizes. At least for IE */
	line-height: 1.2em;
    text-decoration: none;
	display: block;
}

#leftNav a:link, #leftNav a:visited {
    color: #300;
}
#leftNav a:hover {
    color: #AF3027;
	background-color: #DDD;
	margin-right: 1px;
	border-right: 4px solid #AF3027;
}

#bookStrip a:hover {
    background: transparent;	/* prevent an odd effect in Opera that hovers below the image */
}

/* INTERMEDIATE NAVIGATION (not currently used, but who knows?) */
h5.intermediateNav {
    text-align: right;
}
h5.intermediateNav a {
    margin: 0;
	padding: 0;
    font-size: 7pt;
	text-transform: uppercase;
	text-align: right;
    color: #603;
	text-decoration: none;
}
h5.intermediateNav a:hover {
    background-color: #603;
	color: #DDD;
}

/* BOTTOM NAVBAR */
td#bottomBar a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;   /* reduce to fit new 760px master page size -- pfs 2004_12_01 */
	color: #603;
	text-decoration: none;
	margin: 0;      /* reduce to fit new 760px master page size -- pfs 2004_12_01 */
}

td#bottomBar a:hover {
	color: #DCC;
	background-color: #603;
}

/* Author and Book inlne links */
a.authorLink, a.chapterLink {
    text-decoration: underline;
	color: #A47F17;
    font-weight: bold;
	/* a span handles the normal appearance */
}
a.authorLink:visited, a.chapterLink:visited {
	color: ##A47F17;
}
a.authorLink:hover, a.chapterLink:hover {
    text-decoration: none;
	color: #FFF;
	background-color: #603;
}
a.inlineOrder {}
a.inlineDownload {}

/* AUTHOR MAILTO LINKS */
a.mailLink {
    color: #A47F17;
	margin-left: 2em;
}
a.mailLink:hover {
    background: #A47F17;
	color: white;
}
a.mailLink2 {
	color: 000000;
}

/* PHOTOS */
div#leftFillLocalText {		/* where we put page-local pictures */
}
img#kali_p01 {
    float: right;
	margin: 0 12px 2px 6px;
	border: 1px solid black;
}
img#beth_p15 {
    float: left;
	margin: 0 10px 2px 0;
	border: 1px solid black;
}
img#kb_l53 {
	margin-left: 20px;
	margin-top: 75px;
	border: 1px solid black;
}
img#kb_p05 {
	border: 1px solid black;
	margin-top: 325px;
	margin-left: 50px;
}
img#kb_p36 {
	border: 1px solid black;
	margin-top: 200px;
	margin-left: 50px;
}
img#beth_p07 {
	border: 1px solid black;
	margin-top: 100px;
	margin-left: 50px;
}
img#kali_p26 {
	border: 1px solid black;
	margin-top: 100px;
	margin-left: 50px;
}
img#kb_p31 {
	border: 1px solid black;
	margin-top: 100px;
	margin-left: 50px;
	margin-bottom: 10px;
}
img#kb_happy {
	border: 1px solid black;
	margin-top: 30px;
	margin-left: 110px;
	margin-bottom: 10px;
}
img#kb_happy2 {
	border: 1px solid black;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 10px;
}
a.hidden, a.hidden:hover {  /* add hover to the selector */
  background: white;   /* assert the background is always white */
	color: black;
	text-decoration: none;
	font-weight: normal;
	cursor: text;
}
