body {
	margin: 0;
	font: 13px verdana, arial, sans-serif;
	color: #000;
	background: #f5eede url('/img/ricepaper7.jpg');
}
a { color: #800; }
img { border: 0; }
#container { margin: 0 auto; width: 770px; }


#header { position: relative; }

#header h1, #header h2 { display: none; }

#home #header, #not_found #header {
	height: 100px;
	background: #d5b397 url('/img/logo.jpg');
}
#bibles #header, #links #header, #doctrine #header, #sermons #header {
	height: 60px;
	border: 1px solid #800;
}
#bibles #header { background: url('/img/header_bibles.png') no-repeat left; }
#links #header { background: url('/img/header_links.png') no-repeat left; }
#doctrine #header { background: url('/img/header_doctrine.png') no-repeat left; }
#sermons #header { background: url('/img/header_sermons.png') no-repeat left; }

/* TOP AD ON HOME PAGE AND BOTTOM AD ON ALL OTHER PAGES */
.ad iframe {
	width: 468px;
	height: 60px;
	margin: 0;
	border: 0;
}
#topad { position: absolute; right: 0; top: 0; }
#footad {
	text-align: center;
	margin: 1em auto 0 auto;
	width: 468px; height: 60px;
	border: 1px solid #800;
}
/* END FOOTER AD */


#nav, #nav li {
	padding: 0;
	list-style: none;
}
#nav {
	margin: 3px 0;
	float: left;
	width: 100%;
}
#nav li {
	margin: 0;
	float: left;
}
#nav li a {
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	overflow: hidden;
	background: #d5b397 url('/img/buttonbg.png');
	color: #800;
	text-decoration: none;
	margin-right: 2px;
	border: solid #bd282c;
	border-width: 1px 2px;
	font-weight: bold;
}

#navhome a, #navbibles a, #navlinks a { width: 99px; }
#navcontact a { width: 106px; }
#navdoctrine a { width: 172px; }
#nav #navsermons a { width: 161px; margin-right: 0; }

#nav a:hover { color: #f5181b; }

#content { 
	border: 4px double #800; 
	padding: 0.25em 1em; 
	clear: both; 
	line-height: 1.4em; 
	background: #f5eede
}
/* SPECIAL 404 STYLING */
#not_found #content {
	text-align: center;
	font-size: 120%;
	padding-bottom: 3em;
}
#not_found h3 {
	margin: 2em 0;
}
/* END 404 */

#footer { text-align: center; position: relative; }
#footer p { margin: 0; }

/* START SITE GADGETS IN FOOTER */
#site_gadgets { width: 280px; height: 50px; margin: 1em auto; text-align: center; position: relative; }
#paypal { display: inline; position: relative; top: -3px; left: 2px; margin: 0; }
#ip2map { position: relative; left: 3px; }
#share { 
	float: left; 
	width: 90px; 
	background: #fff; 
	border: 1px solid #aaa; 
	margin: -12px 0 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#share img {
	width: 16px;
	height: 16px;
}
#share h5 { 
	font-size: 90%; 
	margin: 0; 
	line-height: 16px; 
	background: #ba0100; 
	color: #fff; 
	margin-bottom: 2px; 
	border: 1px solid #ba0100;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;

}
/* END SITE GADGETS IN FOOTER */


p { margin: 1.5em 0; }

/* MAIN HEADING INSIDE CONTENT AREA */
h3 {
	text-align: center;
	font-size: 120%;
}
#topic {
        font-size: 120%;
}

.intro { text-align: center; font-size: 120%; font-family: georgia, 'times new roman', times, serif; }
.intro strong { color: #800; }

#pic {
	width: 350px;
	padding-top: 264px;
	float: left;
	margin: 1em 1.5em 1em 0;
	text-align: center;
	font-size: 85%;
}
#home #pic { background: url('/img/Jesus-in-Synagogue.gif') no-repeat; }
#bibles #pic { background: url('/img/St-Bede.gif') no-repeat; }
#links #pic { background: url('/img/studying-bible.gif') no-repeat; }
#sermons #pic { background: url('/img/prayer-francis-assisi.gif') no-repeat; }

#bibles dt { font-weight: bold; float: left; margin-right: 1em; }
#bibles dd { margin-bottom: 1em; }
#bibles dd span {
	display: block;
	float: left;
	margin-right: 1em;
	font-style: italic;
}
#bibles dd a { 
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
}
#bibles .download {
	display: inline-block;
	vertical-align: middle;
}
#bibles dd a, #bibles .download {
	font-size: 1px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-indent: -500px;
	overflow: hidden;
	background: url('/img/download.png') no-repeat left top;
}


/* MAKE ROOM FOR BACK TO TOP LINK */
#doctrine, #bibles, #links { padding-bottom: 3em; }

#doctrine h4 {
	margin: 0 0 -1.5em 0;
	color: #800;
	font-size: 100%;
}
#doctrine #content {
	padding: 1em 2em;
}
#doctrine #content em {
	text-transform:  uppercase;
	font-weight: bold;
}
#doctrine #content strong {
	color: #800;
	margin-right: 0.5em;
}

#sermons dl, #sermons #content p {
	margin-left: 370px;
}
#sermons dd {
	margin: 0 0 1.5em 60px;
}
.play {
	display: block; float: left; margin: 2px 10px 0 0;
	font-size: 1px; text-indent: -1000px; overflow: hidden;
	background: url('/img/play.gif') no-repeat;
	width: 50px;
	height: 14px;
}



#links .welcome:first-letter {
	font-size: 140%;
	color: #800;
	font-weight: bold;
	font-family: 'times new roman', serif;
}


#links table { 
	clear: both;
	width: 100%; 
	border: 1px solid #800;
	margin-bottom: 1em;
	background: url('/img/ricepaper7.jpg');
}
#links caption { 
	background: #ba0100; 
	color: #fff121; 
	font-style: italic; 
	font-size: 120%; 
	font-weight: bold;
	padding: 0.25em;
	border: solid #800;
	border-width: 1px 1px 0 1px;
}
#links th { 
	text-transform: uppercase; 
	white-space: nowrap; 
	color: #800;
}
#links td, #links th { padding: 0.125em 0.25em; border: 1px solid; border-color: #ccc #fff #fff #ccc; }




/* MISCELLANEOUS CLASSES */
.uppercase {
	text-transform: uppercase;
}
.indent {
	text-indent: 3em;
}
.backtotop {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	line-height: 1.5em;
	background: #f5eede;
	border-top: 1px solid #999;
}
/* END MISCELLANEOUS CLASSES */


/* LINK TO CREDITS POPUP */
#show-credits {
	position: absolute;
	top: 0; right: 6px;
	display: block;
	background: #ba0100;
	color: #fff;
	text-decoration: none;
	width: 72px;
	font-weight: bold;
	font-size: 85%;
	border: 1px solid #800;
}
	

/* CREDITS POPUP */
#credits {
	display: none;
	position: absolute;
	bottom: 170px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	text-align: left;
	background: #f5eede;
	border: 4px double #800;
	-moz-box-shadow: 2px 2px 7px #777;
    -webkit-box-shadow: 2px 2px 7px #777;
    box-shadow: 2px 2px 7px #777;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#777777,direction=135,strength=5);

}
#credits h3 {
	margin: 0;
	background: #ba0100; 
	color: #fff121; 
	border-bottom: 1px solid #800;
}
#credits ul { margin: 1em 1em 1.5em 1em; padding: 0; }
#credits li { margin: 0; padding: 0; list-style: none; }
#credits .close { 
	position: absolute; 
	right: 4px; bottom: 4px; 
	background: url('/img/close.png') top; 
	color: #fff; 
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
#credits a.close:hover {
	background-position: bottom;
}
