/*********** GLOBALS ***********/
* {
	margin: 0px; border: none; padding: 0px;
	scrollbar-3dlight-color: #d32;
    scrollbar-arrow-color: #fff;
    scrollbar-darkshadow-color: 300;
    scrollbar-face-color: #722;
	scrollbar-track-color: #444;
    scrollbar-highlight-color: #a33;
    scrollbar-shadow-color: #500; }


/*********** BODY ***********/
body {
	background-color: transparent; }

/*********** INLINE ELEMENTS ***********/
h3, h4, p {
	font-family: arial, helvetica, sans-serif; }

h3, p {
	padding-bottom: 10px; }

h3, h4 {
	color: #a33; }

h4 {
	font-size: 0.9em; }

p, li {
	color: #fff; }

p {
	font-size: 0.8em;
	text-indent: 20px; }

p a:link,
p a:visited,
h3 a:link,
h3 a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #722; }

p a:hover,
h3 a:hover {
	color: #722;
	border-top: 1px solid #722; background-color: #fff; }

ol {
	padding-left: 40px; }

/*********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS ***********/
/*********** ISTAGE ***********/
#istage {
	position: absolute;
	width: 93%;
	frameborder: 0;
	border-width: 0px; padding: 0px 1px; }

.bold {
	font-weight: bold; }

/*********** "PRINT-FRIENDLY FORMAT" ***********/
/* this element is hidden by default, as it is loaded into the iframe on its parent page if detectframe.js detects the page as being loaded outside its frame (if the "print-friendly format" link is clicked or if the page is called from another link), it will change the display to "block" */
#pff {
	margin-bottom: 20px; border-bottom: 2px solid #a33;
	display: none; }

/*********** EXTERNAL REFERRER ***********/
/* this element is hidden by default, as it is called by its associated vincechurchill.com page; if detectreferrer.js detects the referring link as existing anywhere else, it will change the display to "block" */
#extref {
	display: none; }

/*********** UNIQUES / EXCEPTIONS ***********/
/*********** NOVEL HEADER ***********/
.novel_hd {
	width: 100%; height: 260px;
	margin-bottom: 40px; }

.novel_hd_img {
	position: absolute;
	border: 2px solid #a33; }

.novel_hd_txt {
	margin: 25px 0px 0px 175px; }

.novel_hd_txt p {
	text-indent: 0px; }

/*********** REVIEWER ***********/
.reviewer {
	font-style: italic;
	text-align: right; }

/*********** CENTERRED ***********/
/* centerred is used for the description of the blackest heart, 01_novel_01_blachear_c.html */
.centerred {
	color: #a33;
	padding-top: 20px; padding-bottom: 20px;
	text-align: center; }

/*********** INTERVIEW Q&A ***********/
.inter_q h4,
.inter_a h4 {
	color: #d32; }
