/*   
Theme Name: Frontline Church
Description: A Custom Theme
Author: Destiny Creative
Author URI: http://destinycreative.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

/*  Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align:baseline;*/
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
}
body {
	font-size: 12px;
	line-height: 18px;
}
ol, ul {
	list-style: none
}


blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/*  Global  */
body {
}
/*  Misc  */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	color: #545454;
	font-weight: 400;
}
a {
	text-decoration: none;
}
.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}
.alignright {
	margin: 0 0 15px 15px;
	float: right;
}
.cl {
	clear: both;
	display: block;
}
.tooltip {
	display: none;
	background: transparent url(images/tooltip.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
/*
	Globals
*/

* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	font: 12px/16px Georgia, Times, serif;
	color: #000;
	background-color: #000;
	background: #fff url(images/background.gif) repeat 0 0;
	text-align: left;
}
a {
	color: #ba2323;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.img img {
	display: block;
	border: 3px solid #c2b395;
}
input, select, textarea {
	font: 11px Arial, Sans-Serif;
	color: #000;
}
.field, textarea {
	background: #fff;
	border: 1px solid #ccc;
}
input.checkbox, input.radio {
	float: left;
	display: inline;
	height: 13px;
	width: 13px;
	margin: 2px 5px 0 0;
}
label.checkbox, label.radio {
	float: left;
	display: inline;
	line-height: 13px;
}
input.submit {
	border: 0;
	cursor: pointer;
}
textarea {
	overflow: auto;
}
fieldset {
	border: 0;
	padding-bottom: 15px;
}
ul, ol {
	list-style: none outside none;
}
.ar {
	display: block;
	text-align: right;
}
.al {
	display: block;
	text-align: left;
}
.ac {
	display: block;
	text-align: center;
}
.fr {
	float: right !important;
	display: inline;
}
.fl {
	float: left !important;
	display: inline;
}
.cl {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.hidden {
	display: none;
}
.rel {
	position: relative;
}
.shell {
	width: 1001px;
	margin: 0 auto;
}
h2, h3, h4, h5 {
}
h2 {
	font-size: 38px;
 font-style:;
	/*color: #2C2C2C !important;*/
	margin: 0 0 25px;
}
h3 {
	font-size: 24px;
 font-style:;
	/*color: #2C2C2C !important;*/
	margin: 0;
}
h4 {
}
h5 {
}
p {
	padding-bottom: 15px;
}
small {
	font-size: 10px;
}
/*
	Campus Nav
*/

#campus-nav {
	/*padding: 30px 0 24px 38px;*/
	padding: 5px auto;
	color: #c7c7c7;
	position: relative;	/*line-height: 21px;
	height: 100%;*/
}
#campus-nav p {
	/* Start LNI */
	font-family: Tahoma, Geneva, sans-serif;
	/* End LNI */
	padding: 15px 0 0 0;
	font-weight: bold;
	color: #c7c7c7;
}
#campus-nav p span {
	text-decoration: underline;
}
/*start LNI*/
.campus-top {
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	width: 16%;
	border-left: solid 1px #999;
	/*background-image: url(images/campustopbg.png);*/
	font-size: 10px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 10px;
	line-height: normal;
	color: #c7c7c7;
}
.campus-top a {
	color: #C7C7C7;
}
a.campus-top-title {
	font-size: 12px;
	/*color: #BA2323;*/	
	margin: 0;
	font-weight: bold;
}
/* End LNI */
.campuses {
	float: left;
	display: inline;
	margin-left: 18px;
}
/*
.campuses a {
	float: left;
	display: inline;
	width: 86px;
	height: 27px;
	margin-right: 15px;
	font: bold 12px/21px Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #c7c7c7 !important;
}
.campuses a:hover, .campuses a.hover, .campuses a.active {
	background: url(images/campus-btn.png);
	text-decoration: none;
	color: #fff !important;
}
#campus-nav li ul {
	position: absolute;
	top: 27px;
	left: 0;
	width: 94px;
	background: #a20001;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	display: none;
	behavior: url(css/PIE.htc);
}
#campus-nav li ul li {
	float: none;
	display: block;
	line-height: 20px;
	text-transform: none;
}
#campus-nav li ul li a {
	float: none;
	display: block;
	height: auto;
}
#campus-nav li ul li a:hover {
	background-image: none;
	text-decoration: none;
}
.tooltip {
	margin-top: 5px;
	border-width: 0px;
	display:none;
	background: #1b1a18;
	height: auto;
	width:169px;
	padding: 13px;
font-size:;
	color:#c8c8c6;
	font: 11px/16px Arial, sans-serif;
	z-index: 9999;
}
.tooltip {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
}
.tooltip a {
	color: #c8c8c6;
}
*/
/*
	Mainbox
*/

#mainbox {
	background: #f5e5c3 url(images/mainbox-bg.gif) repeat-y 0 0;
	-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
	box-shadow: 0 0 50px #000;
	margin-bottom: 15px;
	behavior: url(css/PIE.htc);
}
#mainbox-t {
	background: url(images/mainbox-top.gif) no-repeat 0 0;
	height: 100%;
}
/*
	Header
*/

#header {
	position: relative;
	z-index: 2;
	height: 100%;
}
h1#logo {
	height: 43px;
	width: 217px;
	padding: 32px 35px 0 62px;
}
h1#logo a {
	display: block;
	height: 43px;
	background: url(images/logo.png);
}
#navigation {
	float: left;
	display: inline;
	padding-top: 55px;
}
#navigation ul {
}
#navigation ul li {
	float: left;
	display: inline;
	font: 19px/21px Georgia, Times, serif;
	margin-right: 20px;
}
#navigation ul li.last {
	margin: 0;
}
#navigation ul > li a {
	color: #000;
	font-family: 'Abel', arial, serif;/*margin-bottom:1px;*/
}
#navigation ul > li a:hover, #navigation ul > li a.active {
	color: #bb322e;
	text-decoration: underline;
	/*border-bottom: 1px dotted #bb322e;*/
	margin: 0;
}
#navigation ul li li a:hover, #navigation ul li li {
	border: 0;
	font-size: 16px;
	text-decoration: none;
}
#navigation ul ul {
	display: block !important;
	visibility: visible !important;
}
/*
	Content
*/

#content {
	position: relative;
	z-index: 1;
}
.content-separator {
	height: 48px;
	width: 1001px;
	background: url(images/content-separator.gif) no-repeat 0 0;
}
/*
	Main Slider
*/

#main-slider {
	height: 505px;
	width: 900px;
	padding: 10px;
	/*background: url(images/main-slider-frame.gif) no-repeat 0 0;*/
	margin: 25px auto 0;/*position: relative;
	overflow: hidden;*/
}
/*#main-slider .prev {
	display: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 244px;
	left: 15px;
	background: url(images/hori_large.png) no-repeat 0 0;
	z-index: 999;
}
#main-slider .prev:hover {
	background-position: -30px 0;
}
#main-slider .next {
	display: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 244px;
	right: 15px;
	background: url(images/hori_large.png) no-repeat 0 -30px;
	z-index: 999;
}
#main-slider .next:hover {
	background-position: -30px -30px;
}
#main-slider .navi {
	position: absolute;
	top: 520px;
	left: 420px;
	height: 5px;
}
#main-slider .navi a {
	float: left;
	display: inline;
	height: 5px;
	width: 5px;
	background: url(images/main-slider-nav.gif);
	margin-right: 7px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#main-slider .navi a:hover, #main-slider .navi a.active {
	background-image: url(images/main-slider-nav-active.gif);
}
#main-slider .scrollable {
	position: relative;
	overflow: hidden;
	height: 500px;
	width: 900px;
}
#main-slider .scrollable .items {
	position: absolute;
	width: 2000em;
}
#main-slider .scrollable .items div.slide {
	width: 900px;
	float: left;
	display: inline;
	height: 500px;
	position: relative;
}
#main-slider .scrollable .items div.slide a img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
#main-slider .note {
	position: absolute;
	bottom: 0;
	left: 170px;
	height: 53px;
	width: 513px;
	background: url(images/main-slider-note.png) no-repeat 0 0;
	padding: 0 20px;
	line-height: 53px;
}
#main-slider .note p {
	font: 16px/53px Georgia, Times, serif;
	color: #262626;
	padding: 0;
}
#main-slider .note p strong {
	color: #b8322e;
}
#main-slider .note .launch-btn {
	margin: 15px 0 0 0;
}
a.launch-btn {
	height: 27px;
	width: 76px;
	background: url(images/launch-btn.gif) no-repeat 0 0;
}*/
/*
	Tweet Area
*/

.tweet-area {
	padding-left: 70px;
	padding-bottom: 10px;
	padding-right: 70px;
	padding-top: 10px;
	border-bottom: 3px solid #c4b79c;
}
.tweet-area p {
	/*background: url(images/twitter-bird-light-bgs.gif) no-repeat 0 top;*/
	padding-left: 45px;
	padding-bottom: 10px;
	font: 14px/20px Georgia, Times, serif;
}
.tweet-area p span {
	color: #c2322e;
}
.tweet-area p a {
	color: #000;
	text-decoration: underline;
}
.tweet-area p a:hover {
	color: #000;
	text-decoration: none;
}
.tweet-area h4 {
	font-size: 14px;
	letter-spacing: 0px;
}
/*
	Middle Slider
*/

#middle-slider {
	padding: 45px 0 50px 14px;
	height: 189px;
	background: url(images/mid-content-bg.gif);
	border: 4px solid #000;
}
#middle-slider .prev {
	float: left;
	display: inline;
	height: 20px;
	width: 16px;
	background: url(images/mid-slider-prev.png);
	margin: 71px 17px 0 0;
}
#middle-slider .next {
	float: left;
	display: inline;
	height: 20px;
	width: 16px;
	background: url(images/mid-slider-next.png);
	margin: 71px 0 0 0;
}
#middle-slider .scrollable {
	float: left;
	display: inline;
	width: 904px;
	height: 189px;
	position: relative;
	overflow: hidden;
}
#middle-slider .scrollable .items {
	position: absolute;
	width: 2000em;
}
#middle-slider .scrollable .items .slide {
	float: left;
	display: inline;
	width: 247px;
	padding-right: 73px;
	position: relative;
	overflow: hidden;
}
#middle-slider .scrollable .items .slide .info {
	background: #000;
	height: 38px;
	border-bottom: 3px solid #262626;
	width: 227px;
	color: #666;
	line-height: 38px;
	padding: 0 10px;
}
#middle-slider .scrollable .items .slide .info span {
	color: #a0322e;
}
#middle-slider .scrollable .items .slide .info .go-btn {
	margin-top: 10px;
}
a.go-btn {
	height: 21px;
	width: 31px;
	background: url(images/go-btn.png);
}
/*
	Side Pic
*/

#side-pic {
	padding-left: 50px;
	padding-bottom: 40px;
	padding-right: 50px;
	padding-top: 40px;
	background: url(images/mainbox-bottom.gif) no-repeat 0 0;
	height: 100%;
}
#side-pic .post-img {
	margin-right: 25px;
}
#side-pic .post-entry a {
	color: #c2322e;
}
#side-pic .first {
	float: left;
	display: inline;
	width: 489px;
}
#side-pic .first .post-entry {
	width: 250px;
	font: 13px/21px Georgia, Times, serif;
}
#side-pic > .last {
	float: left;
	display: inline;
	width: 405px;
}
#side-pic > .last .post-entry {
	width: 205px;
	font: 13px/21px Georgia, Times, serif;
}
/*
	Breadcrumbs
*/

.breadcrumbs {
	float: left !important;
	display: inline;
	background: url(images/breadcrumbs-bg.png);
	line-height: 19px;
	padding: 0 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	margin: 12px 0 7px 310px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.breadcrumbs p {
	float: left;
	display: inline;
	padding: 0 0 0 14px;
	background: url(images/icon-plus-black.png) no-repeat 0 center;
	font: 11px/19px "Lucida Grande", Arial, sans-serif;
}
.breadcrumbs p a {
	color: #ba2323;
}
/*
	Fullcolumn
*/

.fullColumn {
	width: 90%;
	margin-left: 38px;
}
/*
	Widecolumn
*/

.widecolumn {
	width: 654px;
	margin-left: 38px;
}
.widecolumn .post, .fullColumn .post {
	background: url(images/post-bg.png) repeat-y 0 0;
	padding: 10px 0 15px 12px;
	height: 100%;
	margin-bottom: 30px;
}
.widecolumn .post .box, .fullColumn .post .box {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #bfbaa9;
	behavior: url(css/PIE.htc);
	height: 100%;
	position: relative;
}
.widecolumn .post-head, .fullColumn .post-head {
	float: left;
	display: inline;
	height: 29px;
	background: #ba2323 url(images/post-head-bg.png) no-repeat 0 0;
	padding-left: 40px;
	font: 11px/29px Helvetica, Arial, sans-serif;
	color: #e4aaaa;
}
.widecolumn .post-head, .fullColumn .post-head {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(css/PIE.htc);
	position: relative;
	margin: 20px 0 25px -3px;/*text-shadow: 1px 0 #823939;*/
}
.widecolumn .post-head span, .fullColumn .post-head span {
	float: left;
	display: inline;
	margin-right: 15px;
	color: #fff;
}
.widecolumn .post-head a, .fullColumn .post-head a {
	font: bold 11px/29px Georgia, Times, serif;
	color: #fff;
}
.widecolumn .post-wrapper, .fullColumn .post-wrapper {
	padding: 0 44px 0 33px;
	height: 100%;
	font: 13px/26px Georgia, Times, serif;
	color: #666666;
}
.widecolumn .post-wrapper a, .fullColumn .post-wrapper a {
	color: #ba2323;
}
.widecolumn .post-wrapper li, .fullColumn .post-wrapper li {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	font-size: 11px;
	color: #666666;
}
.widecolumn .post-wrapper ul, .fullColumn .post-wrapper ul {
	background-color: #F8F8F8;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 10px;
	padding: 10px;
}
.pagetitle {
	margin-left: 0;
	margin-bottom: 24px;
	margin-right: 0;
	margin-top: 0;
	line-height: 39px;
	font-size: 38px;
 font-style:;
 text-transform:uppercase;
/*color:#2C2C2C !important;*/
}
.pagetitle a {
	color: #2C2C2C !important;
	font-family: 'Abel', arial, serif;
}
.pagetitle a:hover {
	color: #ba2323 !important;
	text-decoration: none;
}
.custom-nav li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 7px 7px 7px 0;
	border-right: 2px solid #C25251;
}
.custom-nav li a {
	font-family: "Helvetica", "Arial", sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: uppercase;
}
.custom-nav li a:hover {
	color: #D0D0D0;
	text-decoration: none;
}
.spacer {
	height: 15px;
	display: block;
	line-height: 19px;
	margin: 12px 0 7px;
}
.menu-spacer {
	display: block;
	height: 29px;
	margin: 20px 0 20px;
}
.index .post {
	margin-bottom: 2px !important;
}
.post-nav {
	display: block;
	float: left;
	height: 23px;
	margin: 20px 5px;
}
.post-nav a {
	background: #fff;
 font-style:;
	color: #ba2323;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #bfbaa9;
	behavior: url(css/PIE.htc);
}
.img-shadow {
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	behavior: url(css/PIE.htc);
	padding: 0;
	margin-bottom: 25px;
}
.post-share, .page-buttons {
	background: url(images/post-share-bg.gif);
	padding: 20px 30px;
	height: 100%;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radis: 0 0 3px 3px;
	behavior: url(css/PIE.htc);
}
.post-share a {
	float: left;
	display: inline;
	height: 41px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.post-share a.share-this-btn {
	width: 122px;
	background: url(images/share-this-btn.png);
}
.post-share a.twitter-btn {
	width: 33px;
	background: url(images/icon-twitter.png);
}
.post-share a.facebook-btn {
	width: 33px;
	background: url(images/icon-facebook.png);
}
.post-share a span {
	background: none;
}
.page-buttons a {
	text-indent: 0 !important;
	font-weight: bolder !important;
}
.red-button {
	background: url(images/btnbg.jpg) repeat-x;
	text-transform: uppercase;
	font: 14px Arial, sans-serif !important;
	height: 41px;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #bfbaa9;
	behavior: url(css/PIE.htc);
	color: #fff !important;
}
.red-button:hover {
	text-decoration: none;
	background-position: 0 -24px;
}
.page-buttons span {
	color: #262626;
	font-size: 14px;
	margin: 0 0 0 10px;
}
.author-info {
	padding: 0 0 25px 12px;
}
.author-avatar {
	float: left;
	display: inline;
	width: 70px;
	margin-right: 22px;
}
.author-description {
	float: left;
	display: inline;
	width: 520px;
}
.author-description h2 {
	font-size: 11px;
	color: #666;
	font-weight: normal;
 font-style:;
	margin-bottom: 5px;
}
.author-description p {
	line-height: 21px;
	color: #666;
	padding-bottom: 0;
}
#comments {
}
#comments-title {
	height: 52px;
	width: 365px;
	background: url(images/post-comment-heading.gif);
	margin-bottom: 15px;
}
#comments .comment {
	padding-left: 100px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	color: #666;
}
#comments .comment li {
	margin: 15px 0 0;
}
#comments .comment a.img {
	position: absolute;
	top: 0;
	left: 0;
}
#comments .comment-body {
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
#comments .comment-body p {
	padding-bottom: 0;
}
#comments .comment-body .reply {
	font-size: 11px;
 font-style:;
}
#comments #cancel-comment-reply {
	margin: 10px 0;
}
#comments .reply-body .field {
	float: left;
	display: inline;
	width: 160px;
	height: 32px;
	background: url(images/comment-field.gif);
	border: 0;
	padding: 0 10px;
}
#comments .comment li .reply-body .field {
	width: 125px;
}
#comments .comment li li .reply-body .field {
	width: 93px;
}
#comments .reply-body .field input {
	font: 12px/16px Georgia, Times, serif;
	color: #a69b86;
	border: 0;
	background: none;
	height: 15px;
	width: 100%;
	padding: 8px 0;
}
#comments .reply-body .middle-field {
	margin: 0 7px;
}
#comments .reply-body .area-holder {
	height: 120px;
	width: 530px;
	background: url(images/comment-texarea.gif) no-repeat 0 0;
	margin-top: 10px;
	padding: 12px;
}
#comments .reply-body .area-holder textarea {
	display: block;
	height: 120px;
	width: 530px;
	border: 0;
	background: none;
	resize: none;
	font: 12px/16px Georgia, Times, serif;
	color: #a69b86;
}
#comments .reply-body .submit {
	display: block;
	height: 29px;
	width: 80px;
	background: url(images/submit-btn.gif);
	margin-top: 13px;
}
/*
	Sidebar
*/

.sidebar {
	width: 222px;
	margin: 10px 54px 0 0;
}
.sidebar li {
	margin-bottom: 25px;
}
.sidebar li li {
	margin-bottom: 0;
}
.sidebar .search form {
	height: 32px;
	width: 221px;
	background: url(images/search-bg.gif);
	-moz-box-shadow: -2px -2px 2px #d1cbae;
	-webkit-box-shadow: -2px -2px 2px #d1cbae;
	box-shadow: -2px -2px 2px #d1cbae;
	behavior: url(css/PIE.htc);
	position: relative;
	overflow: hidden;
}
.sidebar .search form .blink {
	float: left;
	display: inline;
	font: 11px/15px Georgia, Times, serif;
	color: #696969;
	padding: 9px 12px;
	background: none;
	border: 0;
	height: 14px;
	width: 165px;
}
.sidebar .search form .submit {
	float: left;
	display: inline;
	height: 24px;
	width: 24px;
	background: url(images/search-btn-2.gif);
	margin: 3px 0 0 4px;
}
.sidebar .search .slogan {
	display: block;
	line-height: 44px;
	background: url(images/sidebar-slogan-bg.gif);
	text-align: center;
 font-style:;
	color: #838383;
	font: 23px/44px "Times New Roman", Times, Georgia, serif;
}
.sidebar .widget_sp_image {
	-moz-box-shadow: 0 0 5px #d4c6aa;
	-webkit-box-shadow: 0 0 5px #d4c6aa;
	box-shadow: 0 0 5px #d4c6aa;
	behavior: url(css/PIE.htc);
	position: relative;
}
.sidebar #flickr-feed-gallery h2 {
	text-indent: -5000px;
	height: 78px;
	width: 222px;
	background: url(images/flickr-heading.png);
	margin-bottom: 18px;
}
.sidebar .flickr-gallery ul {
	position: relative;
	margin-right: -13px;
	width: 235px;
}
.sidebar .flickr-gallery li {
	float: left;
	display: inline;
	height: 68px;
	width: 68px;
	margin: 0 10px 10px 0;
}
.sidebar .flickr-gallery li a img {
	display: block;
	border: 2px solid #000;
}
.ffg_link_css {
	float: left;
	display: inline;
	height: 60px;
	width: 60px;
	margin: 0 14px 15px 0 !important;
	display: block;
}
.ffg_img_css {
	height: 60px;
	width: 60px;
	border: 2px solid #000 !important;
	margin: 0 10px 10px 0 !important;
}
.widget {
	display: block;
	clear: both;
}
/*
	Footer
*/

#footer {
	border-top: 3px solid #c4b79c;
	height: 222px;
	width: 1001px;
	background: url(images/footer-bg.gif) no-repeat 0 0;
}
#footer .search {
	padding: 85px 0 12px 53px;
}
#footer .blink {
	float: left;
	display: inline;
	border: 0;
	background: none;
	font: 16px/20px Georgia, Times, serif;
	color: #696969;
	padding: 17px 17px 16px;
	height: 19px;
	width: 215px;
}
#footer .submit {
	float: left;
	display: inline;
	height: 25px;
	width: 74px;
	background: url(images/search-btn.gif) no-repeat 0 0;
	margin: 13px 0 0 15px;
}
#footer span {
	display: block;
	margin-left: 57px;
	font-size: 14px;
	color: #d98686;
}
.attachment-single {
	margin: 0 0 15px;
}
/*
	Overrides
*/
blockquote {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 4px solid #C4C4C4
}
a.givingButton, #recurringGiving .button {
	background: url("../images/bg_button.png") repeat-x scroll 0 0 #C2322E;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 15px 23px 14px;
	text-decoration: none;
}
a:hover.givingButton, #recurringGiving .button:hover {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#recurringGiving, #recurringGiving p {
	padding: 0;
	font-size: 18px;
}
#recurringGiving input, #recurringGiving select {
	border: 1px solid #999;
	padding-left: 5px;
	font-size: 16px;
	color: #999;
	background-color: #F4F4F4;
	-moz-border-radius: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.error {
	color: red;
	font-size: 10px;
	margin-left: 5px;
}
.widecolumn .post-wrapper ul.twitterList {
	background-color: transparent;
}
.postdate {
	background: url(images/bg_post_date.png) no-repeat scroll 0 0 transparent;
	float: left;
	min-height: 100px;
	position: relative;
	width: 90px;
}
.postdate span {
	background: url(images/bg_post_date_span.png) no-repeat scroll 0 0 transparent;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 90px;
	z-index: 2;
}
.postdate strong.day {
	display: block;
	padding: 24px 0 0 3px;
	text-align: center;
	width: 67px;
}
.postdate strong.month {
	display: block;
	padding: 20px 0 0 3px;
	text-align: center;
	width: 67px;
}
.postdate strong.day {
	color: #545454;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
}
.postdate strong.day img {
	margin-top: -8px;
}
.postdate strong.month {
	color: #545454;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
}
ul.events_meta {
	background: url(images/bg_footer_widgets.png) repeat-x scroll 0 100% transparent;
	list-style: none outside none;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 5px;
}
.widecolumn .post-wrapper ul.events_meta li {
	padding: 4px;
}
ul.events_meta li {
	border-right: 1px solid #B7B7B7;
	float: left;
	padding: 0 10px;
}
ul.events_meta li:last-child {
	border: medium none;
}
ul.events_meta li.event_time {
	font-size: 12px;
}
ul.events_meta li.event_address {
	font-size: 13px;
}
ul.events_meta li.event_phone ul.event-categories, ul.events_meta li.event_phone ul.event-categories li {
	padding: 0;
	margin: 0;
}
ul.events_meta li.event_phone ul.event-categories li a {
	font-size: 13px;
}
.eventCategoryList h2 {
	color: red;
}
.sidebarEvents {
	margin-bottom: 25px;
	font-size: 13px;
}
.widget_em_widget {
	border: 1px solid #CCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	padding: 15px;
	margin: 10px 0;
}
.widget_em_widget h2 {
	line-height: 1em;
	margin-bottom: 10px;
}
.sidebarEventsDates {
	width: 15%;
	float: left;
	font-weight: bold;
	text-align: center;
}
.sidebarEventsMeta {
	width: 79%;
	float: right;
	padding-left: 5%;
	border-left: solid 1px #ccc;
}
#frontlineteam p {
	padding-bottom: 0px;
}
#frontlineteam td {
	padding: 0 0 0px 0px;
}
#frontlineteam img {
	margin-top: 8px;
	box-shadow: 3px 3px 3px #666;
}
#frontlineteam ul {
	margin: 0;
	padding: 0;
}
#frontlineteam li {
	padding: 0 0 10px 0px;
	list-style-type: circle;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}
#frontlineteam hr {
	margin: 15px 0px;
	color: #dadada;
	background-color: #dadada;
	border: 0;
	height: 2px;
}
.frontlineTeamMember {
	position: relative;
	width: 100%;
	clear: both;
/*	overflow: hidden;*/
}
.teamDetails {
	width: 25%;
	margin-right: 5px;
	float: left;
	text-align: left;
	font-size: 14px;
	position: inherit;
}
.teamDetails h3 {
	padding-top: 5px;
}
.teamBio {
	width: 73%;
	float: left;
	text-align: left;
}
ul.teamSocial {
	list-style-type: none;
	display: inline;
	text-align: left;
}
ul.teamSocial li {
	float: left;
	display: inline;
	margin: 15px 0px 0px 0;
	list-style-type: none;
	
}
ul.teamSocial li span {
	background: url(images/socialMediaIcon.jpg) 0px 0px no-repeat;
	width: 18px;
	height: 18px;
	float:left;
}
ul.teamSocial li span.twitter {
	background-position: 0 0;
	position:inherit;
}
ul.teamSocial li span.email {
	background-position: -18px 0px;
	position:inherit;
}
ul.teamSocial li a {
	padding-left:5px;
	padding-right:15px;
	float:left;
}

ol#list {
	font: italic 2.8em Georgia, Times, serif;
	color: #999999;
	list-style-type:decimal;
}
#list li strong {
	font: normal 1.6em Arial, Helvetica, sans-serif;
	color: #423e3e;
}
#list li p {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: 000000;
}

ol#list li ul{
	margin:0 3.5em;
}
ol#list, ol#list ul {
	margin:0 .5em .5em .25em;
}
ol#list ul {
	list-style-type:disc;
	margin:0;
}
 
 ul#list {
	font: italic 2.8em Georgia, Times, serif;
	color: #999999;
	list-style-type:disc;
	margin-left:25px;
	padding:0;
}
ul#list li {
	margin:0 .5em .05em .5em;
	padding:0;
}

#cGroupWrapper strong { text-transform:uppercase;}
#cGroupWrapper hr{
	color: #dadada;
	background-color: #dadada;
	border: 0;
	height: 1px;
	width:93%;
	margin:0 auto;
	
}
#columnOne{float:left; margin-right:20px; width:48%;}
#columnTwo{float:left; width:48%;}

ul#listLarge {

	color: #999999;
	list-style-type:disc;
	padding:0;
	background:none;
	margin-top:5px;
        margin-left:30px

}
ul#listLarge  li {

	padding:5px;
	font: 1.2em Georgia, Times, serif;
}
ul#listLarge > li > ul {

	background:none;
        list-style-type:circle;
	font: .8em Georgia, Times, serif;
margin-bottom:0;
}