/* CSS Document */

html {
	background-color:#e3ca67;
}

body {
	background-color: #e3ca67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003300;
}

.wrapper {
	padding-top: .1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.header {
	background: none;
	background-repeat: no-repeat;
	background-position:center;
	padding:0;
	margin:0 auto;
	height: 151px;
	width: 812px;
}


/*===============CONTENT===============*/


.contentBG {
	background: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:1em 0 1em 0;	
	margin:0 auto;	
	min-height: 520px;
	height:auto !important;
	height: 520px;
	width: 812px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.contentBaseboard {		/*Gives content div something to push against in turn causing contentBG div to extend background*/
	width:100%;
	height:1px;
	clear:both;
}

.content {
	padding:0;	
	margin:0 2em;	

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.content a:link { 
	color: #003300;
	text-decoration: underline;
}
	
.content a:visited {
	color: #003300;
	text-decoration: underline;
}
	
.content a:hover {
	color: #996633;
	text-decoration: underline;
}
	
.content a:active {
	color: #003300;
	text-decoration: underline;
}

.paraList{
	margin: 0 0 0 5em;
}

.adobeReader{
	margin:0 0 0 100px; 
	color:#666666; 
	width:550px; 
	text-align:center;
	font-size:12px;
	clear:both;
}

/*===============CALENDAR===============*/
.calendar {
	width:600px;
	height:auto;
	
	margin:1em 0;

}

.calendarMonth {
	width:600px;
	height:24px;
	
	margin:2em 0;
	
	font-size:18px;
	color:#996633;
	
}

.calendarDay {
	width:70px;
	height:18px;
	
	text-align:right;
}

.calendarEvent {
	width:530px;
	height:18px;
	
	text-align:left;
}

/*===============NEWS===============*/

.newsDiv {
	margin:2em 0;
	height:140px;
}

.newsDropCaps {
	float:left; 
	font-size:60px; 
	line-height:45px; 
	padding-top:2px
}

.newsDate {
	color:#666666
}

.newsSnippetText {
	margin-top:5px; 
	padding-left:1em; 
	text-align:justify;
}

/*New news css below*/


.newsPost{
	padding: 10px 0 0 0;
	margin: 0;
}

.entry{
	line-height: 24px;
	text-align:justify;
}

.newsContent {
	padding:0;	
	margin:0 20px;	
	
	width:775px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
	
	float:left;
	clear:left;
}

.newsContent a:link { 
	color: #003300;
	text-decoration: underline;
}
	
.newsContent a:visited {
	color: #003300;
	text-decoration: underline;
}
	
.newsContent a:hover {
	color: #996633;
	text-decoration: underline;
}
	
.newsContent a:active {
	color: #003300;
	text-decoration: underline;
}

.cap {
	float:left; 
	font-size:60px; 
	line-height:45px; 
	padding-top:2px
}

.newsTeaser {
	padding: 20px 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	width: 750px;
	float: left;
}

.newsThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 2px solid #003300;
	width: 256px;
	height: 200px;
	
	text-align:center;
	vertical-align:middle;
}

.newsExcerpt {
	margin: 0;
	height:200px;
	text-align:justify;
	padding: 0 10px 30px 0;
}

.newsExcerptDate {
	margin:0;
	padding:0;
	color:#666666;
	line-height:20px;
}

.newsExcerptTitle {
	color:#003300;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}
/*===============HEADERS===============*/

h1 {
	color:#003300;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	
	margin:0 0 20px 0;
}

.h1Underline {
	line-height:2px; 
	letter-spacing:normal
}

h2 {
	color:#003300;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}

h3 {
	color:#666666;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
}

/*===============IMAGES & BORDERS===============*/

.imageFloatRight {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 2px solid #003300;
}

.imageFloatLeft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 2px solid #003300;
}

.imageFloatRightNoBorder {
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}

.imageFloatLeftNoBorder {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

.imageNoFloatBorder {
	border: 2px solid #003300;
}

.imageNewsThumb {
	float: left;
	margin: 0 1em 0 0;
	padding: 3px;
	border: 2px solid #003300;
}

/*===============HOME ONLY===============*/

.contentBGhome {
	background: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	min-height: 520px;
	height:auto !important;
	height: 520px;
	width: 812px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.tag {
	padding:0;	
	margin:0 auto;	
	height: 104px;
	width: 239px;
}

.roysBlog {
	padding:0;	
	margin:0 auto;	
	height: 55px;
	width: 239px;
}

.giveOnline {
	padding:0;	
	margin:0 auto;	
	height: 55px;
	width: 239px;
}

.give_button {
	border:none; 
	background: url(images/give_button.png) no-repeat 0 -70px; 
	height:70px; 
	width:172px; 
	display:block;		
}

.give_button:hover { 
  background-position: 0 0;
}

.home_give_button{
	border:none; 
	background: url(images/home_give.png) no-repeat 0 0px; 
	height:55px; 
	width:239px; 
	display:block;		
}

.home_give_button:hover { 
  background-position: 0 -55px;
}

.homeNews {
	background: url(images/news_bg.png); /*with Roys blog link present*/
	/*background: url(images/news_bg_no_blog.png); with Roys blog link NOT present*/
	background-repeat: none;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	min-height: 360px;  /*height with Roys blog link present*/
	/*min-height: 415px; 	height with Roys blog link NOT present*/
	height:auto !important;
	height: 360px;  /*height with Roys blog link present*/
	/*height: 415px;		height with Roys blog link NOT present*/
	width: 239px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.homeNews a:link { 
	color: #003300;
	text-decoration: underline;
}
	
.homeNews a:visited {
	color: #003300;
	text-decoration: underline;
}
	
.homeNews a:hover {
	color: #d7eb9c;
	background-color:#003300;
	text-decoration: none;
}
	
.homeNews a:active {
	color: #996633;
	text-decoration: underline;
}

.cycleImg {
	padding:0;	
	margin:0;	
	height: 200px;
	width: 552px;
	clear: both;
	float: left;
}

.cnHotlink {
	padding:0;	
	margin:0;	
	height: 53px;
	width: 275px;
	float: left;
	clear: left;
}

.calendarHotlink {
	padding:0;	
	margin:0;	
	height: 53px;
	width: 277px;
	float: left;
	clear: none;
}

.ministryHighlight {
	padding:0;	
	margin:0;	
	height: 266px;
	width: 552px;
	clear: both;
	float: left;
}

.leftTower {

padding: 0;
margin: 0 0 0 10px;
height: 519px;
width: 239px;
float:left;
clear:left;
}

/*===============NAVIGATION===============*/

.navTop {
	background: url(images/nav_top_bg.png);
	background-repeat: no-repeat;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	height: 38px;
	width: 812px;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	line-height:30px;
}

.navTop a:link { 
	color: #FFFFFF;
	text-decoration:none;
}
	
.navTop a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
	
.navTop a:hover {
	color: #003300;
	text-decoration: none;
}
	
.navTop a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.navBase {
	background: url(images/nav_base_bg.png);
	background-repeat: no-repeat;
	background-position:center;
	padding:0;	
	margin:0 auto;	
	height: 40px;
	width: 812px;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	line-height:30px;
}

.navBase a:link { 
	color: #FFFFFF;
	text-decoration:none;
}
	
.navBase a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
	
.navBase a:hover {
	color: #996633;
	text-decoration: none;
}
	
.navBase a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/*===============FOOTER===============*/
.footer {
	padding:0;	
	margin:0 auto;	
	min-height: 50px;
	height:auto !important;
	height: 50px;
	width: 812px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:10px;
	color:#666666;
}	

.footer a:link { 
	color: #666666;
	text-decoration: underline;
}
	
.footer a:visited {
	color: #666666;
	text-decoration: underline;
}
	
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
.footer a:active {
	color: #666666;
	text-decoration: underline;
}

/*===============FORMS===============*/

.formFields {
	background-color:#E8E8E8;

}

input.long {
	width: 245px;
	background-color:#E8E8E8;
}
input.state {
	width: 30px;
	background-color:#E8E8E8;
}
input.short {
	width: 50px;
	background-color:#E8E8E8;
}

/*===============ROY'S BLOG===============*/
.roysHeader{
	margin:0 auto 1em auto; 
	width:100%;
}

.post{
	padding: 10px 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.post h2{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#003300;
	margin: 0 0 10px 0;
}

.post h3{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#996633;
}

.entry{
	line-height: 24px;
}

p.postmetadata{
	margin: 10px 0 2em 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	padding:0;	
	margin:0;	
	height:100%;
	width:189px;
	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}

.sidebar_content h3{
	color:#996633;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:18px;
	text-align:left;
	
	padding:0 0 5px 20px;
	margin:0;
}

.sidebar_content {
	background: url(images/sidebar_mid.png);
	background-repeat: repeat-y;
	background-position:center;
	padding:0;	
	margin:0;	
	min-height: 50px;
	height:auto !important;
	height: 50px;
	width: 189px;
	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
}

.sidebar_content a:link { 
	color: #ffffff;			
	text-decoration: none;
}
	
.sidebar_content a:visited {
	color: #ffffff;			
	text-decoration: none;
}
	
.sidebar_content a:hover {
	color: #003300;	
	background-color:#ffffff;	

}
	
.sidebar_content a:active {
	color: #003300;	
	background-color:#ffffff;	

}

.archives_li {
	list-style-type:none;
	margin:0;
	padding:0;
}

.archives_ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 20px;
}

.commentmetadata{
	border-top: 1px solid #ccc;
	margin: 0 0 2em 0;
}

.contentBlog {
	padding:0;	
	margin:0 10px;	
	
	width:575px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:20px;
	
	float:left;
	clear:left;
}

.contentBlog a:link { 
	color: #003300;
	text-decoration: underline;
}
	
.contentBlog a:visited {
	color: #003300;
	text-decoration: underline;
}
	
.contentBlog a:hover {
	color: #996633;
	text-decoration: underline;
}
	
.contentBlog a:active {
	color: #003300;
	text-decoration: underline;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:none;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:none;
	}

.alignright {
	float: right;
	border:none;
	}

.alignleft {
	float: left;
	border:none;
	}
	
.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;
}
