/* CSS Document */
body {
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3c90bf;
	margin:0;
	}
	
#container {
	margin:0 auto;
	width:970px;
	}
	
#header {
	width:970px;
	height:125px;
	float:left;
	background-image:url(images/header.jpg);
	}
	
#search-form {
	width:400px;
	height:125px;
	float:right;
	text-align:left;
	margin:25px -75px 0 0;
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	color:#3c90bf;
	font-size:24px;
	}
	
#s {
	border:none;
	background-color:#eeeeee;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	width:225px;
	text-align:left;
	vertical-align:middle;
	padding:6px 0 0 5px;
	}
	
#searchsubmit {
	height:27px;
	border:none;
	background-image:url(images/search-button-bg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	color:#666666;
	}
	
#nav {
	width:970px;
	height:40px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:left;
}

*:first-child+html #nav ul {
	margin:0;
	float:left;
	list-style:none;
	height:40px;
	}
	
#nav ul {
	margin:0 0 0 -40px;
	float:left;
	list-style:none;
	height:40px;
	}

#nav li {
	display:inline;
	text-indent:0;
	padding:10px 20px 10px 20px;
	float:left;
	background-image:url(images/nav-button-line.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#nav a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	
	}
	
#nav li:hover {
	background-image:url(images/nav-hover.jpg);
	background-position:center;
	background-repeat:repeat-x;
	cursor:pointer;

	}

#feature-area {
	width:970px;
	height:335px;
	float:left;
	}

#feature-left {
	width:710px;
	height:335px;
	float:left;
	}
	
#feature-right {
	width:260px;
	height:335px;
	float:left;
	}
	
#video-feature {
	width:710px;
	background-image:url(images/video-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	background-color:#071941;
	}
	
#video-photo {
	width:390px;
	height:265px;
	float:left;
	padding:10px 0 10px 0;
	}
	
#video-feature-content {
	width:310px;
	height:285px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	line-height:22px;
	padding:5px;
	}
		
.donation-add {
	width:260px;
	height:168px;
	background-color:#990000;
	float:left;
	}
	
.event-add {
	width:260px;
	height:167px;
	background-color:#009933;
	float:left;
	}
	
img {
	border:none;
	}

.page-title {
	width:710px;
	height:50px;
	background-image:url(images/page-title-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:both;
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:16pt;
	color:#041d53;
	text-align:left;
	padding:10px 10px 10px 15px;
	}
	
#content {
	width:970px;
	float:left;
	background-color:#FFFFFF;
	}
	
.comments {
	width:695px;
	text-align:left;
	float:left;
	margin:0 0 0 15px;
	}
	
.comments h3 {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:18px;
	color:#3076a2;
	}
.comments ol:odd {
	background-color:#eeeeee;
	}
	
/*-------------------Side Bar---------------------*/
	
.sidebar {
	width:260px;
	background-image:url(images/sidebar-bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
	margin:0 0 20px;
	}
	
.sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
		}
	
*:first-child+html .sidebar li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	margin:10px 0 0 20px;
	}
	
.sidebar li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	margin:10px 0 0 -20px;
	}
	
.sidebar a {
	color:#333333;
	text-decoration:underline;
	}
	
.sidebar h2 {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:24px;
	color:#3076a2;
	margin:0;
	}
	
/*-------------------END Side Bar---------------------*/

#footer-section {
	width:970px;
	height:250px;
	background-image:url(images/footer-section-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	}

#footer {
	width:970px;
	height:40px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	color:#233e78;
	font-size:12pt;
	padding:14px 0 0 0;
	}
	
/*-------------------Blog Posts-----------------------*/

.blog-title {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:20pt;
	color:#3b8fbd;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:15px 0px 10px 0px;
	}
	
.blog-title a {
	color:#3b8fbd;
	text-decoration:none;
	}

.blog-content {
	text-align:justify;
	padding:0px 15px 0px 15px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:10pt;
	line-height:14pt;
	}
	
.blog-utility {
/*	background-image:url(images/blog-utility-bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#eeeeee;
	height:23px;
	width:675px;
	margin:10px 10px 10px 10px;
	padding:6px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.blog-utility-text {
	text-align:left;
	color:#666666;
	}
	
.blog-utility a {
	color:#256292;
	}
	
.blog-utility a:hover {
	color:#256292;
	text-decoration:none;
	}
	
.post-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:15px;
	text-align:left;
	}
	
/*-------------END Blog Post----------------*/

.archive-title {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:20pt;
	color:#3b8fbd;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:15px 0px 10px 0px;
	}

/*-------------Recent Posts-----------------*/

.recent-posts {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:300px;
	float:left;
	margin:15px 5px 0 35px;
	}
	
*:first-child+html .recent-posts {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:300px;
	float:left;
	margin:15px 5px 0 50px;
	}
	
.recent-posts h3 {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:22px;
	color:#3076a2;
	margin:0;
	}
	
.recent-posts ul {
	list-style:none;
	float:left;
	text-align:center;
	}

.recent-posts li {
	list-style:none;
	text-align:left;
	padding:5px 0 5px 0;
	}
	
.recent-posts a{
	color:#ffffff;
	font-size:12px;
	}
	
.recent-posts a:hover{
	color:#3076a2;
	}
	
/*-------------END Recent Posts-----------------*/

/*-------------Recent Comments-----------------*/
.recent-comments {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:300px;
	float:left;
	margin:15px 10px 0 10px;
	}
	
*:first-child+html .recent-comments {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:300px;
	float:left;
	margin:15px 20px 0 30px;
	}
	
.recent-comments h3 {
	font-family:"Trajan Pro", Georgia, "Times New Roman";
	font-size:22px;
	color:#3076a2;
	margin:0;
	}
	
.recent-comments ul {
	list-style:none;
	float:left;
	text-align:center;
	}

.recent-comments li {
	list-style:none;
	text-align:left;
	padding:5px 0 5px 0;
	}
	
.recent-comments a{
	color:#ffffff;
	font-style:italic;
	font-size:12px;
	}
	
.recent-comments a:hover{
	color:#3076a2;
	}
	
/*-------------END Recent comments--------------*/

#footer-nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:200px;
	height:250px;
	margin:15px 0 0 0px;
	float:left;
	background-image:url(images/footer-nav-bg.jpg);
	background-repeat:repeat-x;
	}
	
*:first-child+html #footer-nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	width:200px;
	height:250px;
	margin:15px 0 0 30px;
	float:left;
	background-image:url(images/footer-nav-bg.jpg);
	background-repeat:repeat-x;
	}
	
#footer-nav ul {
	margin:15px;
	padding:0px 10px 10px 10px;
	font-family:"Trajan Pro", Georgia, "Times New Roman";
}

#footer-nav ul a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer-nav li {
	list-style:none;
	line-height:26px;
}

/*-------------Contact Form-------------*/

#contact-form {
	text-align:left;
	}
	
#contact-form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	}
	
.field { 
	height:24px;
	font-size:16px;
	padding:5px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	background-color:#ececec;
	}
	
.field:hover{ 
	height:24px;
	font-size:16px;
	padding:5px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	background-color:#ccdae2;
	}

.textarea {
	font-size:16px;
	padding:5px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	border:none;
	background-color:#ececec;
	}
	
.textarea:hover {
	font-size:16px;
	padding:5px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	border:none;
	background-color:#ccdae2;
	}
	
.select {
	font-size:16px;
	padding:5px 0 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	border:none;
	background-color:#ececec;
	}

.send-button {
	width:100px;
	height:40px;
	border:none;
	background-image:url(http://www.jimfrain.org/splash/images/send-button.png);
	}
	
.send-button:hover {
	width:100px;
	height:40px;
	border:none;
	background-image:url(http://www.jimfrain.org/splash/images/send-button.png);
	background-position:-100px;
	cursor:pointer;
	}
	
*:first-child+html #contact-form ul { 
	margin:0;
	list-style:none;
	}

*:first-child+html #contact-form li {
	margin:10px 10px 10px 20px;
	list-style:none;
	}
	
#contact-form ul { 
	margin:0;
	list-style:none;
	}

#contact-form li {
	margin:10px 10px 10px -20px;
	list-style:none;
	}
	
