/* rev3.css */
body, table
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #403020;
}

body
{
    background: #293B3E repeat url(images/bg_stripes-green.gif);
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

a
{
/*    color: #990000; */
  color: black;
}

img
{
    border: 0px;
}

.centered
{ 
  text-align: center;
}

.verse
{
    font-style: italic;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

a:hover
{
    text-decoration: none;
  color: black;
}

#wholepage
{
    width: 727px;
    text-align: left;
    margin: auto;
    margin-top: -100px;
}

#bodywrap, #bodywrap .bodywrap
{
    padding: 4px;
    background: #fff;
    background: url(images/two_column_back.png);
}

}

#pagecontent
{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 719px;
}

/* HEADER */
#headerback
{
    background: #112528;
    height: 100px;
}

.topheader
{
    color: white;
    padding: 5px;
}

.topheader img
{
    float: left;
}

.topheader h1
{
    font-family: Georgia, serif;
    font-size: 26px;
    margin: 0px;
    padding-top: 13px;
    padding-left: 60px;
    padding-bottom: 0px;
}

.topheader h2
{
    font-family: "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    margin: 0px;
    margin-top: -2px;
    padding-left: 60px;
    color: #999988;
    font-weight: normal;
    letter-spacing: 1px;
}

.headphoto
{
    border-width: 4px;
    border-style: solid;
    border-color: black;
}

.headerbar
{
    background: #990000;
    text-align: right;
    height: 18px;
    background: repeat-x url(images/bg_redbar.png);
    border-bottom: 1px solid red;
    padding-right: 15px;
}

.headerbar a
{
    color: white;
    text-decoration: none;
    font-size: 9px;
}
/* /HEADER */

/* FOOTER */
#footer
{
    clear: left;
    text-align: center;
}
/* /FOOTER */

img.photo
{
/*    border: 1px solid #777; */
  border: 1px solid black;
    float: none;
}

#footer
{
    color: #888;
    font-size: 10px;
}

.quote
{
    padding-left: 2em;
    padding-right: 2em;
    color: #226;
}


.photo_banner { text-align: center; margin-left: auto; margin-right: auto; }

.photo_left { float: left; margin: 5px; margin-right: 10px; }

#content .photocaption 
{
    margin: 0px;
    color: #555;
    font-size: 0.8em;
    line-height: 1.1em;
}


/* leftcol.css */
#leftcol
{
  margin: 0px;
  width: 140px;
  float: left;
  }

#leftcol ul, #leftcol li
{
  padding:0;
  margin: 0;
  list-style: none;
  }

#leftcol ul li, #leftcol block ul li
{
  font-size: 11px;
  margin:10px 0;
	padding-left:6px;
  }

/* now using Exclude Pages plugin
#leftcol ul li ul li ul
{
  display: none;
}
*/

#leftcol ul li ul li, #leftcol block ul li ul li, #leftcol block ul li a
{
	margin:0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 3px;
	padding-left:2px;
}

#leftcol ul li ul li a, #leftcol block ul li ul li a
{
  cursor:auto;
	font-weight: normal;
  text-decoration: none;
  /* color: #806842; */
  color: #444;
  }

#leftcol ul li ul li a:hover, #leftcol block ul li ul li a:hover
{
  font-weight: normal;
  cursor:auto;
  color: black;
  /* letter-spacing:-2px; */
  text-decoration: underline;
  }

#leftcol p, #leftcol block p
{
    font-size: 9px;
    margin: 0px;
    padding: 3px;
    padding-bottom: 5px;
  }

#leftcol p img, #leftcol block p img
{
    margin-top: 2px;
    margin-right: 1px;
    float: left;
}

#leftcol h4, #leftcol block h4, #leftcol ul a, #leftcol ul a:hover
{
  cursor:default;
  text-decoration: none;
  font-size: 11px;
  color: #ac3033;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  width: 130px;
  }

/* threecol.css */


#bodywrap
{
    background: url(images/three_column_back.png);
}

#content
{
    width: 425px;
    margin: 0px;
    padding: 0 0 0 6px;
    float: left;
}

#content .main
{
    padding: 5px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 15px;
    text-align: justify;
}

#content h1,h2,h3,h4
{
    line-height: 1.1em;
}

#content h1
{
    font-size: 22px;
}
#content h2 { font-size: 18px; }

#content p, #content li
{
    font-size: 11px;
}

/*
#content img
{
    float: none;
}
*/

#content h3
{
    margin: 0px;
}

#content .readmore
{
    text-align: right;
}

#content .caption
{
    font-size: 0.9em;
    margin-left: 5px;
    color: #444;
    width: 390px;
    line-height: 1.1em;
    margin-top: 0px;
}

#rightcol
{
    width: 127px;
    padding-left: 2px;
    float: left;
    font-size: 10px;
}

#content ul, #content li
{
    list-style-type: square;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

#rightcol .howtohelp h5
{
    font-size: 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid black;
}

#rightcol .howtohelp img
{
    float: left;
    margin-right: 5px;
}

#rightcol .howtohelp p
{
    font-size: 8px;
    margin: 0px;
    margin-left: 75px;
}

#rightcol .changedlives h5
{
    font-size: 10px;
    border-bottom: 1px solid black;
}

#rightcol .changedlives p
{
    font-size: 9px;
}

#rightcol .reference
{
    text-align: right;
}




/* homepage.css */

#content .homepageitem h3 a
{
    text-decoration: none;
}

#content .homepageitem .readmore
{
    text-align: right;
}

#content .homepageitem
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 4px;
}

#content .homepageitem p
{
    font-size: 11px;
    text-align: justify;
    padding-right: 15px;
}

#content .homepageitem h3
{
    margin-bottom: 5px;
    text-align: left;
}

#content .homepageitem .postdate
{
	text-align: left;
	font-size: 9px;
	text-transform: uppercase;
	margin-top: -4px;
	margin-bottom: 0px;
	padding-left: 0;
}


.prayerandpraise
{
    line-height: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

/* REPORTS */
#reports
{
    border-top: 1px solid #ddd;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#reports h1
{
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
}

#reports .readmore
{
    font-size: 9px;
}

#reports a
{
    font-weight: bold;
}

#reports p
{
    margin: 0px;
    color: #555;
}

#reports .readmore
{
    text-align: right;
}
/* /REPORTS */


/* ADDITIONS */
#additions
{
    border-top: 1px solid #ddd;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#additions h1
{
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
}

#additions a
{
    font-weight: bold;
}

#additions p
{
    margin: 0px;
    color: #555;
}
/* /ADDITIONS */

/* FEATURED ITEMS */
#features
{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    width: 140px;
}

#features h1
{
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#features h2
{
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
}

#features a
{
    font-weight: bold;
}

#features p
{
    margin: 0px;
}
/* /FEATURED ITEMS */

.mailad
{
    padding: 3px;
}

.mailad:first-letter
{
    font-size: 30px;
    float: left;
}

#features .homepagefeature
{
    border-bottom: 2px solid #ccc;
    padding-bottom: 16px;
}

#features .homepagefeature img
{
    margin-bottom: 6px;
}


/* From WP classic */
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.alignleft {
	float: left;
	padding: 5px;
}

.alignright {
	float: right;
	padding: 5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/* DONATE PAGE STYLES */
#donate table {
	width: 410px;
	border-collapse: collapse;
	border: none;
}

#donate th {
	padding: 10px 0;
	margin: 0;
}

#donate th h4 {
	color: white;
	background: #333366;
	padding: 3px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#donate address {
	text-align: center;
}

#donate .error {
	text-align: center;
	color: red;
	font-size: smaller;
}

#donate .req {
	color: red;
	padding-right: 2px;
}

#donate label, #donate .desc, #donate .tlabel {
	text-transform: uppercase;
	font-size: xx-small;
}

#donate label, #donate .desc {
	text-align: right;
}

#donate .desc {
	display: block;
}

#donate flabel {
	width: 120px;
}

#donate .footlinks {
	font-size: small;
	text-align: center;
}

#donate .cclogos {
	text-align: right;
}
