#everything {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
width: 0;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*	TOP is where the banner "All Saints Anglican Parish" appears in <h1>	*/
/*	and not much else														*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#top {
font-family: palatino, georgia, times new roman, serif;
position: relative;
left: 15px;
top: 5px;
/*border: 1px dotted gray;*/
width: 720px;
}

#top h1 {
padding: 0;
margin: 0 0 10px 0;
font-style: normal;
font-size: 48px;
color: rgb(0,0,128);
text-align: left;
}
#top h2 {
padding: 0;
margin: 0;
font-style: normal;
font-size: 20px;
color: rgb(0,0,128);
position: relative;
top: -15px;
left: 420px;
width: 300px;
}
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*	MIDDLE has two components: the navbar and the actual body of the page	*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#middle {
position: relative;
left: 15px;
top: -15px;
padding-bottom: 50px;
/*border: 1px dotted gray; padding: .5em;*/
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE-NAVBAR															*/
/*--------------------------------------------------------------------------*/
#middle-navbar {
font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
position: absolute;
top: 10px;
left: 0;
background-color: rgb(232, 238, 247);
border: solid 2px rgb(195, 217, 255);
border-top-width: 0px;
width: 120px;
z-index: 3;
}

#middle-navbar ul {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0;
border: none;
}

#middle-navbar li {
margin: 0;
padding: 4px 8px 4px 16px;	/* top right bottom left */
font-weight: bold;
font-size: 16px;
border-top: 2px solid rgb(195, 217, 255);
width: 100%;
display: block;
}

#middle-navbar ul ul {
width: 100%;
}

#middle-navbar ul ul li {
width: 100%;
font-size: 12px;
padding: 1px 0px 1px 10px;
margin: 0;
font-weight: normal;
display: block;
border-top: 1px solid rgb(195, 217, 255);
}

/* I don't understand why, but this one is needed to make Mozilla look right */
html>body #middle-navbar li {
width: auto;
}

#middle-navbar a {
color: rgb(17, 42, 187);
text-decoration: none;
}

#middle-navbar a:hover {
color: rgb(51, 102, 204);
text-decoration: underline;
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE-BODY																*/
/*--------------------------------------------------------------------------*/
#middle-body {
position: relative;
top: 0;
left: 140px;
width: 600px;
/*border: 1px dotted gray; padding: .5em;*/
}
#middle-body h1 {
font-size: 26px;
font-style: normal;
margin: 5px 5px 12px 0;
padding: 0;
border-bottom: 1px solid gray;
}
#middle-body h2 {
font-size: 22px;
font-style: normal;
margin: 5px 5px 12px 0;
padding: 0;
border-bottom: 1px solid gray;
}
#middle-body h3 {
font-size: 18px;
font-style: normal;
font-weight: normal;
margin: 5px 5px 6px 0;
padding: 0;
}
#middle-body h4 {
font-size: 16px;
font-style: oblique;
font-weight: bold;
margin: 5px 5px 6px 0;
padding: 0;
text-align: center;
}
#middle-body p {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
text-indent: 0px;
padding: 0 0 20px 0;
margin: 0;
line-height: 1.6;
}

#middle-body em {
font-weight: bold;
font-style: normal;
font-size: 15px;
}

#middle-body sup {
font-size: 0.6em;
}

#middle-body sub {
font-size: 0.6em;
}

#middle-body cite {
font-weight: bold;
font-style: normal;
font-size: 15px;
}

#middle-body red {
font-weight: bold;
color: red;
font-size: 15px;
}

#middle-body img {
padding: 0;
z-index: 1;
margin: 50px 5px 20px 20px;
}

#middle address {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 1.4;
font-weight: normal;
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE BODY lists
/*--------------------------------------------------------------------------*/
#middle-body ul {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
padding: 0 0 20px 50px;
margin: 0;
line-height: 1.4;
list-style-type: square;
}
#middle-body ol {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
padding: 0 0 20px 50px;
margin: 0;
line-height: 1.4;
}
/* dt ought to match h3 for site consistency */
#middle-body dt {
font-size: 18px;
/* font-weight: normal; */
padding: 0px 0 0px 0px;
}
#middle-body dd {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
text-indent: 0px;
line-height: 1.4;
padding: 0;
margin: 0 0 10px 10px;
}

/*--------------------------------------------------------------------------*/
/*	custom tags for books section											*/
/*--------------------------------------------------------------------------*/
#middle-body booktitle {
font-weight: normal;
font-size: 16px;
text-decoration: none;
}
#middle-body bookprice {
font-size: 14px;
font-style: oblique;
color: gray;
}
#middle-body bookauthor {
}
#middle-body bookrecommender {
font-size: 14px;
font-weight: bold;
}
#middle-body bookquote {
font-style: oblique;
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE BODY links														*/
/*--------------------------------------------------------------------------*/
#middle-body a {
font-size: 15px;
font-weight: bold;
color: rgb(0,0,255);
text-decoration: none;
}
#middle-body a:visited {
color: blue;
text-decoration: none;
color: rgb(51, 102, 204);
}
#middle-body a:hover {
text-decoration: underline;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*	HAVEN'T quite gotten BOTTOM to work. It would be nice for copyright		*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#bottom {
	position: relative;
	width: 720px;
	padding-top: 0px;
	text-align: center;
}

#bottom .copyright {
	font-size: 12px;
	color: #bbb;
}
