<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #f4f4f4;
	font-family:"Source Sans Pro",Arial, Helvetica, sans-serif;
}
img {
	max-width: 100%;
}
p, table {
	margin: 0 0 10px;
}
a {
	color: #154a16;
	text-decoration: none;
}
a:hover, a:focus {
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #237d26;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 300;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
.clear {
	clear: both;
	height: 0;
}
/** reusable container to limit width **/
.container {
	max-width: 1170px;
}

/**** major framework sections ****/

/***** Admin Menu *****/
#admin-menu {
	background-color: #0f0f0f;
}
#admin-menu ul {
	margin: 0;
}
#admin-menu ul li {
	display: inline-block;
}
#admin-menu ul li a {
	color: #e5e5e5;
	padding: 0.25em 0.5em;
}
#admin-menu ul li a:hover {
	color: #000;
}

header {
	background-color: #fff;
/*	background-image: url(../images/sky-sunny-clouds-cloudy.jpg); */
}
body &gt; div#main {
	background: #d7d7d7 linear-gradient(to bottom, #154a16, #ffffff) repeat-x scroll 0 0;
}
body &gt; footer {
	background-color: #fff;
	border-top: 20px solid #237d26;
	box-shadow: 0 8px 10px -8px #000000 inset;
}
.copyright {
	text-align: center;
	margin: 10px 0;
}

/***** content style customization *****/

.header p {
	margin: 0;
}
.header-right {
	text-align: right;
	font-size: 1.5em;
	line-height: normal;
	margin-top: 70px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.header-right h3 {
	margin-bottom: 0;
	margin-right: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.header-right a {
	color: #fff;
}
div#main &gt; .container {
	background-color: #fff;
}
.main-content {
	padding: 1em;
}
.main-content table th, .main-content table td {
	border-bottom: 1px solid #ddd;
}
.main-content table tr {
}
.main-content table tr:hover {
	background-color: #e6e6e6;
}
.main-content table tr td {
}
.main-content .span6 {
	margin: 0;
}
.blog-featured {
	padding-bottom: 2rem;
}
.blog-featured p, .blog p, .contact, .item-page p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 9px;
}
.leading-0 .item-image {
	margin: 0 10px 10px 0;
}
div.leading-0 h2.item-title {
	margin-bottom: 10px;
}
.blog-item {
	display: inline-block;
	margin-top: 10px;
	padding: 5px;
}
.blog .items-leading .blog-item {
	display: inline;
}
.blog-item .left.item-image, .item-page .left.item-image {
	margin: 0 2em 0 0;
}
h2.item-title, .page-header &gt; h2 {
}
.page-header {
	margin: 0;
	border-bottom: none;
}
.page-header h2 {
	margin-top: 0;
}
.item-page p img, .item p img {
	margin: 0.5em;
}
/***** nav menus &amp; dropdowns *****/
.navbar {
	background: #237d26;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.navbar .container {
	padding: 0;
	display: block;
}
.navbar ul.nav {
}
.navbar ul.nav &gt; li {
}

/***** Sidebar *****/
.sidebar {
	padding: 1em;
}
.sidebar table {
	width: 100%;
}
.sidebar table tr th {
	background-color: #237d26;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
/* .sidebar table tr td {
	border: 1px solid #237d26;
	padding: 0.25em 0.5em;
}*/
.sidebar .moduletable {
	margin-bottom: 10px;
}
.sidebar .moduletable h3 {
	color: #237d26;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 5px;
	padding: 5px 0;
}
/* Service Times Module */
.sidebar .moduletable.servicetimes {
	background-color: #237d26;
	color: #fff;
	padding: 5px 5px 2px 7px;
	border-radius: 5px;
}
.sidebar .moduletable.servicetimes h3, .sidebar .moduletable.servicetimes h4 {
	color: #fff;
}
.sidebar .moduletable.servicetimes h4 {
	border-bottom: 1px solid;
}
.sidebar .moduletable.servicetimes ul {
	padding-left: 12px;
}
.sidebar .moduletable.servicetimes ul li {
	list-style: none;
}
/* Documents - Bulletins Module */
.sidebar .moduletable.bulletins, .sidebar .moduletable.upcomingevents {
	background-color: #eee;
	padding: 5px 5px 5px 7px;
	border-radius: 5px;
}
ul.mod_docman_icons {
	padding-left: 0;
}
.sidebar li.module_document {
	background: linear-gradient(to bottom, #fff, #f0f0f0);
	border-bottom: 1px dotted #237d26;
	padding: 2px;
}
.sidebar .bulletins li.module_document a:hover {
	background-color: #fff;
}
.k-icon-document-pdf {
	color: #ee0000;
}
.sidebar .bulletins .koowa_header__title_link {
	display: block;
}
/* Upcoming Events module */
.sidebar .moduletable.upcomingevents td {
	background: linear-gradient(to bottom, #fff, #f0f0f0);
	border: none;
	border-bottom: 1px dotted #237d26;
}
.ccaevent {
	padding: 0.25em 0.5em;
}
.ccaevent a {
	font-weight: bold;
	color: inherit;
}

/* Category Module */
ul.category-module {
	list-style-type: none;
	margin: 0;
}
ul.category-module li {
	background-color: #eaeaea;
	padding: 5px;
	margin-bottom: 3px;
	border-radius: 5px;
	border: 1px dotted #ccc;
}
.mod-articles-category-title {
	font-weight: bold;
}
.mod-articles-category-date {
	font-style: italic;
	padding-left: 4px;
	border-left: 1px solid;
}
p.mod-articles-category-introtext {
	margin-bottom: 5px;
}
p.mod-articles-category-readmore {
	margin-bottom: 2px;
	text-align: right;
}
p.mod-articles-category-readmore a {
	padding: 4px 5px;
	background-color: #237d26;
	color: #fff;
	border-radius: 5px;
	font-size: 0.75em;
}

/***** Footer *****/

.footer {
	padding: 1.5em;
}
.footer .moduletable {
}
.footer h1 {
	margin-top: 0;
}
.footer a {
}
.footer a:hover {
}

/***** buttons *****/
p.readmore a.btn {
	background-color: #154a16;
	background-image: linear-gradient(to bottom, #237d26, #154a16);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.btn {
	margin-top: 5px;
}
.btn-group {
	margin: 0 0 15px 15px;
}

/***** Module Customizations *****/
ul#submenu li a {
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	color: #154a16;
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 1.25em;
}
.ja-slidenews-item .ja-createdate {
	color: #666666;
	font-size: inherit;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 2px 0;
}
.pastors-study h3 {
	font-style: italic;
	border-bottom: 1px solid;
	font-size: 1.7em;
}
.pastors-study h3:after {
	content: "..."
}
.pastors-study-img {
	float: right;
	max-width: 30%;
	margin: 7em 0 10px 25px;
	background-color: #fff;
	padding: 3px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px #555;
}
.category-desc img {
	float: right;
	max-width: 30%;
	margin: 0 0 10px 25px;
	background-color: #fff;
	padding: 3px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px #555;
}
/***** JEvents Calendar *****/
.jev_toprow .jev_header2 &gt; * {
	height: 26px !important;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #237d26;
	border: 1px solid #237d26;
}
.jev_toprow div.currentmonth {
	border-top: 1px solid #237d26;
	border-bottom: 1px solid #237d26;
	margin-bottom: -1px;
}
.nav-items &gt; div:first-child {
	border-left: 1px solid #237d26;
}.nav-items &gt; div {
	border: 1px solid #237d26;
	border-left: 0px;
}.nav-items &gt; div:last-child {
	border-right: 1px solid #237d26;
}
#jevents_body .nav-items &gt; div a {
	padding: 8px 12px 6px 12px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
	background-color: #237d26;
	color: #FFF;
}
/***** Reusable classes to simplify &amp; standardize custom colors etc *****/
.alert {
	padding: 15px;
	margin-bottom: 10px;
}
.alert p {
	margin-bottom: 0;
	font-size: 1.5em;
	line-height: normal;
}
.left {
	float: left;
}
.center { 
	text-align: center;
}
blockquote {
	background-image: url("../images/quotes.png");
	background-position: left -20px;
	background-repeat: no-repeat;
	padding: 25px;
}
blockquote p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0;
}</pre></body></html>