* {margin:0;padding:0;}

body {
	text-align:left;
    font: 100%/1.5 verdana,arial, helvetica, sans-serif;
	margin:0 auto 0 0;
	/*background: #fdf url('images/topbar.gif') repeat-x;*/
	background-color:#fdf;
}
/* ************MENU STUFF LEFT HAND SIDE ***************/
#leftcol{
	z-index:1;
	color:black;
	position: absolute;
	width:120px;
	margin:0px 30px 20px 30px;
	font-size:75%;
	line-height:1.2;
}

#leftcol img{
	float:left;
	clear:left;
	width:120px;
	height:104px;
	margin:20px 0;
	border:0;
}

#leftcol a{
	display:block;
	margin:1em 0;
	text-decoration:none;
	color:#fef;
	font-weight:bold;
	letter-spacing:0.02em;
}

#leftcol p{
	color:#fdf;
	padding-top:1em;
	font-weight:bold;
	text-decoration:underline;
}

#leftcol a:hover{
	/*background-color:#909;*/
	/*text-decoration:underline;*/
	color:#fff;
}
#leftcol a.current{
	/*background-color:#909;*/
	color:#909;
}
#leftcol a:hover.current{
	/*text-decoration:underline;*/
}

/* ************TITLE AT TOP OF PAGE ***************/
#titlebar{
		width:770px;
		background-color:#909;
		padding-bottom:40px;
		}


#title1{
        position:absolute;
        left:180px;
        top:16px;
		color:white;
		width:590px;
}
#titledropshadow{
        position:relative;
        left:182px;
        top:19px;
		color:#333;
		width:590px;
}
h1{
        font-size:140%;
        font-weight:bold;
}
.subhead{
        font-size:100%;
        font-weight:bold;
}

/* ************MAIN CONTENT  ***************/
#maincontent{
/*	position:absolute;
	left:0;
	top:95px;*/
	width:770px;
}


#maincontent p {
	text-align:left;
	margin:0px 220px 0 180px;
	padding-bottom:10px;
	font-size:75%;}
	
#maincontent p.cite {
	text-align:justify;
	font-style:italic;
	margin:0px 260px 0 200px;
	padding-bottom:10px;
	font-size:75%;}	
#maincontent p.reviewer {
	text-align:left;
	font-weight:bold;
	font-style:italic;
	margin:0px 220px 0 180px;
	padding-bottom:10px;
	font-size:80%;}	
	
#maincontent h2 {
	padding:10px 0 15px 0;
	margin:0px 20px 0 180px;
	font-size:110%;
    font-weight:bold;
	color:#606;
	}
	
#maincontent h4 {
	padding:8px 0 10px 0;
	margin:0px 20px 0 180px;
	font-size:90%;
    font-weight:bold;
	color:#909;
	}

	
a {
	text-decoration:none;
	border-bottom:dotted 1px;
	color:#606;
	}
	
a.book {
	font-weight:bold;
	}
	
a:hover {
	border-bottom:solid 1px;
	color:#303;
	}	
.right{
	float:right;
	clear:right;
	padding-left:20px;
	margin-right:20px;
	border:0;
	width:180px;
}

#maincontent img.novelcoversmall{
	width:120px;
	padding:0 ;

}
#maincontent img.landscape{
	width:500px;
	padding:20px 0 20px 180px;

}

#maincontent .caption{
	float:right;
	clear:right;
	width:180px;
	font: normal 70%/1.2 verdana,arial,helvetica;
	/*padding:9px 20px 10px 0px;*/
	padding:9px 0 10px 20px;
	margin-right:20px;
	color:#444;
	text-align:right;
}
 .caption h3{
	font-size:110%;
    font-weight:bold;
	padding-bottom:5px;
}

/* ************WRITING PAGE  ***************/
.writing{width:598px;
		margin-left:170px;
		}

.novel a, .shortstory a, .audio a{
	border-bottom:0;
}


.novel{display:table-cell;
	vertical-align:top;
	width:128px;
	height:206px;
	padding:10px;
	color:black;
	}

.novel img{
	position:relative;
	top:0;
	width:128px;
	border:0;
}
.shortstory{display:table-cell;
	vertical-align:top;
	width:108px;
	padding:5px 1px 5px 9px;
	color:black;
	}

.shortstory img{
	position:relative;
	top:0;
	width:108px;
	height:174px;
	border:0;
}
.audio{display:table-cell;
	vertical-align:top;
	width:108px;
	padding:5px 1px 5px 9px;
	color:black;
	}

.audio img{
	position:relative;
	top:0;
	width:108px;
	height:108px;
	border:0;
}

.booktitle{
	font: bold 65%/1.2 verdana,arial,helvetica;
	padding:5px 0;
	color:#303;
}
.publisher{
	font: normal 65%/1.2 verdana,arial,helvetica;
	padding:5px 0;
	color:#222;
}
.date{
	font: normal 65%/1.2 verdana,arial,helvetica;
	padding:5px 0;
	color:#222;
}
.details{
	font: normal 65%/1.2 verdana,arial,helvetica;
	padding:5px 0;
	color:#222;
}
.isbn{
	font: normal 60%/1.2 verdana,arial,helvetica;
	padding:5px 0;
	color:#444;
}

/* ************ BACKGROUND COLOUR SCHEMES  ***************/


.vdark {background-color:#909;}
.dark {background-color:#c9c;}
.mid {background-color:#dbd;}
.pale {background-color:#fdf;}

