﻿a:link, a:visited{
    /*color: #79a22f;*/
    color: #5c7b24;
}

a:hover {
    color: #000;
}

div.colborder {
    border-color: #ccc;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
img.right {float:right;margin:1.5em 0 1.5em 1.5em;}




/* Header ------------------------------------- */

#header {
    background: url(../img/primarynav-top.gif) center bottom no-repeat;
    overflow: hidden;
    border-top: 4px solid #000;
    overflow: hidden;
    padding-top: 41px;
}

#header .container {
    height: 108px;
}

#worship-times, #address, #search {
    padding-top: 18px;
}

#header p img {
    padding-top: 4px;
}

#search .cse-branding-form {
    clear: both;
}

#search input {
    vertical-align: middle;
}

#search .textbox {
    width: 158px;
}



/* Primary Navigation ------------------------- */

#primarynav {
    background: #79a22f url(../img/primarynav.gif) center top repeat-x;
    border-bottom: 9px solid #000;
    overflow: hidden;
}

#primarynav .wrapper {
    background: url(../img/primarynav-sides.gif) center top no-repeat;
    overflow: hidden;
}

#primarynav .container {
    overflow: hidden;
    width: 988px;
}

#primarynav ul {
    list-style: none;
    margin: 0;
}

#primarynav li {
    background: center 16px no-repeat;
    float: left;
}

#primarynav #home {
    background-image: url(../img/home.gif);
    width: 80px;
}

#primarynav #guests {
    background-image: url(../img/guests.gif);
    width: 91px;
}

#primarynav #worship-music {
    background-image: url(../img/worship-music.gif);
    width: 163px;
}

#primarynav #groups {
    background-image: url(../img/groups.gif);
    width: 95px;
}

#primarynav #activities-outreach {
    background-image: url(../img/activities-outreach.gif);
    width: 202px;
}

#primarynav #news-events {
    background-image: url(../img/news-events.gif);
    width: 145px;
}

#primarynav #about-us {
    background-image: url(../img/about-us.gif);
    width: 108px;
}

#primarynav #contact {
    background-image: url(../img/contact.gif);
    width: 104px;
}

#primarynav a {
    display: block;
    height: 45px;
    overflow: hidden;
    text-indent: -999px;
}

#primarynav .youarehere a {
    background: url(../img/primarynav-youarehere.gif) center bottom no-repeat;
}



/* Secondary Navigation ----------------------- */

#secondarynav {
    background: #000;
    overflow: hidden;
}

#secondarynav .container {
    width: 988px;
}

#secondarynav ul {
    font-size: 0.9em;
    list-style: none;
    margin: 0;
}

#secondarynav li {
    float: left;
}

#secondarynav a {
    color: #fff;
    display: block;
    height: 27px;
    line-height: 19px;
    padding: 0 18px;
    text-decoration: none;
}

#secondarynav .youarehere a {
    background: url(../img/secondarynav-youarehere.gif) center bottom no-repeat;
}



/* Home Page Intro ---------------------------- */

#intro {
    background: #000;
    color: #fff;
}

#intro a:link, #intro a:visited{
    color: #79a22f;
}

#intro .container {
    background: url(../img/family.jpg) bottom right no-repeat;
    padding: 9px 0 18px 0;
    width: 988px;
}

#intro div {
    min-height: 306px;
}
/* annoucements */
#announcements {
    margin-left: 19px;
}

#announcements-cycle {
    height: 306px;
    overflow: hidden;
}

#announcements-cycle div {
    height: 306px;
    padding-right: 10px;
}

#announcements-cycle a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#announcements-cycle a:hover p {
    color: #fff;
}

/* Annoucement Navigation */
div#announcements-nav {
	height: 25px;
	min-height: 25px;
	text-align: right;
}
#announcements-nav ul {
	margin: 0;
	text-align: right;
	display: inline;
	
}
#announcements-nav ul li {
	list-style-type: none;
	margin-left: 10px;
	display: inline;
}
#announcements-nav ul li a, #announcements-nav ul li a:link, #announcements-nav ul li a:visited {
	background-color: #799F2F;
	background-image: url(../img/primarynav-sides.gif);
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}
#announcements-nav ul li a:hover {
	color: black;
	background-color: white;	
	background-image: none;
}
#announcements-nav ul li a.activeSlide {
	color: #71972C;
	background-color: white;	
	background-image: none;
}

#intro .colborder {
    border-color: #444;
	
}

#intro h3 {
    color: #fff;
    margin: 0.25em 0;
}

#intro h5 {
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#intro .quiet {
    color: #999;
}

#intro a:hover {
    color: #fff;
}

#intro p.right {
    float: right;
}



/* Sermon ------------------------------------- */

#sermon {
    background: #222 url(../img/sermon.gif);
    color: #999;
}

#sermon .container {
    padding: 18px 0;
}

#sermon p, #sermon h2 {
    float: left;
    line-height: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
}

#sermon p {
    font-size: 0.8em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#sermon p.right {
    float: right;
    letter-spacing: normal;
}

#sermon h2 {
    border-right: 1px solid #444;
    border-left: 1px solid #444;
    color: #fff;
    float: left;
    margin: 0 0.5em;
    padding: 0 0.5em;
}

#sermon .quiet {
    color: #999;
}

#sermon img {
    vertical-align: middle;
}

/* Life Notes ----------------------------------*/
#lifeNotes{
	background: #79A22F url(../img/primarynav.gif) repeat-x scroll center top;
	height:45px;
}
#lifeNotes #container{
	width:950px;
	margin:0 auto;
}
#lifeNotes #pastor{
	float:left;
}
#lifeNotesCopy{
	width:600px;
	font-family:Georgia, Times New Roman, serif;
}
#lifeNotesCopy, #lifeNotes h3, #lifeNotes h4, #lifeNotes p{
	float:left;
}
#lifeNotes h3 a{
	font-size:33px;
	line-height:45px;
	text-decoration:none;
	color:#fff;
	margin-left:20px;
}
#lifeNotes h4 a{
	font-size:17px;
	text-decoration:none;
	color:#071601;
	margin-left:25px;
}
#lifeNotes h4{
	padding-top:16px;
}
#lifeNotes p a{
	font-size:14px;
	text-decoration:none;
	color:#071601;
	margin-left:14px;
}
#lifeNotes p{
	padding-top:18px;
}
#lifeNotes a:hover{
	text-decoration:none;
}

/* Content ------------------------------------ */

#content {
    margin: 36px 0;
}

#mainbar h1 a {
    color: #666666;
    text-decoration: none;
}

#mainbar h2 a, #mainbar h3 a {
    color: #000;
    text-decoration: none;
}

#mainbar iframe {
    width: 100%;
}

#mainbar form p {
    clear: both;
}

#mainbar label {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0.5em;
    width: 100px;
}

#mainbar p input, #mainbar p textarea {
    clear: none;
    margin-bottom: 0.5em;
    float: left;
}

#mainbar input {
    clear: both;
}



/* Footer ------------------------------------- */

#footer {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#footer .first p {
    text-transform: none;
}

#footer p a {
    color: #000;
}

#footer li a {
    color: #808080;
}

#footer ul {
    list-style: none;
    margin-left: 0;
}


