﻿html {
	/*font-family:"Segoe UI", "Trebuchet MS", "Lucida Grande", Helveetica, Arial, Sans, Sans-Serif;*/
	font-family:Sylfaen, Garamond, "Book Antiqua", "Times New Roman", Times, serif;
}

body {
	margin:0;padding:0;
	/*background-color:#7b7152;*/
	background-image:url('../i/bubbles2.jpg');
	background-position:center top;
	background-repeat:repeat;
	background-color:#4E2451;
	color:white;
}
/*body {
	margin:0;padding:0;
	background-color:#c8bdb2;
	background-image:url('../i/pattern.png');
}*/
h1 {
	font-family:"Monotype Corsiva", "Segoe UI", "Trebuchet MS", "Lucida Grande", Helveetica, Arial, Sans, Sans-Serif;
	font-size:55px;
	font-weight:lighter;
	color:#47443e;
}

h2 {
	font-family:Sylfaen, "Segoe UI", "Trebuchet MS", "Lucida Grande", Helveetica, Arial, Sans, Sans-Serif;
}

a {
	text-decoration:none;
	color:gray;
}

a:active  {
	text-decoration:underline;
	color:gray;
}

a:hover  {
	text-decoration:underline;
	color:gray;
}

a:visited  {
	text-decoration:none;
	color:gray;
}

a img {
	border:0;
}

#menubar a:hover img {
	padding-left:2px;
	/*border-left:2px #B69F86 solid;*/
}

#menubar {
	/*font-family:Garamond;*/
	font-size:large;
	vertical-align:top;
	/*width:240px;*/
	width:220px;
	padding-left:5px;
}
/*@@@@ PATCH TO COVER CHINESE @@@@ 
#menubar table td {
	margin-left:0px;
	background-color:#4E2451;
}
#menubar table a {
	margin-left:-90px;
	display:block;
}*/
#menubar table td {
	margin-left:0px;
	background-color:#4E2451;
	padding-left:20px;
}
#menubar table a {
	vertical-align:middle;
	display:block;
	height:25px;
}
#menubar h1 {
	font-family:Garamond;
	color:white;
	font-style:italic;
	font-weight:lighter;
	font-size:60px;
	text-align:center;
	line-height:55px;
	letter-spacing:1px;
}
#menubar a:visited {
	color:white;
	text-decoration:none;
}
#menubar a:active {
	color:white;
	text-decoration:none;
}
#menubar a {
	color:white;
	text-decoration:none;
}
#menubar a:hover {
	color:white;
	text-decoration:underline;
}
#dbody {
	/*padding:0px 72px 0 222px; /*322 is 250+72*/
	width:1000px;
	margin:0 auto;
}
#bodyleft {
	background-image:url('../i/shadowleft2.png');
	background-position:right top;
}
#bodyright {
	background-image:url('../i/shadowright2.png');
	background-position:left top;
}
#bodyright {
	width:25px;
	background-repeat:repeat-y;
	/*border:1px lime dashed;*/
}
#bodyleft {
	width:25px;
	background-repeat:repeat-y;
	/*border:1px lime dashed;*/
}
#body {
	background-color:#f9f2dc;/*#efe8df;*/
	background-repeat:no-repeat;
	/*background-image:url('../i/bodyback.jpg');*/
	/*background-color:#f9f2dc;
	background-image:url('../i/pattern2.jpg');*/
	color:#47443e;
	padding:0 72px 0 72px;
	vertical-align:top;
}

.dimg {
	border:1px silver solid;
	padding:3px;
	background-color:white;
}

.staple {
	color:white;
	background-color:gray;
}

.emphasis {
	font-weight:900;
	font-style:italic;
	color:#4E2451;
}
.versesrc {
	font-size:small;
	text-align:right;
}

/*SLIDESHOW MOD*/
#slideshow {display:none}
#fullsize {position:relative; width:486px; height:270px; padding:0; border:0; background:#000;margin:0 auto;}
#information {position:absolute; bottom:0; width:486px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:6px 8px 3px; font-size:12px;margin:0}
#information p {padding:0 8px 4px;margin:0;font-size:11px}
#image {width:480px}
#image img {position:absolute; z-index:25; width:auto;text-align:center}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}