﻿/*
		FPCWorship.css
		
		Contains the styles specific to the Worship Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/

#pageHeaderWorship {

	width: 750px;

	height: 75px;

}

#pageHeaderWorship h1 {

	font-family: "Times New Roman", Times, serif;

	font-size: x-large;

	letter-spacing: .4em;

	text-align: center;

	vertical-align: middle;

	padding-top: 10px;

	padding-bottom: 10px;

	font-weight: bold;

	font-style: normal;

}

.contentAreaSection {
	width: 750px;
	text-align: center;
	vertical-align: top;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C9C28F;
	clear: both;
}
.contentAreaSectionHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.contentAreaSectionTextEnhanced {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	margin: 0px 50px 20px 50px;
	text-indent: 2em;
	font-style: italic;
	font-weight: normal;
}

.contentAreaSectionImage {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.contentAreaSectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: left;
	text-indent: 2em;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
}
.contentAreaSectionText a {
	text-decoration: none;
	color: #1E3152;
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	font-family: Century;
	font-weight: 600;
}
.contentAreaSectionText a:hover {
	color: #FF0000;
}
.contentAreaSubSectionTextEnhanced {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: center;
	margin: 10px;
	font-style: normal;
	font-weight: bolder;
}
.contentAreaSubSectionTextEnhancedItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	vertical-align: top;
	text-align: center;
	margin: 10px;
	font-style: italic;
	font-weight: bold;
}
.worshipService {
	border: thin solid #000000;
	margin: 20px auto 20px auto;
	clear: both;
	width: 600px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

