/* @override http://sendingthechurch.com/prayer/stylesheets/prayerengine/color_schemes/custom_color_scheme.css */

/* @override http://prayer.lifepointchurch.org/stylesheets/prayerengine/color_schemes/custom_color_scheme.css */

/* @override http://prayer.lifepointchurch.org/stylesheets/prayerengine/color_schemes/custom_color_scheme.css */

/* @override 
	http://prayer.lifepointchurch.org/stylesheets/prayerengine/color_schemes/pe_color_scheme.css
	http://prayer.lifepointchurch.org/stylesheets/prayerengine/color_schemes/custom_color_scheme.css
*/

/* Prayer Engine - Default Colors */

/* ---------- PRAYER REQUEST FORM ---------- */

#pe-form-container { /* Background color for the form */
	background-color: #f7f7f7;
	border-top: 1px solid #9e9e9e;
}

#pe-submit-area { /* Background color for the submit area at the bottom of the form */
	background-color: #e1e1e1;
}

/* Main submit bar at the top of the form area */

#pe-submit-container #pe-share-button { /* Colors for the button that toggles the form display */
	color: #333;
	background: #bbb url(http://sendingthechurch.com/prayer/images/bg-btn-prayed.png);
	border: 1px solid #d7d7d7;
	text-shadow: #fff 0 1px 0;
}

#pe-submit-container .twitter { /* Colors for the button that toggles the form display */
	background: #33bff6 url(http://sendingthechurch.com/prayer/images/bg-btn-blue.png) repeat-x 0 -6px;
	border: 1px solid #2cb5e8;
	text-shadow: #1b7ca1 0 -1px 0;
	color: #fff;
}


#pe-submit-container h2 { /* Color of the title */
	color: #342d14;
}

/* Instructions */

#pe-form-container p.instructions { /* Color of the instructions text */
	color: #525252;
}

/* Label styles for the form */

#pe-form-container label { /* Color of the form labels */
	color: #9d9d9d;
}

#pe-form-container label.checkbox { /* Color of the labels for the checkboxes at the bottom */
	color: #525252;
}

#pe-form-container label.error { /* Color of the JavaScript Error messages */
	color: #90c120;
}

/* Input styles for the form */

#pe-form-container input, #pe-form-container textarea, #pe-form-container select { /* Color of the form fields */
	border: 2px solid #dadada;
	color: #525252;
}

#pe-form-container input.submit { /* Colors of the form submit button */
	color: #333;
	background: #9c2 url(http://sendingthechurch.com/prayer/images/bg-btn-share.png) repeat-x 0 -7px;
	border: 1px solid #b4d24d;
	text-shadow: #dfff61 0 1px 0;
}

#pe-form-container input.error, #pe-form-container textarea.error { /* Color of the fields when an error exists */
	border: 2px solid #90c120;
	color: #888;
}

/* Twitter field counter */

#pe-form-container #pe-twitter-area p.twitter-counter { /* Color of the Twitter counter */
	color: #000;
}

/* PHP Error and Success Messages */

#pe-form-container #errors { /* Colors for the PHP error message field */
	background-color: #9c2;
	color: #f3f3f3;
}

#pe-form-container #success {
	background-color: #e1e1e1;
	color: #525252;
}

/* ---------- PRAYER REQUEST LISTS ---------- */

.pe-prayer-even { /* Colors for the alternating rows of prayer requests */
	background-color: rgba(222,218,183,0.8);
	border-bottom: 1px solid #948245;
}

.pe-prayer-odd { /* "" */
border-bottom: 1px solid #948245;
}

.pe-prayer-even h3, .pe-prayer-odd h3 { /* Prayer request titles */
	color: #4c4220;
}

.pe-prayer-even p, .pe-prayer-odd p { /* Color of prayer request text */
	color: #342d14;
}

.pe-prayer-even h4, .pe-prayer-odd h4 { /* Color of date stamp at the bottom of prayer requests */
	color: #756635;
}

.pe-count-area h4 { /* Color of prayer count text */
	color: #342d14;
}

.pe-count-area h4 strong { /* Color of prayer count after "I prayed for this" is clicked */
	color: #4c4220;
}

.pe-count-area a.submitlink { /* Color of "I prayed for this" button */
	color: #fff;
}

.pe-count-area a.submitlink:link {
color: #333;
	background: #9c2 url(http://sendingthechurch.com/prayer/images/bg-btn-share.png) repeat-x 0 0;
	border: 1px solid #e2deba;
	text-shadow: #dfff61 0 1px 0;}
.pe-count-area a.submitlink:visited {color: #333;
text-shadow: #dfff61 0 1px 0;
	background-color: #94bfc6;
background: #9c2 url(http://sendingthechurch.com/prayer/images/bg-btn-share.png) repeat-x 0 0;
	border: 1px solid #e2deba;}
.pe-count-area a.submitlink:hover {
background: #9c2 url(http://sendingthechurch.com/prayer/images/bg-btn-share.png) repeat-x 0 15%;
	border: 1px solid #b2cf4c;
	color: #333;
	text-shadow: #dfff61 0 1px 0;	
}
.pe-count-area a.submitlink:active {
	
	text-shadow: #dfff61 0 1px 0;
	color: #333;
background: #9c2 url(http://sendingthechurch.com/prayer/images/bg-btn-share.png) repeat-x 0 15%;
	border: 1px solid #b2cf4c;}

.pe-count-area blockquote { /* Color of disabled "I prayed for this" button */
	color: #333;
	background: #bbb url(http://sendingthechurch.com/prayer/images/bg-btn-prayed.png) repeat-x 0 0;
	border: 1px solid #c8bd95;
	text-shadow: #fff 0 1px 0;
}

/* ---------- PAGINATION ---------- */

.pe-pagination .pe-current-page { /* Color of current page */
	border: 1px solid #90c120;
	background-color: #d6d6d6;
	color: #fff;
}

.pe-pagination a:link {color: #90c120; border: 1px solid #f0f0f0;} /* Color of other pagination links */
.pe-pagination a:visited {color: #90c120; border: 1px solid #f0f0f0;}
.pe-pagination a:hover {color: #90c120; border: 1px solid #90c120;}
.pe-pagination a:active {color: #fff; border: 1px solid #90c120; background-color: #90c120;}

/* --------- PRAYER ENGINE BRANDING ---------- */

h3#powered_by a {
	background: url('../../../images/prayerengine/structure/frontend/GrayPoweredBy_PE.gif') no-repeat;
}

p#copyright {
	color: #756635;
}

p#copyright a:link {color: #756635;}
p#copyright a:visited {color: #756635;}
p#copyright a:hover {color: #ffede6;}
p#copyright a:active {color: #443a1b;}


