@charset "utf-8";


/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'AniversRegular';
    src: url('../fonts/Anivers_Regular-webfont.eot');
    src: url('../fonts/Anivers_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Anivers_Regular-webfont.woff') format('woff'),
         url('../fonts/Anivers_Regular-webfont.ttf') format('truetype'),
         url('../fonts/Anivers_Regular-webfont.svg#AniversRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ---------- GLOBAL CSS RULES --------------------------- */


body, html {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	}

body {
	min-width: 960px;
	}


/* ---------- Typography --------------------------- */


p	{
	margin: 0 0 24px 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	background: transparent;
	margin: 0;
	padding: 0;
	}

h1 {
	color: #179ea6;
	}

h2 {
	color: #6b680a;
	}

h3 {
	color: #b77900;
	}

h4, h5, h6 {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	}

a, a:link, a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #179ea6;
	text-decoration: none;
	}

.small {
	font-size: 12px;
	}



/* ---------- Site-wide styles --------------------------- */


form, input {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	}

input {
	margin: 0 0 5px 0;
	padding: 5px;
	width: 470px;
	border: 1px solid #ccc;
	display: block;
	}

.submitButton {
	margin: 5px 0 20px 0;
	padding: 10px 20px 10px 20px;
	width: auto;
	color: #fff;
	background-color: #e29601;
	border: 1px solid #e29601;
	display: block;
	text-transform: uppercase;
	}

label {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	}

textarea {
	margin: 0 0 5px 0;
	padding: 5px;
	width: 470px;
	border: 1px solid #ccc;
	display: block;
	}

.checkbox {
	margin: 7px 0 5px 0;
	width: 20px;
	display: inline;
	float: left;
	}

.checkboxLabel {
	text-transform: none;
	display: inline;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block
	}

ul {
	margin: 0 0 24px 0;
	padding: 0 0 0 1.5em;
	}

ul li {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

ol {
	margin: 0 0 24px 0;
	padding: 0 0 0 1.5em;
	}

ol li {
	list-style-type: decimal;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

div {
	margin: 0;
	padding: 0;
	}

span {
	margin: 0;
	padding: 0;
	}

table {
	border: 0;
	border-collapse: collapse;
	background-color: #fff;
	border-top: 1px dotted #aedde0;
	color: #000;
	width: 100%;
	margin: 0 0 24px 0;
	}

th {
	border-bottom: 1px dotted #aedde0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}

td {
	border-bottom: 1px dotted #aedde0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}

td.instructions, 
td.pdf {
	text-align: right;
	padding-left: 15px;
	}

td.instructions a, 
td.pdf a {
	background: transparent;
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	color: #666;
	text-decoration: none;
	}

td.instructions a:hover, 
td.pdf a:hover {
	text-decoration: underline;
	}


/* Clear Floats */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}
	
html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}


/* ---------- Header Bar --------------------------- */


#headerWrap {
	color: #fff;
	background: #161536;
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	}

#headerWrap a {
	color: #fff;
	text-decoration: none;
	}

#headerWrap a:hover {
	color: #fff;
	text-decoration: underline;
	}

#socialMedia, #navigation {
	color: #fff;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	}

#socialMedia {
	width: 840px !important;
	margin-bottom: 15px;
	}

#search {
	margin: 0; 
	padding: 0;
	float: left;
	}

#searchform label {
	display: none;
	}

input#searchbox, input#searchbutton {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	}

input#searchbox {
	background: #fff;
	color: #179ea6;
	width: 110px;
	height: 24px;
	margin: 0 0 0 600px;
	padding: 0 5px 0 5px;
	border: 0;
	display: inline;
	}

input#searchbutton {
	background: #161536;
	color: #fff;
	margin: 0;
	width: 40px;
	padding: 0 5px 0 5px;
	border: 0;
	text-transform: uppercase;
	display: inline;
	}

input#searchbutton:hover {
	cursor: pointer;
	color: #e29601;
	}

#facebook {
	margin: 0 0 0 25px; 
	padding: 0;
	float: left;
	}

#facebook a {
	background: transparent url(../images/icon_facebook.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0; 
	padding: 0;
	display: block;
	text-indent: -9999px;
	}

#rss {
	margin: 0 0 0 7px; 
	padding: 0;
	float: left;
	}

#rss a {
	background: transparent url(../images/icon_rss.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0; 
	padding: 0;
	display: block;
	text-indent: -9999px;
	}

#facebook a:hover, #rss a:hover {
	background-position: 0 -30px;
	}

#navigation {
	width: 860px !important;
	}

#navigation h1 {
	color: #e29601;
	background: transparent;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	}

#navigation ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	}

#navigation li {
	margin: 0; 
	padding: 0;
	list-style: none;
	float: left;
	}

#navigation a {
	margin: 0;
	padding: 5px 10px 5px 10px;
	display: block;
	}

#navigation a:hover {
	color: #161536;
	background: #fff;
	text-decoration: none;
	}

.on {
	text-transform: uppercase;
	}


/* ---------- Home page feature --------------------------- */


#featureWrap {
	background: #6b680a url(../images/bkgd_feature.jpg) 0 0 repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#feature {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 360px;
	overflow: hidden;
	}

.photoContainer {
	width: 120px;
	height: 120px;
	float: left;
	}

#quote {
	background: #e29601 url(../images/bkgd_quote.jpg) 0 0 repeat-x;
	width: 600px;
	height: 120px;
	float: left;
	}

#quoteText {
	background: transparent url(../images/logo_sm.png) 10px 16px no-repeat;
	width: 450px;
	height: 120px;
	margin: 0 0 0 30px;
	padding: 0 0 0 90px;
	}

#quoteText p {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	text-align: right;
	color: #fff;
	margin: 14px 0 0 0;
	padding: 0;
	}

#quoteText span.reference {
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	}


/* ---------- Body content --------------------------- */


#bodyWrap {
	background-color: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#body {
	background: #fff;
	margin: 0 auto;
	padding: 60px 0 26px 0;
	width: 840px;
	}

#content {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
	}

a.readmore {
	font-family: 'AniversRegular';
	text-transform: uppercase;
	font-size: 12px;
	color: #179ea6;
	text-decoration: none;
	}

a.readmore:hover {
	color: #000;
	text-decoration: underline;
	}

p.pullquote {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	text-align: right;
	background: transparent;
	color: #b77900;
	margin: 0 0 24px 120px;
	padding: 0;
	width: 360px;
	}

p.byline {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	background: transparent;
	color: #b77900;
	margin: -24px 0 24px 120px;
	padding: 0;
	width: 360px;
	}

p.top {
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 24px;
	text-align: right;
	text-transform: uppercase;
	background: transparent;
	color: #666;
	margin: -24px 0 24px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	}

p.top a {
	background: transparent url(../images/icon_top.png) 0 0 no-repeat;
	padding: 0 0 0 12px;
	color: #666;
	text-decoration: none;
	}

p.top a:hover {
	background-position: 0 -30px;
	text-decoration: underline;
	}

#jumpMenu {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	}

#jumpMenu ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	color: #666;
	}

#jumpMenu li {
	margin: 0; 
	padding: 0;
	list-style: none;
	float: left;
	}

#jumpMenu a {
	background: transparent url(../images/icon_bullet.png) 0 5px no-repeat;
	margin: 0;
	padding: 0 15px 0 12px;
	display: block;
	color: #666;
	text-decoration: none;
	}

#jumpMenu a:hover {
	background-position: 0 -25px;
	text-decoration: underline;
	}


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


#sidebar {
	color: #6b680a;
	background: #fff;
	margin: 0 0 0 60px;
	padding: 0;
	width: 300px;
	float: left;
	}

#sidebar ul {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

#sidebar ol {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	}

#sidebar ol li {
	list-style-type: decimal;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

#sidebar a {
	color: #6b680a;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	}

#sidebar p {
	border-top: 1px dotted #d8d7bb;
	}

#sidebar p.footnote {
	border-top: none;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	}

#sidebar table {
	border-top: 1px dotted #d8d7bb;
	}

#sidebar td {
	color: #6b680a;
	border-bottom: 1px dotted #d8d7bb;
	}

#sidebar ul {
	border-top: 1px dotted #d8d7bb;
	}

#sidebar li {
	border-bottom: 1px dotted #d8d7bb;
	}

#sidebar .sidebarHeadline h4 {
	float: left;
	color: #000;
	}

#sidebar .sidebarHeadline a {
	color: #000;
	float: right;
	font-family: 'AniversRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	}

#sidebar .sidebarHeadline a:hover {
	text-decoration: underline;
	}


/* Worship Times Box */


#worshipTimes {
	color: #179ea6;
	}

#worshipTimes table {
	border-top: 1px dotted #aedde0;
	}

#worshipTimes td {
	color: #179ea6;
	border-bottom: 1px dotted #aedde0;
	padding: 0;
	}


/* Upcoming Activities Box */


#calendar {
	color: #b77900;
	}

#calendar ul {
	border-top: 1px dotted #e2d086;
	}

#calendar li {
	color: #b77900;
	border-bottom: 1px dotted #e2d086;
	}

#calendar li a {
	color: #b77900;
	}


/* Youth Happenings Box */


#youthCalendar {
	color: #3b3980;
	}

#youthCalendar ul {
	border-top: 1px dotted #bbbad3;
	}

#youthCalendar li {
	color: #3b3980;
	border-bottom: 1px dotted #bbbad3;
	}

#youthCalendar li a {
	color: #3b3980;
	}


/* Subnav Box */


#subnav {
	color: #179ea6;
	}

#subnav ul {
	border-top: 1px dotted #aedde0;
	}

#subnav li {
	color: #179ea6;
	border-bottom: 1px dotted #aedde0;
	}

#subnav li a {
	color: #179ea6;
	}

#subnav li a.on {
	text-transform: none;
	font-weight: bold;
	}


/* Photo Box */


#photo .footnote {
	color: #179ea6;
	}


/* Volunteer Resources Box */


#volunteerResources {
	color: #3b3980;
	}

#volunteerResources ul {
	border-top: 1px dotted #bbbad3;
	}

#volunteerResources li {
	color: #3b3980;
	border-bottom: 1px dotted #bbbad3;
	}

#volunteerResources li a {
	color: #3b3980;
	}

#volunteerResources li a.on {
	text-transform: none;
	font-weight: bold;
	}


/* ---------- Slideshow Feature --------------------------- */


#slides {
	background: #161536 url(../images/bkgd_slideshow.jpg) 0 0 repeat;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#slideshow {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 315px;
	overflow: hidden;
	}

#slideshowCaption {
	background: transparent;
	color: #fff;
	width: 270px;
	height: 315px;
	margin: 0 0 0 240px;
	padding: 25px 0 25px 0;
	text-align: right;
	float: left;
	}

#slideshowCaption h1,
#slideshowCaption h2,
#slideshowCaption h3,
#slideshowCaption h4,
#slideshowCaption h5,
#slideshowCaption h6 {
	color: #e29601;
	}

#slideshowCaption em {
	color: #e29601;
	font-style: normal;
	}

#slideshowCaption a {
	color: #fff;
	}

#slideshowCaption a:hover {
	color: #179ea6;
	}

#slideshowImage {
	background: transparent;
	width: 420px;
	height: 315px;
	margin: 0;
	padding: 0;
	float: right;
	}

.slides_container {
	width:960px;
	display:none;
	}

.slides_container div {
	width:960px;
	height:315px;
	display:block;
	}

/* ---------- Footer --------------------------- */


#footerWrap {
	background: #000;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	}

#footerWrap ul,
#footerWrap li,
#footerWrap a,
#footerWrap h1,
#footerWrap h2,
#footerWrap h3,
#footerWrap h4,
#footerWrap h5,
#footerWrap h6 {
	color: #fff;
	}

#footerWrap p	{
	margin: 0 0 18px 0;
	}

#footerWrap ul {
	border-top: 1px dotted #333;
	margin: 0 0 18px 0;
	}

#footerWrap li {
	line-height: 24px;
	border-bottom: 1px dotted #333;
	}

#footerWrap a {
	text-decoration: none;
	}

#footerWrap a:hover {
	color: #179ea6;
	text-decoration: underline;
	}

#footer {
	background: transparent;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	width: 840px;
	}

#footer a {
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
	}

#footer ul {
	list-style-type: none;
	padding: 0;
	}

#footer ul li {
	list-style-type: none;
	}

#footer ul li a {
	text-decoration: none;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}

#quickLinks {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	}

#resources {
	background: transparent;
	margin: 0 0 0 30px;
	padding: 0;
	width: 150px;
	float: left;
	}

#contact {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
	}

#address {
	background: transparent url(../images/logo_lg.png) 0 0 no-repeat;
	padding: 0 0 0 90px;
	}

#elcaInfo {
	background: transparent url(../images/logo_elca.png) 0 15px no-repeat;
	padding: 18px 0 18px 90px;
	border-top: 1px dotted #333;
	}

#elcaInfo p {
	margin: 0;
	}

#techLink {
	background: transparent;
	padding: 18px 0 18px 90px;
	border-top: 1px dotted #333;
	}

#techLink p {
	margin: 0;
	}



