@charset "utf-8";
body {
	background: #666666;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.sermonCom #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.sermonCom #header {
	margin: 0px;
	padding: 0px;

}
.sermonCom #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sermonCom #header h1 a: {
	text-decoration: none;
}
.sermonCom #mainContent  h2 {
	padding-left: 10px;
	padding-top: -10px;
	padding-bottom: -10px;
	margin: 0px;
}
.sermonComDate {
	margin-right: 10px;
	padding-right: 10px;
}

.sermonCom #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.sermonCom #mainContent h1 {
	color: #006621;
}
.sermonComScriptureRef {
	font-style: normal;
	margin-left: 10px;
}
.sermonComMore {
	color: #060;
	text-decoration: underline;
}

.sermonComMore a:link{
	color: #060;
	text-decoration: underline;
}

.sermonComMore a:visited{
	color: #BAA48B;
	text-decoration: underline;
}


.sermonComMore a:hover{
	color: #4A2500;
	text-decoration: underline;
}


.sermonComScripture {
	font-style: italic;
	left: 20px;
}



.sermonComDevotionalProper {
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sermonComSubquote {
	margin-right: 40px;
	margin-left: 40px;
}

.sermonCom #Devo {
	padding-right: 90px;
	padding-left: 90px;
}
.sermonCom #Devo a:link {
	color: #060;
	text-decoration: underline;
}
.sermonCom #Devo a:visited {
	color: #BAA48B;
	text-decoration: underline;
}
.sermonCom #Devo a:hover {
	color: #4A2500;
	text-decoration: underline;
}
.sermonCom #commentInstructions {
	color: #1D4923;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 55px;
	margin-left: 55px;
	background-color: #DCF3DA;
	text-align: center;
}
.sermonCom #commentInstructions a:link {
	color: #060;
	text-decoration: underline;
}

.sermonCom #commentInstructions a:visited {
	color: #BAA48B;
	text-decoration: underline;
}

.sermonCom #commentInstructions a:hover {
	color: #4A2500;
	text-decoration: underline;
}
.sermonCom #commentDisplay {
	padding-right: 70px;
	padding-left: 70px;
}


.sermonCom #footer {

}
.sermonCom #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sermonComImage {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 70px;
}
.sermonCom #container #header .instructions {
	margin-right: 40px;
	margin-left: 40px;
}
.sermonCom #container #header .instructionsHighlight {
	color: #900;
	margin-right: 40px;
	margin-left: 40px;
}

