
/* =Global
---------------------------------------------------------------------------------------------------
*/

* {
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	color: #4c4949;
	font-size: 14px;
}

h1 {
	font-size: 40px;
	font-weight: 100;
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font-size: 24px;
	font-weight: 100;
	color: #4ea7dd;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3 {
	letter-spacing: .1em;
	font-weight: 100;
	font-size: 24px;
	color: #4ea7dd;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 15px;
}

h6 {
	font-size: 14px;
	font-weight: 100;
	color: #4ea7dd;
	margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit; text-decoration: none; }

p {
	line-height: 1.8em;
	margin-bottom: 25px;
	font-weight: 100;
}

a {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	color: #4ea7dd;
}

a:hover {
	color: #72ccff;
}

a img {
	border: none;
}

ul {
	list-style: none outside none;
}

#text ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style: url('../images/list-style.jpg') outside;
}
#text li {
	padding-left: 1.5em;
	line-height: 1.4em;
	margin-bottom: 6px;
}

ol {
    counter-reset:li;
    margin-left:30px;
    padding-left:0;
	margin-bottom: 20px;
}
ol > li {
    position:relative;
    margin:0 0 6px 1em;
    padding:4px 8px;
    list-style:none;
	line-height: 1.4em;
}
ol > li:before {
    content:counter(li) ". ";
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-1.5em;
	padding: 4px 0;
    margin-right:8px;
    color:#cddf48;
    font-weight:bold;
    text-align:right;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}


hr {
	background: #dfdbd4;
	border: none;
	height: 2px;
	margin: 15px 0;
}

hr.skinny {
	height: 1px;
	margin: 0 0 15px;
}
table.fancytable { width: 100%; border: 0; border-spacing: 0; margin-bottom: 20px; }

table.fancytable caption {
	font-size: 18px;
	padding: 13px 23px;
	background: #4ea7dd;
	color: #FFF;
}
table.fancytable th { padding: 10px; background: #dfdbd4; text-align: left;}

table.fancytable td { padding: 10px;  }

blockquote {
	background: #dfdbd4;
	padding: 25px 25px 1px 25px;
	margin-bottom: 25px;
}


/* =Layout
---------------------------------------------------------------------------------------------------
*/

#header_wrap {
	max-width: 1280px;
	min-width: 960px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 480px;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 280px;
	height: 90px;
	margin-top: 35px;
	background: url('../images/logo.jpg') no-repeat center;
	float: left;
}

#nav {
	width: 130px;
    height: 100px;
	float: left;
	margin: 30px 0 0 40px;
}

#nav li {
	text-align: right;
	clear: both;
}

#nav li a {
	font-size: 18px;
	line-height: 17px;
	color: #111111;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	float: right;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	letter-spacing: .1em;
}

#nav li a:hover {
	color: #4da7dc;
}

#nav li.last a {
	color: #4da7dc;
	font-weight: 700;
	background: #cddf48;
}

#nav li.last a:hover {
	background: #e4f185;
	color: #74c1ee;
}
#sub_menu {
	right: 160px;
	padding: 3px 12px 10px;
	background: #54befc;
	background: rgba(73,177,238,.8);
	width: 136px;
	max-width: 296px;
	text-align: center;
	position: absolute;
}
#sub_menu ul {
	border-top: 1px solid #54befc;
	padding-top: 8px;
	display: none;
}
#sub_menu a {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	padding: 9px 0;
	display: block;
}
#sub_menu .title {
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 0 3px;
	letter-spacing: .1em;
}
#sub_menu .arrow {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #54befc;
	border-top: 12px solid rgba(73,177,238,.8);
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -12px; 
	
}

/* =Home
---------------------------------------------------------------------
*/
#bucket1 {
	width: 158px;
	height: 160px;
}
#bucket1 img {
	max-width: 158px;
	max-height: 160px;
}

#rotator {
	width: 479px;
	height: 318px;
	margin-left: 2px;
	position: relative;
	background: #000000;
}

#rotator a {
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#rotator .items {
	width: 479px;
	height: 318px;
}

#rotator #selectors {
	position: absolute;
	z-index: 5;
	right: 10px;
	bottom: 10px;
}

#rotator #selectors a {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #ffffff;
	float: right;
	margin-left: 5px;
}

#rotator #selectors .activeSlide {
	background: #cddf48;
}

#bucket_group {
	height: 318px;
	width: 319px;
	margin-left: 2px;
}

#bucket_group a {
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#bucket2 {
	margin-bottom: 2px;
}

#bucket2 a {
	height: 160px;
	overflow: hidden;
	display: block;
}
#endorsements {
	margin: 2px 162px 2px 0;
	position: relative;
	height: 160px;
	width: 476px;
	background: #cddf48;
}
#endorsements a {
	height: 160px;
	overflow: hidden;
	display: block;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
/* =Content
---------------------------------------------------------------------
*/

#content_wrap {
	max-width: 1280px;
	min-width: 960px;
	min-height: 321px;
	background: url('../images/body_bg.gif') no-repeat center top;
	margin: 0 auto;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 2px;
}

.wide #text {
	width: 842px;
}
#text {
	width: 522px;
	padding: 0 64px 45px 54px;
}

h1.page_title {
	margin-top: 60px;
	font-size: 60px;
	max-width: 400px;
	line-height: .9em;
}
#top_link {
	margin-right: -64px;
	background: #cddf48;
	width: 158px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 20px;
}

#top_rss a {
	display: block;
	background: url(../images/rss-block-sprite.png) 0 0 no-repeat;
	height: 160px;
	width: 160px;
	text-indent: -999999px;
	position: relative;
	*margin-top: -180px;
	margin-left: 590px;
}

	#top_rss a:hover {
		background-position: 0px -165px;
	}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	width: 320px;
}

#subnav, #menu-3 {
	background: #dfdbd4;
	border-bottom: 2px solid #ffffff;
	padding: 50px;
}

#subnav a, #menu-3 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#subnav .current>a, #menu-3 .current>a {
	color: #4ea7dd;
}

#subnav>li {
	display: none;
}

#subnav>li.current {
	display: block;
}

#subnav>li>a {
	font-size: 36px;
}

#subnav ul, #menu-3 ul {
	margin-top: 20px;
}

#subnav ul li.current a, #menu-3 li.current a {
	background: url('../images/blue_arrow.png') left center no-repeat;
	padding-left: 18px;
}
#subnav ul a, #menu-3 a {
	font-size: 18px;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
#subnav ul li:last-child a, #menu-3 li:last-child a {
	border: none;
}

#sidebar_area_one {
	border-bottom: 1px solid #FFFFFF;
}
#sidebar_area_one p {
	margin: 0;
	line-height: 0;
}
#sidebar_area_one a {
	display: block;
}
#sidebar_area_one img {
	width: 320px;
}

#sidebar_area_two {
	background: #dfdbd4;
	padding: 50px;
	border-bottom: 2px solid #FFFFFF;
}

#sidebar_area_three {
	text-align: right;
}
#sidebar_area_three img{
	max-width: 320px;
}
/* =Footer
---------------------------------------------------------------------
*/

#footer_wrap {
	width: 100%;
	background: #dfdbd4;
	border-bottom: 5px solid #FFFFFF;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
#footer_left {
	float: left;
	width: 481px;
	padding: 33px 0 19px;
	position: relative;
	height: 160px;
}

#footer_left #mission {
	width: 430px;
}
#footer_left #mission p {
	line-height: 1.4em;
}
#footer_left #crosschurch {
	bottom: 0;
	position: absolute;
}

#footer_left #copyright {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6d6a;
	bottom: 4px;
	right: 0;
	width: 260px;
	height: 24px;
	padding: 0 0 6px;
}

#footer_left #copyright #am {
	background: url('../images/social.png');
	background-position: 0px 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	float: left;
}
#footer_left #copyright #am:hover {
	background-position: 0px 0px;
}
#mission h3 {
	text-transform: uppercase;
	color: #4ea7dd;
	font-size: 18px;
	margin-bottom: 18px;
}

#mission {
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
}

#twitter {
	width: 267px;
	height: 181px;
	padding: 25px;
	background: #4ea7dd;
	margin-right: 2px;
	color: #FFFFFF;
}

#twitter h3 {
	text-transform:uppercase;
	background:url('../images/twitter.png') no-repeat;
	padding-left: 43px;
	margin-bottom: 23px;
	color: #FFFFFF;
	font-size: 18px;
}

#twitter .tweet_time {
	color: #cbdc4a;
	display: block;
	text-decoration: none;
	letter-spacing: .1em;
	margin-bottom: 8px;
}

#twitter .tweet_text {
	font-size: 14px;
	margin-bottom: 23px;
	display: block;
	line-height: 1.4em;
}

#twitter .tweet_text a {
	color: #1373ab;
	text-decoration: none;
}
#twitter .see_more {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 30px;
	background: url('../images/tweet_arrow.png') no-repeat 0 3px;
}
#social_links {
	width: 125px;
	display: block;
	float: left;
	padding: 25px 17px 22px;
	position: relative;
}
#social_links a {
	margin: 0 7px;
}
#social_links .twitter {
	background: url('../images/social.png');
	background-position: -41px 19px;
	width: 16px;
	height: 14px;
	float: left;
}

#social_links .twitter:hover {
	background-position: -41px 45px;
}

#social_links .facebook {
	background: url('../images/social.png');
	background-position: -75px 20px;
	width: 8px;
	height: 16px;
	float: left;
	margin-top: -1px;
}

#social_links .facebook:hover {
	background-position: -75px 46px;
}

#social_links .rss-feed {
	background: url('../images/social.png');
	background-position: -163px 19px;
	width: 16px;
	height: 14px;
	float: left;
}

#social_links .rss-feed:hover {
	background-position: -163px 45px;
}

#social_links .email {
	background: url('../images/social.png');
	background-position: -102px 18px;
	width: 16px;
	height: 12px;
	float: left;
	margin-top: 1px;
}

#social_links .email:hover {
	background-position: -102px 44px;
}


#social_links #search_icon {
	background: url('../images/social.png');
	background-position: -133px 20px;
	width: 17px;
	height: 17px;
	float: left;
	margin-top: -1px;
}

#social_links #search_icon:hover {
	background-position: -133px 46px;
}

#social_links #search {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 0;
	width: 158px;
	height: 0px;
	background: #FFFFFF;
}

#social_links #search * {
	display: none;
}

#social_links #search a {
	color: #4ea7dd;
	text-decoration: none;
	text-transform: uppercase;
}

#social_links input {
	font-style: italic;
	color: #6f6d6a;
	font-size: 14px;
	margin-top: 30px;
	width: 98px;
	margin-left: 15px;
	border: 0 none #FFFFFF;
}

/* =Form Builder
---------------------------------------------------------------------------------------------------
*/
#text .form_builder .response {
	color: #FFFFFF;
	width: 492px;
	margin-left: 0;
	padding: 10px 15px 5px;
	font-size: 20px;
}
#text .form_builder .response li {
	list-style: none;
	margin-bottom: none;
}
#text .form_builder .success {
	background-color: #cbdc4a;
}
.form_builder .error {
	background-color: #dc4a4a;
}
.form_builder label {
	line-height: 1.4em;
	display: block;
	clear: both;
}
.subfield label {
	font-style: italic;
	color: #777;
	margin-top: -2px;
	margin-bottom: 5px;
	text-indent: 3px;
	font-size: 11px;
}
.form_builder input {
	width: 508px;
	padding: 5px 7px 5px;
	font-weight: 100;
	background: #f9f8f7;
	font-size: 12px;
	border: 1px solid #dfdbd4;
	margin: 5px 0px 7px 0px;
}

.form_builder textarea {
	width: 508px;
	max-width: 508px;
	min-width: 508px;
	height: 75px;
	padding: 5px 7px 5px;
	background: #f9f8f7;
	font-weight: 100;
	font-size: 12px;
	line-height: 1.6em;
	border: 1px solid #dfdbd4;
	margin: 5px 0px 7px 0px;
}

.form_builder .disabled textarea, .form_builder .disabled input {
	background: #FFFFFF;
	background: rgba(255,255,255,.3);
	color: #999;
}
.form_builder select {
	padding: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #afb9bb;
	margin: 5px 0px 7px 0px;
}
.form_builder .radio_item input {
	padding: 0;
	width: 13px;
	margin-right: 5px;
}
.form_builder .radio_item{
margin: 0;
	padding-left: 20px;
}
.form_builder .radio_item label {
	display: inline;
	font-weight: normal;
}
.form_builder .checkbox_item input {
	padding: 0;
	width: 13px;
	margin-right: 5px;
}
.form_builder .checkbox_item{
	margin: 0;
	padding-left: 20px;
}
.form_builder .checkbox_item label {
	display: inline;
	font-weight: normal;
}
.form_builder .formbuilder_buttons input {
	float: right;
	padding: 10px 46px 10px 24px;
	background: #cbdc4a;
	background-image: url('../images/right_arrow.png');
	background-position: right center;
	line-height: 1em;
	display: block;
	border: none;
	clear: both;
	color: #4ea7dd;
	width: 150px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .1em;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;url(../images/email-icon.png)
	-webkit-transition:.2s;
	transition:.2s;
}
.form_builder .formbuilder_buttons input:hover {
	color: #72ccff;
}
.form_builder .description p {
	font-size: 14px;
}
.form_builder p.info {
	font-size: 12px;
}

/* Subscribe Widget */
.widget.feedblitz-email-subscription {
	padding: 20px 50px 5px;
}
.feedblitz-email-subscription h2.widgettitle {
	display: block;
	height: 32px;
	width: 250px;
	background: url(../images/email-icon.png) left 2px no-repeat;
	padding-left: 50px;
	font-size: 28px;
	letter-spacing: .1em;
	font-weight: 100;
}

.feedblitz-email-subscription input[type="text"] {
	width: 64%;
	padding: 10px 7px 10px;
	font-weight: 100;
	background: #f9f8f7;
	font-size: 12px;
	border: 1px solid #dfdbd4;
	margin: 0px;
	float: left;
}

.feedblitz-email-subscription input[type="submit"] {
	padding: 10px 30px 10px 8px;
	*padding: 6px 30px 6px 8px;
	background: #cbdc4a;
	background-image: url('../images/right_arrow.png');
	background-position: -347px center;
	line-height: 1em;
	display: block;
	border: none;
	color: #4ea7dd;
	width: 28%;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

	.feedblitz-email-subscription input[type="submit"]:hover {
		color: #72ccff;
	}

/* =Miscellaneous
---------------------------------------------------------------------------------------------------
*/

.left_green_button, .left_green_button a,
.right_green_button, .right_green_button a {
	background: #cbdc4a;
	color: #4ea7dd;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .1em;
	text-decoration: none;
	background-repeat: no-repeat;
}

.left_green_button, .left_green_button a {
	float: left;
	padding: 10px 24px 10px 46px;
	background-image: url('../images/left_arrow.png');
	background-position: left center;
}

.right_green_button, .right_green_button a {
	float: right;
	padding: 10px 46px 10px 24px;
	background-image: url('../images/right_arrow.png');
	background-position: right center;
}

.clear {
	clear: both;
	display: block;
	float: none;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

.left 		{ float: left; }
.right 		{ float: right; }
.alignleft	{ float: left; margin: 0 20px 20px 0; }
.alignright	{ float: right; margin: 0 0 20px 20px; }
