/*
    AUTHOR: William Alan Kasper
*/

/*RESET & BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { 
	overflow-y: scroll;
	height: 100%;	/*added*/
}
body { 
	font: 62.5% Helvetica, sans-serif;
	height: 100%;	/*added*/
}

ul { list-style: none inside; }
p { font-size: 1.4em; line-height: 1.2em; margin-bottom: 1.2em }
a {
	outline: none;
	color: black;
	font-size: 1.2em;
}
img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.bold{ font-weight: bold; }

.center{ display: block; margin: auto;}
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap{
	width: 980px;
	min-height: 100%;
	position: relative;	/*added*/
	margin: auto;
	background: url(../images/bg.jpg);
}
#in-bounds{
	width: 900px;
	margin: auto;
}
#header{
	width: 750px;
	height: 150px;
	float: right;
	background: url(../images/header_img.jpg);
}
#header h1,#header h2{
	text-indent: -9999px;
}
#sidebar{
	width: 150px;
	float: left;
	background: url(../images/sidebar_img.jpg) no-repeat top left;
	padding-bottom: 200px; /* Keeps footer from covering content */
	
	font-size: 1.7em;
	font-weight: bold;
	color: #1A3A39;
}
	#sidebar img.top{
		display: block;
		height: 379px;
	}
	#sidebar ul{
		padding: 409px 0px 0px 20px;
	}
	#sidebar ul li{
		padding-bottom: 6px;
	}
	#sidebar ul li a{
		color: #1A3A39;
	}
	#sidebar ul li a:hover{
		color: #2e6664;
	}
}
#navigation{
	width: 750px;
	float: right;
}
	#navigation ul li{
		display: inline;
	}
	#navigation ul li a{
		display: block;
		height: 46px;
		float: left;
		text-indent: -9999px;
	}
		#navigation ul li.home a{
			width: 120px;
			background: url(../images/nav/nav_home.jpg) bottom center no-repeat;
		}
		#navigation ul li.services a{
			width: 90px;
			background: url(../images/nav/nav_services.jpg) bottom center no-repeat;
		}
		#navigation ul li.staff a{
			width: 90px;
			background: url(../images/nav/nav_staff.jpg) bottom center no-repeat;
		}
		#navigation ul li.ministries a{
			width: 90px;
			background: url(../images/nav/nav_ministries.jpg) bottom center no-repeat;
		}
		#navigation ul li.calendar a{
			width: 90px;
			background: url(../images/nav/nav_calendar.jpg) bottom center no-repeat;
		}
		#navigation ul li.events a{
			width: 90px;
			background: url(../images/nav/nav_events.jpg) bottom center no-repeat;
		}
		#navigation ul li.history a{
			width: 90px;
			background: url(../images/nav/nav_history.jpg) bottom center no-repeat;
		}
		#navigation ul li.links a{
			width: 90px;
			background: url(../images/nav/nav_links.jpg) bottom center no-repeat;
		}
		#navigation ul li a:hover{
			background-position: top center;
		}
#main-content{
	width: 750px;
	float: right;
	padding-bottom: 200px;	/* Keeps footer from covering content */
}
#main-padding{
	padding: 30px;
}
	#main-content h3{		
		color: #1A3A39;
		font-size: 2.0em;
	}
	#main-content ul li a{
		color: #1A3A39;
		font-size: 1.4em;
	}
	#main-content ul li.pdf-list{
		padding: 0px 0px 8px 0px;
	}
	#main-content a.pdf-link{
		padding: 4px 0px 4px 23px;
		background: url(../images/icons/pdficon_small.gif) center left no-repeat;
	}
	#main-content a.pdf-link:hover{
		color: #2e6664;
	}
#footer{
	clear: both;
	width: 900px;
	height: 200px;  /* If you change this value, you must also change the padding-bottom on #main-content, and #sidebar */
	position: absolute;	/*added*/
	bottom: 0px;		/*added*/
	background: url(../images/footer_bg.jpg);
	
	font-size: 1.2em;
	font-weight: bold;
	color: #82a698;
}
	#footer p{
		font-size: 1.2em;
	}
	#footer a{
		color: #82a698;
	}
#footer-cap{
	height: 43px;
	background: url(../images/footer_cap.jpg);
}
#address{
	position: absolute;
	top: 70px;
	left: 47px;
	
}
#trad-wor{
	position: absolute;
	top: 70px;
	left: 290px;
}
#fam-wor{
	position: absolute;
	top: 70px;
	left: 513px;
}
#off-hours{
	position: absolute;
	top: 70px;
	right: 38px;
}
#euch{
	position: absolute;
	top: 125px;
	right: 170px;
}
p#copyright{
	position: absolute;
	bottom: 4px;
	right: 5px;
	margin: 0px 0px 0px 0px;
	
	font-size: 0.9em;
}
#church-pic{
	display: block;
	margin: auto;
	padding: 20px 0 20px 0;
}
a:hover{
	color: #2e6664;
}
.cnt-pd{
	padding: 0px 50px 5px 30px;
}
.cnt-mg{
	margin: 0px 50px 5px 30px;
}
.get-reader{
	display: block;
	margin: 25px 0px 0px 300px;
}
.dir-pg{
//	width: 300px;
}
.left-dir{
	width: 300px;
	float: left;
	margin: 0px 0px 0px 50px;
}
.right-dir{
	width: 300px;
	float: right;
	margin: 0px 50px 0px 0px;
}

/* Map styling */
#smap{
	height: 480px;
	width: 480px;
	display: block;
	margin: auto;
	padding-top: 20px;
}
#gmap{
	height: 450px;
	width: 600px;
	margin: 20px 0px 0px 75px;
}
/* End map styling */

/* Begin calendar styling */
#cal{
	width: 600px;
	height: 500px;
	margin: auto;
	padding: 30px 0px 30px 0px;
}
/* End calendar styling */

/* Pastors page stylings */
body.pastors div#main-content h1{
	font-size: 2.2em;
	margin: 0px 0px 5px 0px;
}
body.pastors div#main-content h2{
	font-size: 1.8em;
	margin: 20px 0px 5px 0px;
}
body.pastors div#main-content a h3{
	font-size: 1.5em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
body.pastors div#main-content p
body.prifle div#main-content p{
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.prof-div{
	padding: 0px 30px 25px 30px;
}
.thumb-pic{
	display: block;
	height: 100px;
	width: 75px;
	padding: 0px 20px 5px 0px;
}
.logo-pic{
	display: block;
	height: 100px;
	width: 100px;
	padding: 0px 20px 5px 0px;
}
.prof-pic{
	display: block;
	padding: 0px 20px 5px 0px;
}
/* End Pastors page stylings */

/* Ministries stylings */
body.ministries div#sidebar ul li{
	padding-bottom: 10px;
}
body.ministries div#sidebar ul li a{
	font-size: 1.0em;
}
body.ministries div#main-content ul li{
	font-size: 1.4em;
}
body.ministries div#main-content ol{
	padding-left: 50px;
}
body.ministries div#main-content ol li{
	font-size: 1.4em;
}
body.ministries div#main-content blockquote{
	font-size: 1.4em;
}
/* End Ministries stylings */
/* END STRUCTURE */
