﻿@import url(layout.css);
body {
	color: #36a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #7A93DF;
}
#container {
	width: 100%;
	margin: 0;
/*	background-color: #7A93DF;	*/
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #7A93DF;
}
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#masthead a {
	font-variant:small-caps;
	color: #00f;
	text-decoration: none;
}
#masthead a:link {
	color: #00f;
}
#masthead a:visited {
	color: #00f;
}
#masthead a:hover {
	color: yellow;
}
#navigation_left {
	position: absolute;
	left: 0;
	top: 120px;
/*	float: left;	*/
	width: 200px;
	background-color: #7A93DF;
	padding-bottom: 12px;
}
#navigation_left div {
	background-color: #800;
	padding: 4px;
	margin: 4px 4px 8px 4px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#navigation_left p {
	font-size: 1.05em;
	color: #630;
	background-color: #fc0;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	border: 1px #ccc solid;
}
#navigation_left div ul {
	text-indent: 2px;
	border: thin;
	margin: 4px auto 8px 4px;
	padding: 0;
}
#navigation_left div li {
	list-style: none;
	border: 1px #800 solid;
	margin: 0;
}
#navigation_left div a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin: 0;
	display: block;
}
#navigation_left a:hover {
	color: #fc0;
	background-color: #c00000;
	font-weight: bold;
/*	letter-spacing: 0.05em; */
}
#content {
	position: relative;
	margin-left: 200px;
	min-height: 640px;
	padding: 0;
}
#photogallery img {
	margin: 12px;
}
.article {
	position: relative;
	border: 1px #ccf solid;
	margin: 0px 12px 16px 4px;
	padding-bottom: 8px;
	background-color: #F5F4EB;
}
.article h1 {
	color: #fff;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.4em;
	padding: 4px 4px 4px 36px;
	margin-top: 0;
	background-image:url('../images/DiskSmall.gif');
	background-repeat:no-repeat;
	background-position: 4px center;
}
.article h4,p {
	margin: auto 12px;
	margin-left: 12px;
}
.article h4 {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0;
}
.article p {
	text-align: justify;
	margin-top: 0;
}
.article h4.date {
	font-size: 0.94em;
	color: orange;
	margin-top: 0;
	margin-bottom: 0pt;
	text-indent: 4pt;
}
.article a {
	font-weight: bold;
}
#mission {
	color: #800000;
	background-color: #fc0;
	padding: 4px;
	border: 2px #800000 inset;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
}
.pagecontent {
	margin-left: 24px;
	margin-right: 18px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px #ccf solid;
}
.pagecontent p {
	margin-bottom: 1em;
	text-align: justify;
}
.pagetitle {
	margin-top: 0;
	margin-left: 0px;
}
.ybcinfo {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 24px;
	margin-right: 4px;
	padding: 12px 12px 6px 12px;
	font-size: 0.88em;
	background-color: #99CCFF;
	border: 1px #fff solid;
}
/* Styles for Schedule Page */
#schedule {
	background-color: #F5F4EB;
	padding: 12px;
}
#schedule h2 {
	text-align: center;
	color: #909;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
p {}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #800000;
	text-decoration: none;
}
#footer a:hover {
	color: #fc0;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul {
	margin-top: 0;
}
.listheader {
	margin-bottom: 0px;
}
/* Sidebar styles */
.sideBarRight {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	padding: 15px 5px 15px 10px;
	border-right-width: 35px;
	border-right-style: solid;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
	position: relative;
	right: -24px;
}
.sideBarLeft {
	font-weight: bold;
	color: #fff;
	background-color: #009;
	padding: 15px 5px 15px 10px;
	border-left-width: 35px;
	border-left-style: solid;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 200px;
	float: left;
	position: relative;
	left: -24px;
}
.sideBarBlue {
	border-color: #0000FF;
}
.sideBarRed {
	border-color: #FF0000;
}
.sideBarGold {
	border-color: #FFCC33;
}
.sideBarGreen {
	border-color: #006633;
}
.sideBarTeal {
	border-color: #336699;
}
.sideBarOrange {
	border-color: #FF6600;
}
.subTitle {
	font-size: 0.82em;
	margin-left: 1em;
}
.inlineheader {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
.prayer {
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
}
.prayerheader {
	text-align: center;
	font-weight: bold;
}
strong.code {
	font-family: "Courier New", Courier, monospace;
}
