/*
bestsermons.css by Gordon Houtman 2003-03-16
for the website http://www.bestsermons.net/
*/

/* used throughout */

body {
	margin-left: 15%;
	margin-right: 15%;
}

p {
	text-indent: 1em;
}

p.noindent {
	text-indent: 0em;
}

H1, H2, H3, H4, H5, H6  { text-align: center }

blockquote p {
	text-indent: 0em;
	font-size: smaller;
}

cite {
	font-style: normal;
	font-size: smaller;
}

A:link		{	color: blue; }    /* unvisited links */
A:visited	{	color: red; }   /* visited links   */
A:hover		{					/* user hovers     */
				color: yellow;
				background-color: #000;
}
A:active	{					/* active links    */
				color: lime;
				background-color: #000;
}

.navbar { text-align: center }

span.smallCAP { font-variant: small-caps }

/* used in index.html */

#EditorSignature	{
	text-align: right;
	font-variant: small-caps
}
#EditorChurch { text-align: left }
#EditorQuote { text-align: right }

.noteheader {
	text-align: left
}

.left { text-align: left }
.center { text-align: center }
.colophon {	text-align: center }

div.toc p {
	text-indent: 0em;
	margin-top: 0em;
	margin-bottom : 0.25em;
	text-align: center;
}

.author {
	position: relative;
    left: 0.5em; 
	top: 0em;
	font-style: italic;
}

#counter {
	text-align: center;
	margin-top: 0em;
	margin-bottom : 0em;
	font-weight: bold;
}

/* copyright listing */

.copyright thead {
	text-align: center; 
	font-variant: small-caps;
	font-size: smaller;
}

.copyright caption {
	text-align: left; 
	font-variant: small-caps;
	font-size: larger
}

.copyright td {
	font-family: cursive;
	font-size: smaller;
	vertical-align: top;
}

/* colophon outline and list */

OL { list-style-type: decimal }
OL OL { list-style-type: lower-alpha }
OL OL OL { list-style-type: lower-roman }
