/* @override http://edgepointchurch.com/css/style.css */

/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.xola-custom {
    position: relative;
    border: 1px solid #459A00 !important;
    border-radius: 3px !important;
    color: white !important;
    clear: none !important;
    cursor: pointer !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 2em !important;
    padding: 0 1em !important;
    width: 225px !important;
    height: 57px !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3) inset, 0 0 0.25em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    background: #5ccd00 !important;
    background: -moz-linear-gradient(top, #5ccd00 0%, #4aa400 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ccd00), color-stop(100%, #4aa400)) !important;
    background: -webkit-linear-gradient(top, #5ccd00 0%, #4aa400 100%) !important;
    background: -o-linear-gradient(top, #5ccd00 0%, #4aa400 100%) !important;
    background: -ms-linear-gradient(top, #5ccd00 0%, #4aa400 100%) !important;
    background: linear-gradient(#5ccd00 0%, #4aa400 100%) !important;
}
.xola-custom span {
    display: block !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 26px !important;
    height: 55px !important;
    line-height: 55px !important;
    margin-left: -10px !important;
    padding-left: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    background: url(https://xola.com/images/icon-check-transparent.png) no-repeat scroll left center transparent !important;
}

html {
	background: url(../images/bkg.jpg) repeat-y center;
	background-color: #47b6fe;
}

body {
	background-color: #47b6fe;
	color: #4d4d4d;
	font: 15px/19px Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -294px;
	position: relative;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/topbg.jpg) no-repeat center top;
	min-height: 609px;
}

#transparent {
position:absolute;
padding-top:100px;
left:590px;
width:75px;
height:75px;
z-index:2;
}

#home,
#sec,
#blog,
#photos {
	background: url(../images/content_bkg.jpg) repeat-y center;
}

#logo h1 {
	margin-bottom: -100px;
}

#logo h1 a {
	width: 450px;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: -275px;
	text-indent: -1000px;
	overflow: hidden;
}

#content {
	width: 818px;
	margin-top: -110px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
}

/* Typography ////////////////////////////////////////////////////////// */

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: #7f0000;
	text-decoration: underline;
}

a:hover {
	color: #791700;
}

a:visited {
	color: #791700;
}

b, strong {
	color: #281c00;
	font-weight: bold;
}

i, em {
	font-weight: bold;
	font-style: italic;
	color: #791700;
}

blockquote p {
	background: #543817 url(../images/quote_bkg.jpg) repeat-x;
	color: #b6956b;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
	padding: 15px;
}

h1 {
	color: #281c00;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	color: #281c00;
	text-decoration: none;
}

h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

h1.category {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	color: #bfaf80;
	float: right;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

/* Homepage ////////////////////////////////////////////////////////// */

#home_callout {
	float: left;
	width: 420px;
	display: inline;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	background: url(../images/homecallout.jpg) no-repeat;
	height: 151px;
	color: #e5dfc3;
	padding-left: 380px;
	font-size: 23px;
	line-height: 27px;
	padding-right: 20px;
	padding-top: 20px;
}

#home_callout img {
	float: right;
}

#home_buttons {
	float: left;
	display: inline;
	width: 819px;
	margin-bottom: 20px;
}

.buttons {
	float: left;
	display: inline;
	margin-right: 27px;
}

.home_last {
	margin-right: 0px;
}

.buttons a.bkg {
	display: block;
	width: 215px;
	height: 87px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
	padding-top: 63px;
	font-size: 16px;
}

.buttons a.give {
	background-image: url(../images/button_give.gif);
}

.buttons a.advocate {
	background-image: url(../images/button_advocate.gif);
}

.buttons a.volunteer {
	background-image: url(../images/button_volunteer.gif);
}

/* Content ////////////////////////////////////////////////////////// */

#leftcolfull {
        width: 820px;
        float: left;
        display: inline;
        clear: left;
}

#leftcol {
	width: 530px;
	float: left;
	display: inline;
	clear: left;
}

#leftcol h3 {
	background: #bfaf80 url(../images/home_left_headerbkg.jpg) no-repeat;
	color: #281c00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 490px;
}

#leftcol h3 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h3 a:hover {
	color: #7f0000;
}

.leftbox {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}

#leftcol .nopad,
#rightcol .nopad {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#rightcol .photopad {
	width: 238px;
	padding-left: 10px;
	padding-right: 0px;
}

#leftcol h4 {
	color: #281c00;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

#leftcol h4 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h4 a:hover {
	color: #7f0000;
}

#leftcol h4 a .home_date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}

p.seeall {
	font-style: italic;
	color: #7f0000;
	text-align: right;
	margin-bottom: 20px;
}

p.seeall a {
	text-decoration: none;
	background: url(../images/arrow_red.gif) no-repeat right center;
	clear: left;
	padding-right: 18px;
}

.leftbox ul {
	list-style-type: none;
}

.leftbox li {
}

.leftbox li a {
	background: url(../images/home_podcast.gif) no-repeat 20px;
	width: 297px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 160px 15px 70px;
	display: block;
}

.leftbox li a:hover {
	background-color: #cbbd86;
}

.leftbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

.leftbox li span.listdesc {
	color: #4d4d4d;
}

#rightcol {
	width: 250px;
	float: right;
	display: inline;
}

.rightbox {
	float: left;
	background: #FFFFFF;
	display: inline;
	border: 1px dashed #b1b1b1;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}


.rightbox ul {
	list-style-type: none;
}

.rightbox li {
}

.rightbox li a {
	background: url(../images/arrow_blue.gif) no-repeat 15px 21px;
	width: 194px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 15px 15px 40px;
	display: block;
}

.rightbox li a:hover {
	background-color: #cbbd86;
}

.rightbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #28516d;
	font-weight: bold;
}

.rightbox li span.listdesc {
	color: #4d4d4d;
}


#rightcol h3 {
	background: #28516d url(../images/right_header.jpg) no-repeat;
	color: #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 210px;
}

#rightcol h3 a {
	color: #e5e5e5;
	text-decoration: none;
}

#rightcol h3 a:hover {
	color: #f8ad3b;
}



#rightcol li.li_indent {
	color: #e4ecd9;
	text-decoration: none;
	display: block;
	background: url(../images/arrow_brown_blog.gif) no-repeat 20px .6em;
	width: 194px;
	padding: 5px 15px 5px 40px;
}

ul#thumbs {
	list-style-type: none;
}

ul#thumbs li {
	float: left;
	display: inline;
	border: 3px solid #bb9c67;
	margin-right: 13px;
	margin-bottom: 10px;
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
	top:-25px;
	left:-25px;		
}

ul#thumbs a:hover img{
	border: 3px solid #bb9c67;	
	background:#fff;			
}

/* Secondary Pages ////////////////////////////////////////////////////////// */

#sec_head {
	float: left;
	display: inline;
	width: 819px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#sec_head h2 {
	color: #cbbd86;
	background: #281c00 url(../images/sec_headerstar.gif) no-repeat 15px 20px;
	padding: 15px 15px 10px 50px;
	font-size: 27px;
	position: relative;
}

#blog #leftcol {
	width: 450px;
	margin-left: 70px;
}

#blog .stickynote_date,
#blog .stickynote_date2 {
	width: 99px;
	background: url(../images/stickynote_date.jpg) no-repeat;
	position: relative;
	float: left;
	z-index: 1;
	height: 90px;
	right: 122px;
	margin-right: -101px;
}

#blog .stickynote_date2 {
	background: url(../images/stickynote_date2.jpg) no-repeat;
}

p.sticky_month {
	padding-top: 20px;
	color: #7f0000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #c3b080;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

p.sticky_day {
	color: #7f0000;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -1px;
}

.posted {
	background-color: #e4ddc0;
	color: #6a5724;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	line-height: 12px;
	margin-bottom: 30px;
	
}

.blognav {
	padding: 15px 0px 0px;
	background-color: #281c00;
	border: none;
}

.blognav h4 {
	color: #b6956b;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 15px 5px;
	border-top: 1px dashed #c3b080;
}

.blognav ul {
	margin-bottom: 10px;
}

.blognav li a {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	background: url(../images/arrow_brown_blog.gif) no-repeat 20px;
}

.blognav li a:hover {
	background-color: #120d00;
	color: #ffffff;
}

.blognav li a:visited {
	color: #e8d4ac;
}

.blognav li a.current,
.blognav li a:visited.current {
	background-color: #120d00;
	font-weight: bold;
	color: #ffffff;
}

.nav_margin {
	margin-bottom: 20px;
}

#rightcol .buttons {
	margin-bottom: 20px;
	margin-right: 0px;
}

.comment_wrapper {
	border-top: 1px dashed #c3b080;
	clear: both;
	padding: 2px 10px 15px;
	float: left;
	width: 430px;
}

.odd {
	background-color: #e4ddc0;
}

.author {
	background: #543817 url(../images/epcomment.gif) no-repeat 25px 10px;
}

.author .comment_meta_data {
	padding-top: 45px;
}

.author .comment_text p {
	color: #ffffff;
}

.author .comment_text p a,
.author .comment_meta_data p a {
	color: #f8ad3b;
}

.comment_text {
	float: right;
	display: inline;
	width: 290px;
}

.comment_wrapper p {
	margin-top: 15px;
	color: #4d4d4d;
	float: left;
}

.comment_meta_data, 
.comment_meta_data_display {
	float: left;
	display: inline;
	width: 130px;
	font-size: 13px;
	margin-right: 10px;
}

.comment_meta_data span,
.comment_meta_data_display span {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #b6956b;
}

 .paginate {
	float: left;
	width: 450px;
	border-top: 1px dashed #c3b080;
	text-align: right;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
	
.paginate b {
    border: 1px solid #543817;
    padding: 1px 4px;
    background-color: #281c00;
    color: #edc959;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
}
	
.paginate a {
	font-size: .9em;
	color: #7f0000;
	padding: 0 2px;
	text-decoration: none;
}  

.paginate a:hover {
	text-decoration: underline;
	
}

#blog #leftcol h3 {
	width: 410px;
}

#sec #leftcol ul {
	list-style-type: none;
	margin-left: 10px;
}

#sec #leftcol ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/arrow_blue.gif) no-repeat 0 10px;
	padding-left: 20px;
	width: 450px;
}

#sec #leftcol ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#sec #leftcol ol li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#sec img.left, 
#blog img.left,
#sec img.right, 
#blog img.right,
#home img.right {
	float: left;
	position: relative;
	margin-right: 10px;
	border: 0px solid #bb9c67;
}

#sec img.right, 
#blog img.right,
#home img.right {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
ul#events {
	list-style-type: none;
}

ul#events li {
}

#sec #leftcol ul#events li {
	background-image: none;
	width: 450px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul#events li a {
	background: url(../images/arrow_blue.gif) no-repeat 15px 21px;
	width: 400px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 15px 15px 40px;
	display: block;
}

ul#events li a:hover {
	background-color: #cbbd86;
}

ul#events li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

ul#events li span.listdesc {
	color: #4d4d4d;
}

.date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}

iframe {
	border: 3px solid #bb9c67;
	margin-top: 20px;
}

.flash {
	background-color: #e4ddc0;
	float: left;
	display: inline;
	width: 424px;
	margin-bottom: 15px;
	padding: 13px;
}

#blog #leftcol .flash ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 15px;
}

#blog #leftcol .flash ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/arrow_blue.gif) no-repeat 0 10px;
	padding-left: 20px;
	width: 390px;
}

/* Contact Form ////////////////////////////////////////////////////////// */

#blog .contact_form {
	width: 410px;
}

.contact_form {
	float: left;
	width: 490px;
	background: #543817 url(../images/quote_bkg.jpg) repeat-x;
	margin-bottom: 15px;
	padding: 20px;
}

.contact_form p {
	margin-bottom: 0;
	font-weight: bold;
	color: #b6956b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: top;
}

.contact_form p a {
	color: #ffffff;
}

.contact_form p.required {
	color: #c26341;
}

.contact_form p.notify {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1em;
}

.contact_form p.notify input.captcha {
	float: left;
	color: #4d4d4d;
	font: 20px/25px Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	height: 25px;
}

.contact_form p.notify img {
	float: left;
	display: inline;
	margin-bottom: 0px;
}

.contact_form p.submitbutton {
	clear: both;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-bottom: 0px;
	
}

.contact_form p.captchainstruct {
	font: normal bold 1.1em "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #c26341;
	border-top: 1px dashed #807247;
	padding-top: 10px;
	margin-top: 10px;
}

.contact_form select {
	width: 130px;
	margin-bottom: 10px;
	display: inline;
	line-height: 1.5em;
}

.contact_form input.std_input {
	margin-bottom: 10px;
	width: 99%;
	border: 1px solid #b6956b;
	color: #4d4d4d;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

.contact_form textarea {
	width: 99%;
	height: 150px;
	border: 1px solid #b6956b;
	padding: 3px;
	color: #4d4d4d;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
}

/* Navigation ////////////////////////////////////////////////////////// */

#nav {
	width: 900px;
	height: 23px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	position: relative;
	overflow: visible;
}

#nav ul {
	margin-left: 125px;
	float: left;
	display: inline;
}

#nav li {
	height: 23px;
	overflow: hidden;
	float: left;
}

#nav li a {
	line-height: 23px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
}

#nav li a:hover {
	line-height: 23px;
	background-position: center -23px;
	display: block;
	overflow: hidden;
}

#nav li a.current, #nav li a.current:hover {
	background-position: center -23px;
}

#nav_home {
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	width: 92px;
}

#nav_media {
	background-image: url(../images/nav_media.gif);
	background-repeat: no-repeat;
	width: 124px;
}

#nav_blog {
	background-image: url(../images/nav_blog.gif);
	background-repeat: no-repeat;
	width: 92px;
}

#nav_about {
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_contact {
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	width: 132px;
}

#nav_directions {
	background-image: url(../images/nav_directions.gif);
	background-repeat: no-repeat;
	width: 169px;
}


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

.clearfooter {
	height: 294px;
	clear: both;
}

#footer {
	height: 420px;
	width: 100%;
	background: url(../images/bottom_bkg2.jpg) no-repeat center;
	position: relative;
	margin-top: 20px;
}

#footercontainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	border-top: 1px dashed #c3b080;
}

#footer_stickies {
	float: left;
	display: inline;
	width: 375px;
	margin-top: 40px;
}

#facebook a {
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	margin-top: 30px;
}

#myspace a {
	float: left;
	display: block;
	width: 170px;
	height: 60px;
	margin-top: 40px;
	margin-left: 15px;
}

#flickr a {
	float: left;
	display: block;
	width: 130px;
	height: 50px;
	margin-top: 25px;
	margin-left: 15px;
}

#youtube a {
	float: left;
	display: block;
	width: 130px;
	height: 70px;
	margin-top: 15px;
	margin-left: 65px;
}

#footer_text {
	float: right;
	width: 445px;
	display: inline;
	padding-right: 55px;
}

#footer_text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #642112;
	line-height: 18px;
}

#footer_text h4 a:hover {
        margin-bottom: 10px;
        font-size: 18px;
        color: #642112;
        line-height: 18px;
}

#footer_text p {
	font-size: 15px;
	margin-bottom: 15px;
}



#footer_text p.directions {
	text-align: right;
}

#footer_text p.copyright {
	float: right;
	margin-right: 100px;
	font-size: 14px;
	text-align: right;
}

#footer_text p.copyright a {
	text-decoration: none;
	color: #642112;
}

#footer_text p.copyright a:hover {
	text-decoration: underline;
}

table.stats 
{text-align: center;
#font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 14px;
color: #fff;
width: 500px;
background-color: #efeee8;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #efeee8;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #28516d;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}
