/* Overall styling */
html {
	color: #fff;
	background-color: #feec26;
}
body {
	background: #0073aa url(../media/img/background_yellow.jpg) repeat-y;
	color: #fff;
	font-size: 10pt;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
	width: 1000px;
}
a {
	color: #fbed12;
}
a:hover {
	color: #fbbd12;
}
fieldset {
	border: 1px solid #feec26;
	margin-top: 10px;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	color: #feec26;
	text-align: center;
}
hr {
	border: none;
	border-top: 2px solid #feec26;
	height: 1px;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
input {
	border: 1px solid #333;
	padding: 2px;
}
input:focus, textarea:focus {
	background-color: #d9f7e9;
}
input.text {
	width: 263px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	font-variant: small-caps;
	padding: 2px 0 2px 0;
	width: auto;
}
p {
	padding-left: 4px;
	padding-right: 4px;
	text-align: justify;
	margin-bottom: 8px;
}
body>p {
	margin-bottom: 12px;
}
select {
	border: 1px solid #333;
	padding: 2px;
}
textarea {
	border: 1px solid #333;
	padding: 2px;
}
.checkbox {
	border: none;
	float: left;
	font-variant: normal;
	padding: 0;
}
.error {
	background-color: #f5998b;
	border: 2px solid #b62510;
	font-weight: bold;
	min-height: 26px;
	padding: 3px;
	text-align: center;
}
.error span {
	vertical-align: middle;
}
.message {
	background-color: #bdd6ba;
	border: 2px solid #558550;
	font-weight: bold;
	min-height: 26px;
	padding: 3px;
	text-align: center;
}
.message span {
	vertical-align: middle;
}
.missing {
	color: #ff0;
	font-style: italic;
	font-weight: bold;
}
.filler {
	clear: both;
	display: none;
	visibility: hidden;
}
.paragraph {
	padding: 10px 4px 0 4px;
	text-align: justify;
	margin-bottom: 8px;
}
.submit {
	margin-top: 10px;
}
button span {
	display: none;
}
button {
	border: none;
	display: block;
	float: left;
	margin-right: 10px;
	height: 21px;
	width: 91px;
}
.button_add {
	background: transparent url(../media/img/buttons/button_add.gif) no-repeat 0 0;
}
.button_save {
	background: transparent url(../media/img/buttons/button_save.gif) no-repeat 0 0;
}
.button_cancel {
	background: transparent url(../media/img/buttons/button_cancel.gif) no-repeat 0 0;
}
.button_email {
	background: transparent url(../media/img/buttons/button_email.gif) no-repeat 0 0;
}
.button_login {
	background: transparent url(../media/img/buttons/button_login.gif) no-repeat 0 0;
}
.button_submit {
	background: transparent url(../media/img/buttons/button_submit.gif) no-repeat 0 0;
}
.button_remove {
	background: transparent url(../media/img/buttons/button_remove.gif) no-repeat 0 0;
}
.button_reset {
	background: transparent url(../media/img/buttons/button_reset.gif) no-repeat 0 0;
}
.button_go {
	background: transparent url(../media/img/buttons/button_go.gif) no-repeat 0 0;
}
.button_upload {
	background: transparent url(../media/img/buttons/button_upload.gif) no-repeat 0 0;
}
.button_download {
	background: transparent url(../media/img/buttons/button_download.gif) no-repeat 0 0;
}

/* PDF link */
a.pdficon {
	background: url(../media/img/icons/icon_pdf.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.pdficon, a:visited.pdficon {
	background: url(../media/img/icons/icon_pdf_over.gif) no-repeat 3px 7px;
}

/* XLS link */
a.xlsicon {
	background: url(../media/img/icons/icon_xls.gif) no-repeat 3px -37px;
	padding: 5px 0 5px 25px;
}
a:hover.xlsicon, a:visited.xlsicon {
	background: url(../media/img/icons/icon_xls.gif) no-repeat 3px 7px;
}

/* PPT link */
a.ppticon {
	background: url(../media/img/icons/icon_ppt.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.ppticon, a:visited.ppticon {
	background: url(../media/img/icons/icon_ppt_over.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* ZIP link */
a.zipicon {
	background: url(../media/img/icons/icon_zip.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.zipicon, a:visited.zipicon {
	background: url(../media/img/icons/icon_zip_over.gif) no-repeat 3px 7px;
}

/* JPEG link */
a.jpgicon {
	background: url(../media/img/icons/icon_jpg.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.jpgicon, a:visited.jpgicon {
	background: url(../media/img/icons/icon_jpg_over.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* MS Word link */
a.wordicon {
	background: url(../media/img/icons/icon_word.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.wordicon, a:visited.wordicon {
	background: url(../media/img/icons/icon_word_over.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* Order link */
a.ordericon {
	background: url(../media/img/icons/bullet_arrow_top.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}
a:hover.ordericon {
	background: url(../media/img/icons/bullet_arrow_bottom.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Add link */
a.addicon {
	background: url(../media/img/icons/add.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Edit link */
a.editicon {
	background: url(../media/img/icons/pencil.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}
a.editicon:hover {
	background: url(../media/img/icons/pencil_go.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Remove link */
a.removeicon {
	background: url(../media/img/icons/delete.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Enable link */
a.enableicon {
	background: url(../media/img/icons/connect.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Disable link */
a.disableicon {
	background: url(../media/img/icons/disconnect.png) no-repeat 3px 7px;
	padding: 5px 0 5px 22px;
}

/* Help link */
a.helpicon {
	background: url(../media/img/icons/help.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* Download link */
a.downloadicon {
	background: url(../media/img/icons/icon_download.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.downloadicon {
	background: url(../media/img/icons/icon_download.gif) no-repeat 3px -39px;
	padding: 5px 0 5px 25px;
}

/* HTML link */
a.htmlicon {
	background: url(../media/img/icons/world.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.htmlicon {
	background: url(../media/img/icons/world_go.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* Email link */
a.emailicon {
	background: url(../media/img/icons/email.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a:hover.emailicon {
	background: url(../media/img/icons/email_go.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}
a.removeemailicon {
	background: url(../media/img/icons/email_delete.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* Print link */
a.printicon {
	background: url(../media/img/icons/printer.png) no-repeat 3px 7px;
	padding: 5px 0 5px 25px;
}

/* View More link */
a.viewicon {
	background: url(../media/img/icons/zoom.png) no-repeat 3px 7px;
	padding: 3px 0 3px 20px;
}

/* More link */
a.more {
	background: url(../media/img/icons/bullet_go.png) no-repeat 3px 7px;
	padding: 5px 0 5px 18px;
}

/* Report link */
a.reporticon {
	background: url(../media/img/icons/report.png) no-repeat 3px 7px;
	padding: 7px 0 7px 25px;
}
a.reporticon:hover {
	background: url(../media/img/icons/report_go.png) no-repeat 3px 7px;
}

/* Header */
#header {
	height: 255px;
	width: auto;
}
#header h1 {
	background: transparent url(../media/img/header.jpg) no-repeat top left;
	height: 255px;
	width: 966px;
}
#header span {
	display: none;
}

/* Container */
#container {
	/*
	background: #0073aa url(../media/img/background_yellow.jpg) repeat-y;
	*/
	padding: 0 17px 0 17px;
	width: 966px;
}

/* Left */
#left {
	background: transparent;
	float: left;
	margin-right: 2px;
	width: 198px;
}
#left #navheader {
	background: #73b829 url(../media/img/dckmenu.jpg) no-repeat left;
	height: 26px;
}
#left #navheader span {
	display: none;
}
#left #navmenu {
	margin: 0;
	padding: 0;
}
#left #navmenu li {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	width: 90%;
}
#left .login {
	font-size: 85%;
	margin-left: 10px;
}
#left li a {
	display: block;
	font-size: 115%;
}
html>body #left li a {
	width: auto;
}
#left li a span {
	display: none;
}
#left li a.home {
	background: url(../media/img/menu/home.jpg) no-repeat 0 0;
	height: 53px;
	width: 198px;
}
#left li a.home:hover {
	background: url(../media/img/menu/home.jpg) no-repeat 0 -53px;
}
#left li a.events {
	background: url(../media/img/menu/events.jpg) no-repeat 0 0;
	height: 61px;
	width: 198px;
}
#left li a.events:hover {
	background: url(../media/img/menu/events.jpg) no-repeat 0 -61px;
}
#left li a.palms {
	background: url(../media/img/menu/palms.jpg) no-repeat 0 0;
	height: 47px;
	width: 198px;
}
#left li a.palms:hover {
	background: url(../media/img/menu/palms.jpg) no-repeat 0 -47px;
}
#left li a.bgmc {
	background: url(../media/img/menu/bgmc.jpg) no-repeat 0 0;
	height: 54px;
	width: 198px;
}
#left li a.bgmc:hover {
	background: url(../media/img/menu/bgmc.jpg) no-repeat 0 -54px;
}
#left li a.spotlight {
	background: url(../media/img/menu/spotlight.jpg) no-repeat 0 0;
	height: 48px;
	width: 198px;
}
#left li a.spotlight:hover {
	background: url(../media/img/menu/spotlight.jpg) no-repeat 0 -48px;
}
#left li a.gallery {
	background: url(../media/img/menu/gallery.jpg) no-repeat 0 0;
	height: 54px;
	width: 198px;
}
#left li a.gallery:hover {
	background: url(../media/img/menu/gallery.jpg) no-repeat 0 -54px;
}
#left li a.hosanna {
	background: url(../media/img/menu/hosanna.jpg) no-repeat 0 0;
	height: 63px;
	width: 198px;
}
#left li a.hosanna:hover {
	background: url(../media/img/menu/hosanna.jpg) no-repeat 0 -63px;
}
#left li a.kidzone {
	background: url(../media/img/menu/kidzone.jpg) no-repeat 0 0;
	height: 43px;
	width: 198px;
}
#left li a.kidzone:hover {
	background: url(../media/img/menu/kidzone.jpg) no-repeat 0 -43px;
}
#left li a.contact {
	background: url(../media/img/menu/contact.jpg) no-repeat 0 0;
	height: 52px;
	width: 198px;
}
#left li a.contact:hover {
	background: url(../media/img/menu/contact.jpg) no-repeat 0 -52px;
}

/* Wrapper */
#wrapper {
	background: url(../media/img/shadow.jpg) repeat-x 0 0 ;
	height: 10px;
	width: 965px;
}

/* Content */
* html #content {
	height: 450px;
}
#content {
	background: url(../media/img/content_base.jpg) no-repeat 50% 100%;
	float: left;
	font-size: 11pt;
	min-height: 450px;
	padding-top: 10px;
	padding-bottom: 95px;
	width: 540px;
}
#content .editor {
	clear: both;
	text-align: right;
}
#content .pager {
	color: #fff;
	font-size: 115%;
}
#content .pager a {
	color: #fbed12;
}
#content .pager a:hover {
	color: #fbbd12;
}

#content .pager {
	border: 0;
	font-size: 115%;
	width: auto;
}
#content .pager td {
	border: 0;
}


/* Admin */
#content #admin {
	margin-bottom: 10px;
	text-align: right;
}

/* Photocard */
#photocard {
	background: #0073aa;
	float: right;
}
#photocard span {
	display: none;
}

/* Right */
#right {
	margin-right: 1px;
	clear: right;
	float: right;
	width: 221px;
	text-align: center;
}
#right #bgmc_tracker {
	background: #0073aa url(../media/img/bgmc_tracker2.jpg) no-repeat 0 0;
	height: 45px;
	margin-bottom: 8px;
	padding-top: 30px;
}
#right #bgmc_tracker h1 {
	display: none;
	height: 75px;
}
#right #bgmc_tracker span {
	display: none;
}
#right #bgmc_tracker table {
	width: 80%;
}
#right #bgmc_tracker td {
	padding: 0;
}
#right #bgmc_tracker .goal_title {
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	width: 50%;
}
#right #bgmc_tracker .goal_amount {
	font-style: italic;
}
#right #bgmc_tracker .raised_title {
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	width: 50%;
}
#right #bgmc_tracker .raised_amount {
	font-style: italic;
}
#right #spotlight {
	background: #0073aa url(../media/img/spotlight2.jpg) no-repeat 0 0;
	height: 105px;
	margin-top: 15px;
}
#right #spotlight .name {
	letter-spacing: 2px;
	font-size: 125%;
	padding-top: 50px;
}
#right #spotlight .name a {
	color: #ff0;
}
#right #spotlight .readmore {
	display: none;
	margin-bottom: 12px;
	margin-top: 4px;
}
#right #spotlight .none {
	font-weight: bold;
	padding: 53px 0 0 5px;
}
#right #bibleverses {
	background: transparent url(../media/img/bibleverse2.jpg) no-repeat 0 0;
	height: 120px;
	padding-top: 30px;
}
#right #bibleverses #verses {
	display: none;
	height: 26px;
}
#right #bibleverses #verses span {
	display: none;
}
#right #bibleverses .reference {
	font-weight: bold;
	margin: 3px;
}

/* Footer */
#footer {
	background: #00496d url(../media/img/footer.gif) no-repeat 0 6px;
	clear: both;
	font-size: 80%;
	padding: 35px 4px 6px 4px;
	text-align: center;
	vertical-align: bottom;
	width: 957px;
}

/* Base (beneath Footer) */
#base {
	background: url(../media/img/base_yellow.jpg) no-repeat;
	height: 23px;
}
