/*
Palette
green: #31B44B
dark green: #09762F
orange: #F99D1C
blue: #00AEEF
dark blue: #0087B9
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	background:#FFFFFF;
}

a {
	color: #0087B9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.paging {
	font-size: 12px;
	color:#333333;
}

.sidebar_bkgd {
	background:url(../images/sidebar.bkgd.gif) repeat-y;
}

.page_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
	color: #31B44B;
}

.post_prayer_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #31B44B;
}

.page_img {
/*	border: 1px solid #31B44B;  */
	border: 1px solid #FFFFFF;
}

.page_img2 {
	border: 1px solid #000000;

}

.float-left {
	float: left;
	margin-right: 10px;
}

.success {
	font-size: 12px;
	font-weight: normal;
	color: #009900;
}

.failed {
	font-size: 12px;
	color: #FF0000;
}

/* ABOUT PAGE */
.about_image{
	border: 1px solid #015514;
}
.about_tab_header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	vertical-align: top;
}

.about_tab_body {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 70px;
	vertical-align: middle;
}

.about_tab_link{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 12px;
	vertical-align: bottom;
}

/* END ABOUT PAGE */

/* VOLUNTEER PAGE */
.volunteer_image{
	border: 1px solid #015514;
}
.volunteer_tab_header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	vertical-align: top;
}

.volunteer_tab_body {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 50px;
	vertical-align: middle;
}

.volunteer_tab_link{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 12px;
	vertical-align: bottom;
}
/* END VOLUNTEER PAGE */

/* BLOG PAGE */
.blog-title {
	font-weight: bold;
	font-size: 14px;
}

.blog-title2 {
	font-weight: bold;
	font-size: 16px;
	color: #0087B9;
}

.comment-header {
	background-color: #0087B9;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.comment-header a{
	color: #FFFFFF;
}

.comment-body {
	border-bottom: 1px solid #999999;
	color: #09762f;
}


/* END BLOG PAGE */

/* PRAYER WALL */
.prayerwall-title {
	background-color: #0087B9;
	color: #FFFFFF;
}

.prayerwall-prayer {
	color: #31B44B;
	font-style: italic;
}
/* END PRAYER WALL */

.news-title {
	font-size: 14px;
	font-weight: bold;
	color: #0087B9;
}
.news-event-date {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/* PRAYER RESOURCES PAGE */
.resources_tab_header {
	font-size: 14px;
	font-weight: bold;
	background-color: #0087B9;
	color: #FFFFFF;
	height: 14px;
	vertical-align: top;
}

.resources_tab_body {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 70px;
	vertical-align: middle;
}

.resources_tab_link{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 12px;
	vertical-align: bottom;
}

/* END PRAYER RESOURCE PAGE */