/* Prayer Engine - Styles for Main Prayer Wall - EDIT AT YOUR OWN RISK */

#pe-container {
	padding: 20px 0 20px 0;
}

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

#pe-submit-container {
	padding: 10px 0 0 0;
}

#pe-form-header {
	height: 36px;
}

#pe-form-container {
	padding: 0;
	display: none;
}

#pe-twitter-area {
}

#pe-submit-area {
	text-align: right;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 8px;
}

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

#pe-submit-container #pe-share-button, #pe-submit-container #pe-subscribe-button {
	padding: 6px;
	text-decoration: none;
	text-align: center;
	font-size: .7em;
	float: right;
	margin: 0 0 0 20px;
	color: #fff;
}
#pe-submit-container #pe-subscribe-button { clear: right; margin-top: 5px; }

#prayerengine #pe-submit-container h2 {
	margin: 0 0 11px 0;
	padding: 1px 0 0 0;
}

/* Instructions */

#prayerengine #pe-form-container p.instructions {
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 10px 15px 0 15px;
	height: 42px;
}

/* Table styles to nicely space the form */

#pe-form-container table {
	margin: 0 0 0 7px;
}

#pe-form-container td {
	padding: 5px;
}

#pe-form-container td.label {
	text-align: right;
	width: 78px;
	vertical-align: top;
	padding: 10px 5px 0 0;
}

#pe-form-container td.inputcell {
	vertical-align: top;
}

#pe-form-container td.prayercell {

}

/* Label styles for the form */

#pe-form-container label {
    font-size: .8em;
}

#pe-form-container label.checkbox {
	padding: 0 5px 0 0;
}

#pe-form-container label.error {
	display: block;
	padding: 2px 0 0 0;
	font-style: italic;
}

/* Input styles for the form */

#pe-form-container input, #pe-form-container textarea, #pe-form-container select {
	font-family: Arial, Helvetica;
	padding: 3px;
}

#pe-form-container input {
	width: 250px;
}

#pe-form-container input.check {
	width: 13px;
}

#pe-form-container input.submit {
	width: 150px !important;
	margin: 0 0 0 10px;
}

#pe-form-container textarea {
	width: 420px;
}

#pe-form-container textarea#prayer {
	height: 140px;
}

/* Styles for the optional Twitter area */

#pe-form-container #pe-twitter-area textarea {
	width: 420px;
	height: 50px;
}

#prayerengine #pe-form-container #pe-twitter-area p.twitter-counter {
	padding: 2px 0 0 0;
	font-style: italic;
}

/* PHP Error and Success Messages */

#pe-form-container #errors {
	width: 100%;
	padding: 10px 0 5px 0;
}

#prayerengine #pe-form-container #errors p {
	margin: 0 0 5px 10px;
	font-weight: 700;
}

#prayerengine #pe-form-container #errors ul li {
	margin: 0 10px 5px 30px;
}

#pe-form-container #success {
	width: 100%;
	padding: 10px 0 10px 0;
}

#prayerengine #pe-form-container #success p {
	margin: 0 10px 0 10px;
	font-weight: 700;
}

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

#pe-prayer-list {
	margin: 15px 0 15px 0;
}

#pe-prayer-list form { padding: 0px; border: none;}

.pe-prayer-even {
	padding: 10px;
}

.pe-prayer-odd {
	padding: 10px;
}

#prayerengine .pe-prayer-even h3, #prayerengine .pe-prayer-odd h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
}

#prayerengine .pe-prayer-even p, #prayerengine .pe-prayer-odd p {
	margin: 0 0 12px 0;
	padding: 0 10px 0 10px;
	line-height: 130%;
	clear: right;
}

#prayerengine .pe-prayer-even h4, #prayerengine .pe-prayer-odd h4 {
    font-size: .8em;
}

.pe-count-area {
	float: right;
	width: 290px;
	margin: 0 0 10px 0;
}

#prayerengine .pe-count-area h4 {
	font-size: .75em;
	font-weight: 300;
	text-align: right;
	padding: 6px 0 0 0;
}

.pe-count-area a.submitlink {
	display: block;
	width: 134px;
	height: 20px;
	padding: 6px 10px 0 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: .7em;
	float: right;
	margin: 0 0 0 20px;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 4px #aaa;
}

#prayerengine .pe-count-area blockquote {
	display: block;
	width: 134px;
	height: 20px;
	padding: 6px 10px 0 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: .7em;
	float: right;
	margin: 0 0 0 20px;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
}

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

.pe-pagination {
	text-align: center;
	margin: 15px auto 0 auto;
	font-size: .8em;
	display: table;
}

.pe-pagination .pe-current-page {
	display: block;
	text-decoration: none;
	padding: 3px 7px;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.pe-pagination a {
	display: block;
	text-decoration: none;
	padding: 3px 7px;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

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

h3#powered_by {
	width: 120px;
	height: 53px;
	margin: 20px auto 0 auto;
}

h3#powered_by a {
	display: block;
	width: 120px;
	height: 53px;
	text-indent: -9000px;
}

p#copyright {
	font-size: .5em;
	text-align: center;
	padding: 6px 0 0 0;
}

p#copyright a:link {text-decoration: none;}
p#copyright a:visited {text-decoration: none;}
p#copyright a:hover {text-decoration: none;}
p#copyright a:active {text-decoration: none;}






/*******************************
    color scheme
*******************************/

/* Prayer Engine - Default Colors */

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

#pe-submit-container { /* Background color of the title bar at the top */
	background-color: #fff;
}

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

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

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

#pe-submit-container .pe-button { /* Colors for the button that toggles the form display */
	color: #fff;
	background-color: #443729;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 4px #aaa;
}

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

/* Instructions */

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

/* Label styles for the form */

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

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

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

/* Input styles for the form */

#pe-form-container input, #pe-form-container textarea, #pe-form-container select { /* Color of the form fields */
	width: 550px !important;
	margin-left: 0 !important;
}

#pe-form-container input.submit { /* Colors of the form submit button */

}
#pe-form-container input[type='checkbox'] { width: 10px !important; }

#pe-form-container input.error, #pe-form-container textarea.error { /* Color of the fields when an error exists */
	border-color: #7e192b !important;
	color: #000;
}

/* 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: #7e192b;
	color: #fff;
}

#pe-form-container #success {
	background-color: #426D66;
	color: #fff;
}

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

.pe-prayer-even { /* Colors for the alternating rows of prayer requests */
	background-color: #e8e8e8;
	border-bottom: 1px dotted #9e9e9e;
}

.pe-prayer-odd { /* "" */
border-bottom: 1px dotted #9e9e9e;
}

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

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

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

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

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

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

.pe-count-area a.submitlink:link {background-color: #426D66;}
.pe-count-area a.submitlink:visited {background-color: #426D66;}
.pe-count-area a.submitlink:hover {background-color: #426D66;}
.pe-count-area a.submitlink:active {background-color: #426D66;}

.pe-count-area blockquote { /* Color of disabled "I prayed for this" button */
	background-color: #bfbfbf;
	color: #fff;
}

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

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

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

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

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

p#copyright {
	color: #d6d6d6;
}

p#copyright a:link {color: #d6d6d6;}
p#copyright a:visited {color: #d6d6d6;}
p#copyright a:hover {color: #8c8c8c;}
p#copyright a:active {color: #8c8c8c;}


