@charset "UTF-8";

body {
	background: #949494 url(images/page-bg.png) top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

h3 {
	clear: both;
	border-bottom: 1px solid #DDD;
	margin-top: 1.2em;
	margin-bottom: .25em;
	font-weight: normal;
}

.oneColElsCtrHdr #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 20px auto;
}

.oneColElsCtrHdr #container #mainContent #publications-list li {
	padding-bottom: 8px;
}

.oneColElsCtrHdr #container #mainContent p {
}

.oneColElsCtrHdr #header {
	background: #DDDDDD url(images/rev-hardon-header.png) top left no-repeat;
	height: 80px;
	padding: 0;
	text-align: center;
}

.oneColElsCtrHdr #header h1 a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	width: 800px;
}

.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 400px;
}

.oneColElsCtrHdr #container #mainContent h2 {
	font-weight: normal;
	margin: 60px 0 0 0;
}

.centered {
	text-align: center;
}

.oneColElsCtrHdr #footer { 
	clear: both;
	color: #BBB;
	height: 60px;
	padding: 10px;
	background: #DDDDDD url(images/footer-bg.png) top left no-repeat;
	text-align: center;
}

.oneColElsCtrHdr #footer a {
	color: #888;
}

.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 23px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}

.oneColElsCtrHdr #container #mainContent ul {
	line-height: 1.5em;
}

#prayer-wrapper {
	/* Shift to the right */
}

#prayer-badge {
	/* Put IHS graphic here */
}

.officer-picture {
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0 12px 20px 0;
}

.datetime {
	color: #999;
	font-style: italic;
	margin-top: 0;
}

.indent {
	margin: 0 0 25px 20px;
}

.last {
	margin-bottom: 20px;
}

#contact-info {
	margin: 20px 10px 30px 20px;
}