html
{
	background-color: #3C3964;
	color: #111;
}
a
{
	color: #996633;
}
div#doc
{
	background-image: url("../images/design/content_bg.jpg");
	background-repeat: repeat;
	background-color: #FDF9EA;
}
div#nav
{
	background-color: #F9F8F2;
	background-image: url("../images/design/nav_bar_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #ddd;
	margin-bottom: 5px;
}
div#nav li
{
	background-image: url("../images/design/nav_button_bg_shadow.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#nav a
{
	color: #493C3C;
	background-image: url("../images/design/nav_button_bg_highlight.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#nav a.active
{
	color: #A96800;
	background-image: url("../images/design/nav_active.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#nav a:hover
{
	color: #867856;
	background-color: #ddd;
}
div#bd div#yui-main
{
	border-color: #ddd;
}
div.post
{
	border-bottom-color: gray;
}
div#ft table#contact_info
{
	background-color: #F9F8F2;
	border-color: #ddd;
	color: #2B1200;
}
.photo
{
	background-color: white;
	border-color: #ddd;
}
.styled_block
{
	background-image: url("../images/design/divider.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/*----- scripture styling -----*/


q.scripture
{
	color: #8B4513;
}


blockquote.scripture
{
	color: #8B4513;
}

blockquote.scripture cite
{
	color: #A0A0A0;
}

blockquote.scripture ins
{
	color: #006400;
}

blockquote.scripture ins cite
{
	color: #006400;
}
