@charset "UTF-8";
/* CSS Document */


/* NORMALIZER */
*{
	margin: 0px;
	padding: 0px;
	}

body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img, object{
	border: 0px;
	}

a{
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}

ul{
	list-style-type: none;
	}


/***** FONTS *****/

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

}

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

}


/***** GENERAL *****/

body {
	min-width: 1000px;
	}

.clear {
	clear: both;
	}

.LaneB {
	font-family: "LaneBRegular", Times, Helvetica, sans-serif;
	}

.Museo {
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}

.teal {
	color: #6CC;
	text-shadow: 0px 0px 0px;
	}

.red{
	color: #F00;
	}

.short {
	height: 1px;
	}

.hide {
	display: none;
	}

.small{
	font-size: 70%;
	}


/***** WRAPPER *****/

#wrapper {
	width: 1060px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	}


/***** LOGO *****/

#redLogo {
	float: left;
	margin-right: 20px;
	}


/***** BASIC INFORMATION *****/

#basicInformation {
	float: left;
	height: 155px;
	width: 730px;
	background: #444;
	color: #fff;
	}
	.basicInfoSub {
		float: left;
		margin-top: 18px;
		font-size: 100%;
		}
	.basicInformationtitle {
		color: #6CC;
		font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
		font-size: 100%;
		}

	#theLordsDay {
		float: left;
		margin-left: 20px;
		}

	#worshipTimes {
		float: left;
		margin-top: 10px;
		}

	#sundaySchool {
		float: left;
		margin: 10px 0 0 15px;
		}

		/*#sundaySchool p:last-child {
			color: #6CC;
		}*/

	.topMargin10 {
		margin-top: 10px;
		}

	.marginLeft {
		margin-left: 70px;
		}


/*****	NAV		*****/

#nav {
	float: left;
	margin: 15px auto 0 auto;
	width: 730px;
	height: 50px;
	background: #444;
	font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
	font-size: 110%;
	}
	#nav ul{
		color: #fff;
		float: left;
		list-style-type: none;
		margin: 5px 0 0 0px;
		}
		#nav ul li{
			float: left;
			width: auto;
			margin: 10px 21px;
			}
			#nav ul li:hover{
				color: #6CC;
				cursor: pointer;
				}
			#nav ul li:last-child {margin-right: 0;}
.activeNav {
	color: #6CC;
}

/*****	ANNOUNCEMENT	*****/

#announcement {
	float: left;
	margin: 15px auto 0 auto;
	width: 1058px;
	background: #fff;
	border: 1px dashed red;
	font-family: "MuseoSans500", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #444;
	display: block;
	}

	#announcement p {margin: 15px;}

#covidInformation {
	display: flex;
	float: left;
	justify-content: space-between;
	margin: 15px 0px;
	width: 1058px;
}

.covidInfo {
	align-items: center;
	display: flex;
	font-family: "MuseoSans500", Arial, sans-serif;
	justify-content: center;
}

.covidInfo div:first-child {
	margin-right: 20px;
	/* width: 130px; */
}

.covidInfo div:last-child p {
	line-height: 20px;
	margin-top: 12px;
	width: 350px;
}

#remoteInfo {
	align-items: center;
	display: flex;
	float: left;
	font-family: "MuseoSans500", Arial, sans-serif;
	justify-content: center;
	margin: 25px 0;
	width: 1058px;
}

#remoteInfo div:first-child {
	margin-right: 20px;
}

#remoteInfo div:last-child {
	display: flex;
	justify-content: space-around;
	/* width: 310px; */
}

#remoteInfo button {
	background: #6CC;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-family: "LaneBRegular", Arial, sans-serif;
	font-size: 1.1em;
	padding: 10px 12px;
}

#remoteInfo button:hover {
	box-shadow: 2px 2px 4px #aaa;
	cursor: pointer;
}

#remoteInfo button:first-child {
	margin-right: 16px;
}

/*****	SLIDER	*****/

#sliderWrapper{
	position: relative;
	width: 6360px;
	list-style: none;
	}
	#sliderWrapper>li{
		float: left;
		}


/*****	GENERAL	*****/

.Ptext {
	font-size: 1em;
	line-height: 1.35em;
	}

.info{
	width: 1060px;
	float: left;
	margin: 0 0px 0 0;
	color: #000;
	margin: 15px 0px 0 0;
	background: #444;
	}

	.info>p{width: 700px;}

.infoTitle{
	font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	}

.infoPhotos {
	float: left;
	}
	.infoPhotos>div {
		float: left;
		margin: 5px 0 0 5px;
		}

.infoText {
	margin: 0 5px 5px 5px;
	padding: 20px 20px 10px 20px;
	background: #fff;
	width: 1010px;
	float: left;
	}

.infoP {
	width: 1000px;
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
	.infoPQuote {
		width: 1000px;
		color: #000;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		font-size: 1em;
		}
	.infoPShort {
		width: 510px;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		font-size: 1em;
		}
	.infoPSplit {
		float: left;
		width: 510px;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
	.infoPSide {
		float: right;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		width: 410px;
	}

.followupP {
	margin-top: 25px;
	}

.link {
	color: #000;
	text-decoration: underline;
	}
	.link:hover {
		color: #6CC;
		opacity: 1;
		text-decoration: none;
		}

/*.transparent {
	zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
}*/

/*****	WELCOME	*****/

#info0 {}

#info0 p {
	margin-bottom: 15px;
	}

#scheduleList ul {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#scheduleList ul li {
	float: left;
}

#scheduleList ul li:first-child {
	width: 120px;
}

#youTubeLinks {
	margin: 20px 0;
}

#youTubeLinks h4 {
	margin: 16px 0 8px 0;
}

/*****	COMMUNITY	*****/

#info1 {}

#info1 p {
	margin-bottom: 15px;
	}

.community {
	float: left;
	width: 600px;
	}
	.commP {
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
	.commPQuote {
		color: #000;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		font-size: 1em;
		}
	.commPShort {
		width: 510px;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		font-size: 1em;
		}

.commAside {
	float: left;
	width: 350px;
	height: 320px;
	margin: 0px 0px 10px 25px;
	padding: 0px 0 20px 25px;
	border-left: 2px #444 solid;
	}
	#historyWrapper {
		display: none;
		}
		#history {
			width: 680px;
			padding: 10px;
			}
		.historyTitle {
			font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
			font-size: 1.4em;
			margin: 0 0 10px 0;
			}
		.historySubTitle {
			font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			margin: 0 0 10px 0;
			}
		.historyP {
			margin: 15px 0;
			line-height: 1.3em;
			font-size: .9em;
			font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
			}
			.historyP a {
				color: #000;
				text-decoration: underline;
				}
				.historyP a:hover {
					color: #6cc;
					text-decoration: none;
					}
#presbytery li {
	margin: 5px 0;
	font-size: .9em;
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
.presbyteryLinks {
	color: #000;
	text-decoration: none;
	}
	.presbyteryLinks:visited {
		color: #f00;
		text-decoration: none;
		}
	.presbyteryLinks:hover {
		color: #6cc;
		text-decoration: none;
		}


/*****	BELIEFS		*****/

#beliefsIntro {
	line-height: 1.4em;
	}

ul.beliefs {
	margin: 10px;
	list-style: none;
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	}
	ul.beliefs ul {
		list-style: none;
		margin: 15px 0 20px 30px;
		}
		li.reference {
			width: 950px;
			color: #444;
			margin: 10px 0;
			line-height: 150%;
			}


/*****	M-W GROUPS	*****/

#info3 {
	position: relative;
	}

#mwTitles {
	float: left;
	width: 300;
	margin: 30px 0 0px 40px;
	}

#mwGroupList{
	list-style: none;
	padding-left: 10px;
	}

	#mwGroupList>li{
		cursor: pointer;
		background: url(../images/btnArrow2.png) no-repeat left 6px;
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		}
		#mwGroupList>li.active{
			background-position: left -35px;
			}
		.mwGroupTitle {
			font-size: 120%;
			}
		.description{
			list-style: none;
			margin: 0px 0 20px 25px;
			width: 450px;
			font-family: "MuseoSans500", Arial, Helvetica, sans-serif;
			}
		.currentlyStudying {
			margin-top: 7px;
			}
			.studyTopic {
				color: #F00;
				}

#map {
	position: absolute;
	width: 438px;
	top: 270px;
	right: 35px;
	}
	#map>img {
		border: 4px solid #444;
		}
		#target1 {
			position: absolute;
			top: 157px;
			right: 260px;
			}

		#target2 {
			position: absolute;
			top: 190px;
			right: 225px;
			}

		#target3 {
			position: absolute;
			top: 205px;
			right: 190px;
			}

		#target4 {
			position: absolute;
			top: 65px;
			right: 235px;
			}

		#target5 {
			position: absolute;
			top: 230px;
			right: 235px;
			}

		.target {
			cursor: pointer;
			}

#mwHover {
	margin: 180px 0 0px 0px;
	}


/*****	ARTICLES	*****/

#info4 {
	position: relative;
	}

#descriptionShowHide {
	position: absolute;
	top: 255px;
	right: 20px;
	font-size: 80%;
	}
	#descriptionShowHide>ul {
		list-style: none;
		}
		#descriptionShowHide>ul>li {
			float: left;
			}

	.showHide {
		cursor: pointer;
		color: #F00;
		}

	.showHide:hover {
		color: #6CC;
		}

#clickATitle {
	margin: 0 0 8px 0;
	}

#articles {
	padding-bottom: 20px;
	}

	.articleHeader{
		float: left;
		width: 1020px;
		margin: 15px 0 5px 0;
		}

	.articleTitle {
		float: left;
		margin: 8px 0;
		text-decoration: none;
		color: #F00;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		cursor: pointer;
		}
		.articleTitle:hover {
			color: #6CC;
			}

	.author {
		color: #000;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		}

	.readBtn {
		float: left;
		margin-top: 8px;
		margin-left: 8px;
		}

	.articleDescription {
		opacity: 0;
		list-style: none;
		width: 980px;
		margin: 0 0 0 30px;
		color: #444;
		font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
		}

	.articles {
		list-style: none;
		text-decoration: none;
		width: 1035px;
		}



/*****	DIRECTIONS		*****/

#directions {
	float: left;
	width: 590px;
	margin: 0px 0 10px 0px;
	padding: 0 15px;
	background: #444;
	color: #fff;
	}
	#dir_head{
		float: left;
		margin: 10px 0 10px 0;
		}
	#directions ul{
		float: left;
		list-style-type: none;
		margin: 10px 0 0 15px;
		padding: 0;
		font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
		font-size: 115%;
		}
		#directions ul li{
			float: left;
			width: auto;
			margin: 0 10px;
			cursor: pointer;
			color: #fff;
			}
			#directions ul li:hover .carots {
				color: #6CC;
				}

#googleMap{
	position: relative;
	float: left;
	width: 590px;
	height: 250px;
	margin-bottom: 20px;
	}
	.viewLarger {
		color:#fff;
		text-decoration: none;
		font-family: "LaneBRegular", Arial, Helvetica, sans-serif;
		text-align:left;
		}
		.viewLarger:hover {
			color: #6CC;
			}
	.directionBoxes{
		position: absolute;
		width: 573px;
		height: 223px;
		top: 0;
		left: 0;
		color: #333;
		background: url(../images/mapOverlay.png) repeat-x;
		padding: 10px;
		overflow: auto;
		}
		#googleMap div p{
			margin: 0 0 20px 0;
			padding: 0;
			}
		#googleMap div a{
			}
			#carBox div{
				font-size: 1em;
				}
				#carBox div a{
					cursor: pointer;
					}
					#carBox div a:hover{
						color: #6CC;
						}
			#carDirections{
				margin-bottom: 5px;
				}
			.closeDirections{
				position: absolute;
				bottom: 5px;
				right: 10px;
				cursor: pointer;
				}
				.closeDirections:hover{
					color: #6cc;
					}
			.directions{
				font-size: 90%;
				}

.public, .car {
	font-size: .8em;
	}

.pickADirection {
	color: #f00;
	}

.pickADirection:hover {
	color: #6cc;
	}

.activeDirection {
	color: #6cc;
	}

.activeCarot {
	color: #6cc;
	}


/*****	FOOTER	*****/

#footer{
	float: left;
	position: relative;
	margin: 0 15px;
	height: 305px;
	width: 410px;
	font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 80%;
	}
	#footer ul li{
		float: left;
		width: auto;
		margin: 2px 5px;
		text-align: center;
		}
	#smallLogo {
		float: left;
		margin: 0;
		}
	#footerAddress {
		float: left;
		list-style-type: none;
		margin: 10px 0 2px 0;
		padding: 0;
		}

	.footerInfo {
		float: left;
		list-style-type: none;
		margin: 2px 0;
		padding: 0;
		}

	.footerULTitle {
		color: #6CC;
		width: 75px;
		text-align: right;
		}

#copyright {
	position: absolute;
	bottom: 0;
	left: 5px;
	color: #aaa;
	font-size: .8em;
	}
