@charset "utf-8";
/* CSS Document */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,button { 
    display:block;
}



h1{
text-indent:-9999px;
	}

h2{
	margin:18px 0 0px 0px;
	font-size: 18px;
	}
h3{
	margin:20px 0 0 350px;
	font-size: 14px;
	font-weight: bold;
	}
h4{
	margin-top:20px;
	}
h4 span{
	font-weight:normal;
	}
html { 
	height: 101%;
	}
body{
	height:100%;
	}
#container {
	position:relative;
	width: 800px;
	height:100%;
	margin: 20px auto;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
header {
	position:relative;
	margin:0 auto;
	height: 131px;
	width: 800px;
	background: url('../images/banner_home.jpg') no-repeat;
	border-bottom: 3px solid #8e163b;
	}
header img{
	position:absolute;
	top:-10px;
	}
#blog header img{top:-5px;left:-10px;}
#books header img{top:-5px;left:-10px;}
section{
	min-height:100%;
	margin:0 auto;
	width:800px;
	background:#878d6b;
	}
section a{
	font-weight:bold;
	text-decoration:none;
	}
section a:hover{
	color:white;
	}
section #image{
	float:left;
	margin:75px 0 0 20px;
	text-align:center;
	}
.lwo img{
	width:237px;
	height:341px;
	position:absolute;
	top:0px;
	left:-280px;;
	}
.CJH img{
	position:absolute;
	top:0;
	left:-280px;
	}
.h_back{
	position:absolute;
	top:30px;
	left:-315px;
	}
/*section #text{
	margin-bottom:20px;
	}*/
section #text{
	padding:50px 10px 0 360px;
	color:white;
	}
#index section #text{
	padding-left:330px;margin-bottom:-30px;
	}
#about section #text{
	padding-left:330px;
	}
#books section #text{
	padding-left:330px;
	}
#articles section #text{
	padding-left:330px;
	}
#press section #text{
	padding-left:330px;
	}
#links section #text{
	padding-left:150px;
	padding-right:100px;
	}
section #blog_extract{
	color:white;
	padding:40px 0 0 330px;
	}
section #blog_extract p{
	font-weight:bold;
	}
#author #header{
	background: url('../images/banner-author.jpg');
}
header #diaryPage{
	position:absolute;
	top:-38px;
	left:-45px;
	z-index: 10;
	}

#londonbombed{
	position:absolute;
	top:0px;
	background: url(../images/LondonBombed.jpg);
	width:182px;
	height:130px;
	}
#stpauls{
	position:absolute;
	top:0px;
	background: url(../images/st_pauls_blitz.jpg);
	width:195px;
	height:130px;
	}
#london11{
	position:absolute;
	top:0px;
	background: url(../images/london11.jpg);
	width:174px;
	height:130px;
	}

section p{
	margin:10px 20px 0px 0px;
	}
#lwo2_big{
	float:left;
	background-color:#878d6b;
	margin:70px 0 0 20px;
	}
#amazon_logos{
	width:500px;
	text-align:center;
	margin:20px 0 0 0px;

	}
#amazon_logos a{
	display:block;
	float:left;
	margin-right:20px;
	border:2px solid white;
	}
#amazon_logos a:hover{
	border:2px solid #8e163b;
	}
#screenshot{
	padding:40px 0 0 85px;
	}
#screenshot a img{
	border:2px solid black;
	}
#screenshot  a:hover img{
	border:2px solid #8e163b;
	}
#links span{
	font-weight:bold;
	}
#links a, #links a:visited{
	color:white;
	text-decoration:none;
	}
#links a:hover{
	color:#8e163b;
	}
#links a.selected{
	color:#8e163b
	}
.quote {
	padding-right: 30px;
	padding-left: 20px;
	font-size: 13px;
	text-indent:-5px;
	}
.ref{
	font-size: 12px;
	}
.italic{
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	}
.new{
	font-style: italic;
	font-weight:bold;
	color:#8e163b;
	}
.author{
	font-style:italic;
	}

#index .content{padding-right:20px;}


