﻿@charset "utf-8";
/*--------RESET ALL STYLES---------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img {
	outline:none;
	border:none;
}
/*=================================*/


.l {float:left;}
.r {float:right;}
.c {clear:both;}



/*--------------FONT---------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul#nav, h1, h2, h3 {
	font-family:'Myriad Pro', Verdana, Arial, Helvetica, sans-serif;
}
blockquote, #utility_nav ul li {
	font-family:Arial, Helvetica, sans-serif;
}
.blockquote_author {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*=================================*/




/*-----------FONT SIZES------------*/
body {
	font-size: 11px;
	line-height: 1.7em;
}
blockquote {
	font-size:16px;
	line-height:1.4em;
}
ul#nav {
	font-size:14px;
	text-transform:lowercase;
	font-variant:small-caps;
}
.alt_header {
	font-size:14px;
	font-weight:700;
	line-height:3em;
}
#utility_nav ul li {
	font-size:12px;
}
table.login th {
	font-size:13px;
}
/*big brownish*/
h1 {
	font-size:30px;
	line-height:1.5em;
	text-transform:lowercase;
}
/*big top blue line*/
h2 {
	font-size: 20px;
	line-height:36px;
}
/*right rail blue bg header*/
h3 {
	font-size: 18px;
	font-weight:normal;
	line-height:24px;
	text-transform:lowercase;
}
/*right rail and body pale blueish*/
h4, h4 a, h4 a:hover {
	font-size: 13px;
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
	color:#c28253;
}
h5 {
	font-size:11px;
	font-weight:700;
}
h6 {
	font-size:11px;
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:700;
}
.prayer_num {
	font-style:italic;
	margin-top:5px;
}
.date {
	font-weight:700;
	border-right:1px solid #000;
	padding:0 5px 0 0;
	margin:0 4px 0 0;
}
.pagination ul li a.current {
	text-decoration:none;
	font-weight:700;
}
/*=================================*/




/*-------------COLORS--------------*/
body, .date, .default {
	color:#000;
}
a {
	color:#000;
}
a:hover {
	color:#000;
}
ul#nav, ul#nav a {
	color:#FFFFFF;
	text-decoration:none;
}
ul#nav a:hover, ul#nav li#nav_current a {
	color:#c8c2bd;
}
h2 {
	color:#40384c;
}
h3, table.login th {
	color:#FFFFFF;
}
h3 a, h3 a:hover
{
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
h1 em, h2 em, h4, blockquote, .callout, h5 {
	color:#c28253; /*light blue*/
}
h4 em {
	color:#002e65; /*dark blue*/
}
h1 em, h4 em, h2 em {
	font-weight:inherit;
}
h1, .blockquote_author, .prayer_num {
	color:#736357; /*brown*/
}
.prayer, .alt_header, .pagination ul li, .pagination ul li a.current {
	color:#003777;
}
h6.pray, #hdr_requests h6, #hdr_historyrequests h6 {
	color:#40384c;
}
h6.praise, #hdr_reports h6, #hdr_historyreports h6  {
	color:#852a0e !important;
}
/*=================================*/




/*--------MAIN STYLES---------*/
p {
	margin: 0 0 18px 0;
}
ul, ol {
	margin: 0 0 18px 18px;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
blockquote {
	font-style:normal;
}
.blockquote_wrap {
	border:double #ddd9d6;
	padding:15px 10px;
	width:209px;/*235-10-10-3-3*/
	float:left;
	margin:0 15px 15px 0;
	-moz-border-radius: 2%;
}
.blockquote_author {
	float:right;
	font-style:italic;
}
strong {
	font-weight:700;
}
hr {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 10px 0 10px 0;
	border-top:0;
}
em {
	font-weight:700;
	font-style:normal;
}
/*=================================*/




/*--------------GENERAL------------*/
.wlk_distext {
	display:block;
	visibility:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.span_half {
	width:50%;
}
.pad_top {
	padding-top:20px;
}
.pad_right {
	padding-right:10px;
}
.pad_bottom {
	padding-bottom:20px;
}
.pad_left {
	padding-left:10px;
}
.margin_top {
	margin-top:20px;
}
.margin_right {
	margin-right:10px;
}
.margin_bottom {
	margin-bottom:20px;
}
.margin_left {
	margin-left:10px;
}
.txt_right {
	text-align:right;
}
.txt_center {
	text-align:center;
}
.underlined {
	text-decoration:underline;
}
.center_block {
	display:block;
	margin:0 auto;
}
.clear {
	clear:both;
}
.clearfix:after {
	content:"___";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	clear:both;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
/*=================================*/



/*------------CONTAINER------------*/
body {
	background:url(../images/structural/bg_repeat.gif) repeat-x #797f4e;
}
#container {
	text-align: left;
	position: relative;
	background:url(../images/structural/content_bg_repeat.gif) repeat-y;
}
#container, #header {
	padding: 0 30px;
	width:968px;/*1028-30-30*/
	margin: 0 auto;
	position:relative;
}
/*=================================*/




/*-------------HEADER--------------*/
div#header 
{
	
	background:url(../images/structural/full_header_bg.jpg) top center no-repeat;
	height:133px;
}
#header_wrap_full {
	width:100%;
	height:133px;
}
#logo {
	position:absolute;
	left:305px;
}
#lead_image {
	position:absolute;
	top:-133px;
	left:35px;
	z-index:10;
	width:270px;/*max-width of image inside and needed because the image is a png*/
}

#utility_nav {
	height:30px;
	margin:0 0 4px 0;
	position:relative;
	left:275px;
}

#utility_nav ul {
	margin:4px 0 0 0;
	float:right;
}

#utility_nav ul li {
	height:21px;
	margin:0 10px 0 0;
	float:right;
	text-transform:uppercase;
	line-height:normal;
	list-style:none;
}

#utility_nav ul li span.prayernet {

	text-transform:lowercase;

}

#utility_nav ul li.last {
	margin:0;
}
#utility_nav ul li span
{
	display:block;
	height:21px;
	padding-right:4px;
	background:url(../images/structural/utility_nav_bg_right.gif) no-repeat top right;
}

#utility_nav ul li a 
{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:3px 24px 0 28px;
	height:21px;
	background:url(../images/structural/utility_nav_bg.gif) no-repeat;
}

#utility_nav, #logo {
	width:693px;
}
/*=================================*/


/*---------------NAV---------------*/
#nav_wrap {
}
ul#nav {
	display:block;/*height: px;*/
	background:#40384c;
	padding:2px 0 8px 288px;
	margin:0;
}
ul#nav li {
	float:left;
	list-style-type:none;
	line-height:14px;
	padding:0 10px 0 9px;
	border-right:1px solid #fff;
}
ul#nav li.first, #footer ul li.first {
	padding-left:0;
}
ul#nav li.last, #footer ul li.last {
	border-right:none;
}
#breadcrumb_wrap {
	background:#fff;
}
ul#breadcrumb {
	/* background:url(../images/structural/breadcrumb_bg_star.jpg) no-repeat 20px; */
	display:block;
	padding:8px 0 8px 45px;
	margin:0;
}
ul#breadcrumb li {
	list-style:none;
	margin:0 0 0 5px;
	float:left;
}
ul#breadcrumb li a {
	text-decoration:underline;
	padding:0 5px 0 0;
}
ul#breadcrumb li.last a {
	text-decoration:none;
}
.secondary_breadcrumb_wrap {
	border-top:1px solid #686074;
	border-bottom:1px solid #686074;
	padding:3px 0;
	margin:0 0 20px 0;
}
.gray_breadcrumb_wrap {
	padding:3px 0;
	margin:0 0 20px 0;
}
.secondary_breadcrumb {
	background:#686074;
	padding:2px 10px;
	color:#fff;
}

.secondary_breadcrumb a
{
	color:#fff;
}
.gray_breadcrumb {
	background:#D2CDC9;
	padding:8px 10px;
}
#btn_home {
	background:no-repeat;
	background-position:0 100%;/*width:61px;
	height:25px;*/
}
#btn_home a {
	background:no-repeat;
	background-position:0 0;/*width:61px;
	height:25px;*/
}
#btn_home a:hover {
	background:no-repeat;
	background-position:0 100%;
}
/*=================================*/




/*-------------FOOTER--------------*/
#footer {
	border-top:double #ddd9d6;
	margin:60px 27px 0;
	padding:15px 0 30px 0;
	clear:both;
}
#footer ul {
	margin:0;
}
#footer ul li {
	float:left;
	list-style-type:none;
	padding:0 10px 0 9px;
	border-right:1px solid #000;
}
#footer_st p {
	text-decoration:none;
}
#footer_st a:link, #footer_st a:active, #footer_st a:visited {
	text-decoration:none;
}
.divider_line {
	padding:0 10px;
}
/*=================================*/




/*-------------CONTENT-------------*/
/*FLASH*/
#sorg_flash {
}
#content {
	width:100%;
}
#content_left {
	float:left;
	height:auto;
	position:relative;
	width:733px;
}
#content_left_wrap {
	margin:25px 35px 0 28px;
	width:670px;/*968-28-35-235*/
}
.blog_art_wrap {
	margin:0 30px 0 8px;
}
.pagination_totals {
	float:left;
}
.pagination ul {
	float:left;
	margin:0;
}
.pagination ul li {
	list-style:none;
	float:left;
	padding:0 5px;
}
.blog_comments_wrap {
	width:390px;
	margin-bottom:45px;
	clear:both;
}
.blog_comments {
	border-top:1px solid #e3e0dd;
	margin:5px 0;
}
.blog_comments .comment {
	border-bottom:1px solid #e3e0dd;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}
.blog_inset {
	background:#f1f0ef;
	width:250px;
	display:inline;
	float:left;
	margin:0 20px 20px 0;
}
.blog_inset img {
	border:1px solid #d2cdc9;
	width:248px;
}
.blog_actions {
	padding:10px;
}
.blog_actions div {
	float:left;
}
#content_left_wrap .content_half  {
	width:325px;
}
.content_float
{
	width:320px;
	margin-right:10px;
}
#hdr_requests, #hdr_historyrequests {
	background:url(../images/structural/header_prayer_requests.jpg) no-repeat top;
	float:left;
	padding:114px 0 0 0;
}
#hdr_reports, #hdr_historyreports {
	background:url(../images/structural/header_praise_reports.jpg) no-repeat top;
	float:right;
	padding:114px 0 0 0;
}
#hdr_historyrequests, #hdr_historyreports 
{
	background:none;
	padding: 0;
}
.prayer_wrap {
	margin-bottom:20px;
	border-left:1px solid #ddd9d6;
	border-bottom:1px solid #ddd9d6;
	padding:0 15px 15px 15px;
	height:180px;
}
.prayer_wrap .body {
	height:60px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	overflow:hidden;
}
.prayer_wrap .body div{
	display:inline;
}

#content_right {
	height:auto;
	float:right;
	position:relative;
	width:205px;/*235-15-15*/
	padding:15px;
	background:url(../images/structural/content_right_bg_corner.jpg) no-repeat bottom left #cdd0af;
}
.right_rail {
	background:url(../images/structural/right_rail_bg_repeat.gif) repeat-y;
	margin:0 0 17px 0;
}
.right_rail .inner_wrap {
	background:url(../images/structural/right_rail_bg_bottom.gif) no-repeat bottom;
}
.right_rail .inner_wrap .top {
	background:url(../images/structural/right_rail_bg_top.gif) top no-repeat;
	padding:5px 0 0 0;
}
h3 {
	background:#919571;
	display:block;
	padding:4px 8px;
	margin:0 2px;
}
h3.two_lines {
	padding:10px 17px;
}
.right_rail .inner_wrap .content {
	padding:16px;
}
.right_rail .inner_wrap .content img {
	margin-bottom:16px;
}
#rr_message h4 {
	text-align:center;
	margin:55px 0 0 0;
}
#content_right .logo {
	margin:16px 0 0 0;
	padding:4px 0 0 0;
}
/*=================================*/




/*--------------FORMS-------------*/
fieldset {
	border:none;
}
input, textarea {
	padding:3px;
	float:none;
	border:1px inset #dddddd;
}
select {
	padding:3px;
	float:none;
	border:1px outset #dddddd;
}

input {
	/*width:217px;/*225-3-3-1-1*/
}

textarea {
	overflow:auto;
	width:452px;/*460-3-3-1-1*/
	height:90px;
}
select {
	width:143px;
}
label {
	margin:0 0 2px 0;
	display:block;
}
.label_chk {
	float:left;
}
.input_chk {
	float:left;
	margin:0 5px 0 0;
	border:none;
	width:auto;
}
.label_chk, .input_chk {
	position:relative;/*top:28px;*/
}
.label_sel {
	float:left;
	margin:5px 5px 0 0;
}
.row {
	clear: both;
	padding-top: 5px;
}
/*=================================*/




/*-------------BUTTONS------------*/
a.button, button {
	display:block;
	float:left;
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 6px 7px;   /* Links */
	border:0.1em solid #dedede;
	border-top:0.1em solid #eee;
	border-left:0.1em solid #eee;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
	padding:5px 10px 5px 7px;   /* Firefox */
	line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
.btn_submit, .btn_signup, .btn_tellafriend, .btn_donate, .btn_volunter, .btn_login, .btn_help_pray, .btn_share, .btn_bookmarkshare {
	display:block;
	cursor:pointer;
	border:none;
	height:25px;
}

.btn_go
{
	background:url(../images/structural/btn_go.jpg) no-repeat;
	width:38px;
	height:23px;
	border:none;
	cursor: pointer;
}

/*=================================*/




/*-------------TABLES------------*/

.form_table_wrap {
	margin:28px 0;
	padding:3px 0;
	border-top:1px solid #686074;
	border-bottom:1px solid #686074;
	clear:both;
}
.form_table {
	background:#f1f0ef;
	padding:23px;
}
table.full {
	width:100%;
}
table.half {
	width:50%;
	float:left;
}
table.login {
	background:#c6d5e7;
	border:1px solid #fff;
}
table.login td, table.login th {
	padding:8px 20px;
}
table.login th {
	background:#003777;
}
th, td {
}
td {
	padding:8px 0;
}
td.first_col {
	width:235px;
}
th {
	font-weight:bold;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*=================================*/

#AddCommentForm 
{
	 width:400px; 
	 background-color:#F1F0EF; 
	 padding:10px;
}
#AddCommentForm input
{
	width:200px;
}
#AddCommentForm input[type='checkbox']
{
	width:10px;
}
#AddCommentForm textarea
{
	width:300px;
}

.btn_login {
	background:url(../images/structural/btn_login.gif) no-repeat;
	width:78px;
}
.btn_submit {
	background:url(../images/structural/btn_submit.gif) no-repeat;
	width:78px;
}
.btn_signup {
	background:url(../images/structural/btn_sign_up.gif) no-repeat;
	width:79px;
}
.btn_tellafriend {
	background:url(../images/structural/btn_tell_friend.gif) no-repeat;
	width:141px;
}
.btn_donate {
	background:url(../images/structural/btn_donate.gif) no-repeat;
	width:109px;
}
.btn_volunter {
	background:url(../images/structural/btn_volunteer.gif) no-repeat;
	width:109px;
}
.btn_help_pray {
	background:url(../images/structural/btn_help_pray.gif) no-repeat;
	width:104px;
}
.btn_share {
	background:url(../images/structural/btn_share.gif) no-repeat;
	width:64px;
}

.btn_bookmarkshare {
	background:url(../images/structural/btn_bookmarkshare.gif) no-repeat;
	width:141px;
}
