/* MARC FISHER STYLES */

/* GENERAL RULES */
body {
	background-color: #FEF8E3;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
td {text-align: left; vertical-align: top;}
a {text-decoration: none; color: #000}
a:hover {color: #FF851D;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
h1 {24px;}
h2 {18px;}
h3 {16px;}
h4 {14px;}
h5 {12px;}
h6 {11px;}

	
/* HOME */	
#home {	
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000;
	width: 700px;
	height: 550px;
	margin: 20px auto 5px auto;
	position: relative;
	}
#home #menu {
	width: 140px;
	position: absolute;
	top: 200px;
	left: 15px;
	}
#home #menu a{
	display: block;
	margin: 0 0 2px 0;
	}	
	
	
/* MAIN CONTAINER */	
#main_container {	
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;	
	border: 1px solid #000;
	width: 750px;
	margin: 20px auto 5px auto;
	}
#main_table {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
	width: 750px;
	}	
	

/* LEFT COLUMN */	
#main_container #menu {
	width: 140px;
	margin: 180px 0 40px 16px;
	}
#main_container #menu a{
	display: block;
	margin: 0 0 2px 0;
	}
	
	
/* RIGHT COLUMN */	
#right_column {
	width: 533px;
	}	
#right_column #buybook {
	float: right;
	}
#right_column .mainImg {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #000;
	}	
#right_column #main_content {
	margin-top: 105px;
	width: 515px;
	padding: 0 0 10px 0;
	}	
#right_column #main_content a.bulletLink{
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #000;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
#right_column #main_content a.bulletLink:hover{
	color: #FF851D;
	}


/* THE BOOK */
#right_column #main_content .pullQuote {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	background-image: url(../images/star.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 30px;
	}		
.right {
	float: right;
	margin: 8px 0px 8px 15px;
	}
.left {
	float: left;
	margin: 8px 15px 8px 5px;
	}
#right_column #main_content .pullQuote .author {	
	width: 195px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	/*background-color: #123456;*/
	}

/* APPEARANCES */
table#appearances th{padding: 10px 0 0 10px;}
table#appearances td{padding: 0 0 0 10px;}

/* REVIEWS */
#reviews_menu {
	width: 170px;
	float: right;	
	padding: 10px 20px 20px 20px;
	margin: 10px 0 10px 10px;
	}
#reviews_menu ul{
	border-top: 1px solid #000;
	padding: 10px 0 10px 10px;
	line-height: 1.7em;
	background-color: #eee;
	margin: 0;
	border-bottom: 1px solid #000;
	background-image: url(../images/review_menu_bg.jpg);
	background-repeat: repeat-x;
	}	
#reviews_menu li{
	list-style: square inside none;
	}
#reviews_menu a{
	color: #000;
	font-weight: bold;
	}
#reviews_menu a:hover{
	color: #FF851D;
	}

/* BUY THE BOOK */
#buy {
	width: 400px;
	margin: 20px auto;
	}
#buy td {
	width: 200px;
	text-align: center;
	}
#buy h5 {
	margin: 3px;
	font-weight: normal;
	}
#buy #bn {		
	float: center;
	position: relative;
	height: 240px;
	width: 120px;
	}
#buy #bn a{
	display: block;
	height: 80px;
	margin: 130px 0 0 0;
	}	
#buy #bn_bg {
	background-image: url(../images/bn_bg.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 240px;
	position: relative;
	left: 25px;
	padding-top: 10px;
	}	
#buy #bn a {	
	color: #000;
	}

/* LINKS PAGE */
.links {
	width: 470px;
	margin: 0 auto;
	}
.links h3{
	margin: 40px 0 0 0;
	text-transform: uppercase;
	border-bottom: 1px solid #FF851D;
	}
.links dt{
	font-weight: bold;
	margin: 10px 0px 3px 10px;
	}
.links a{
	color: #000;
	}
.links a:hover{
	color: #FF851D;
	}	
.links dd{
	margin: 0 0 0 20px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	}

/* REVIEWS */
#reviews h4{
	margin-top: 20px;
	}
#reviews h3{
	margin-top: 20px;
	}

/* CHARACTERS */
#characters {
	width: 470px;
	margin: 0 auto;
	}
#characters p{
	
	}
#characters a{
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #000;
	margin: 0px;
	}	
#characters a:hover{
	color: #FF851D;
	}
#characters a.realAudio{
	display: inline;
	padding: 0;
	background-image: none;
	color: #000;
	}	
#characters a.realAudio:hover{
	color: #FF851D;
	}	
#characters img{
	margin: 5px 5px 5px 0;
	border: 1px solid #000;
	}
#characters h4{
	border-bottom: 1px solid #FF851D;
	margin: 20px 0 0 0;
	}
#characters h5{
	margin: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	width: 303px;
	}
#addAudio{
	width: 303px;
	margin: 0 auto;
	text-align: center;
	}	
	
/* EXCERPTS */
#excerpt {
	font-family: times, times new-roman, serif;
	font-size: 1.2em;
	}
#excerpt h1{
	line-height: 1.5em;
	}
#excerptMenu{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 20px auto;
	background: url(../images/review_menu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;	
	}
#excerptMenu h4{
	font-size: 12px;
	}
#floatMenu{
	width: 160px;
	float:right;
	margin: 0 0 30px 30px;
	}	
#excerptMenu td{
	padding: 10px 10px;
	}
#excerptMenu a{
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #000;
	margin: 0px;
	width: 90px;
	}
#excerptMenu a:hover{
	color: #FF851D;
	}
#excerpt h1{
	margin: 5px 0 20px 0;
	padding: 0 0 10px 0;
	text-align: center;
	color: #000;
	}
#excerpt h3{
	margin: 30px 0 10px 0;
	text-align: center;
	color: #000;
	}
#excerpt h5{
	margin: 30px 0 5px 0;
	text-align: center;
	color: #000;
	}
#excerpt #pdf{
	text-align: center;
	float: right;
	width: 200px;
	}
#excerpt #pdf img{
	float: none;
	}
#excerpt #pdf a{
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #000;
	margin: 0px;
	width: 90px;
	margin: 0 auto;
	}	
#excerpt #pdf a:hover{
	color: #FF851D;
	}

/* CONTACT */
#contact h4{
	margin-top: 10px;
	}
#contact a{
	color: #000;
	}
#contact a:hover{
	color: #FF851D;
	}
		

/* FOOTER MENU */	
#footer_menu {
	display: block;
	text-align: center;
	color: #666;
	width: 670px;
	margin: 0 auto;
	font-size: 11px;
	}	
#footer_menu a {
	color: #666;
	margin: 2px;
	}		
#footer_menu a:hover{
	color: #000;
	}	
#site_design{
	}	