/* CSS Document */
body {
	background: #FFF url(/images/button-bg.gif) no-repeat -9999px -9999px; /*Preload Mouseover Image*/
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container {
	width: 990px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #36c;
	text-align: left;
}
#header {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 740px;
	height: 100px;
	background: #36c url(/images/button-bg-over.gif) no-repeat -9999px -9999px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 80px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: bold;
	text-align: left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 3em;
	color: #FFF;
	border: none;
}
#header h1:first-letter {
	font-family: 'Old English Text MT', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size: 1.25em;
	height: 0;
	line-height: 1;
	vertical-align: -2px;
	position: relative;
}
#header h2 {
	margin: 0px; 
	padding: 0px 80px;
	font-family: 'Book Antiqua', Palatino, serif;
	font-size: 1.05em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	border: none;
}
#header_verse {
	position:absolute;
	width:390px;
	height:82px;
	left: 600px;
	top: 0px;
	overflow: visible;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	margin-top: 18px;
}
#logo {
	position: relative;
	left: 35px;
	top: 35px;
	width: 80px;
	height: 80px;
}
#curve-in {
	position: absolute;
	background: url(/images/curve-in.gif);
	width: 100px;
	height: 100px;
	left: 150px;
	top: 100px;
}
#curve-out {
	position: absolute;
	background: url(/images/curve-out.gif);
	width: 100px;
	height: 100px;
	left: 890px;
	top: 0px;
}
#sidebar {
	position: absolute; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #36c; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: auto;
	padding-bottom: 400px;
}
#lmenu {
	position: absolute;
	left: 5px;
	top: 200px;
	width: 140px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-align: center;
	font-size: 20px;
	overflow: visible;
}
#lmenu ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#lmenu li a {
	height: 30px;
	color: #FFF;
	margin-bottom: 8px;
	text-decoration: none;
	background: url(/images/button-bg.gif) no-repeat;
	display: block;
}
#lmenu li a:hover {
	font-weight: bold;
	background: url(/images/button-bg-over.gif) no-repeat;
}
#lmenu .submenu {
	color: #FFF;
}
#lmenu .submenu a {
	color: #FFF;
	background: #07d;
	border: 2px solid #05b;
	border-right: 2px solid #039;
	border-bottom: 2px solid #039;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
#lmenu .submenu a:hover {
	font-size: 1.05em;
	background: #08e;	
	border: 2px solid #06c;
	border-right: 2px solid #04a;
	border-bottom: 2px solid #04a;
}
#fmenu {
	
}
#fmenu li {
	display: inline;
	list-style-type: none;
}
#mainContent { 
	margin: 100px 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
#mainContent p {
	color: #000;
	margin: 10px;
}
#mainContent p:first-letter {
	font: 1.25em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
#mainContent a {
	color: #06c;
	text-decoration: none;
}
#mainContent a:hover {
	color: #00f;
	text-decoration: underline;
}
#mainContent h1 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	color: #006;
	border-bottom: 2px solid #006;
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 1.9em;
	line-height: normal;
	text-align: left;
	text-transform: none;
}
#mainContent h1:first-letter{
	font-family: 'Old English Text MT', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size: 1.2em;
	height: 0;
	line-height: 1;
	vertical-align: -2px;
	position: relative;
}
#mainContent h1 a {
	color: #006;
	text-decoration: none;
}
#mainContent h1 a:hover {
	color: #006;
	text-decoration: none;
}
#mainContent h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	color: #006;
	border-bottom: 1px dashed #006;
	margin: 2px;
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 1.7em;
	line-height: normal;
	text-align: left;
	text-transform: none;
}
#mainContent h2:first-letter{
	font-family: 'Old English Text MT', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size: 1.15em;
	height: 0;
	line-height: 1;
	vertical-align: -2px;
	position: relative;
}
#mainContent h2 a {
	color: #006;
	text-decoration: none;
}
#mainContent h2 a:hover {
	color: #006;
	text-decoration: none;
}
#mainContent h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	color: #003;
	text-transform: none;
	text-align: left;
	font-size: 1.5em;
	margin: 4px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#mainContent h3:first-letter{
	font-family: 'Old English Text MT', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size: 1.1em;
	height: 0;
	line-height: 1;
	vertical-align: -2px;
	position: relative;
}
#mainContent h4 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-transform: none;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px;
}
#mainContent h5 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	margin: 12px;
}
#mainContent .quote {
	border: thin dotted #ccc;
	margin: 3em;
	padding: 0px;
	background-color: #f6f6ff;
}
#mainContent .quote h3 {
	border: thin dotted black;
}
#mainContent li {

}
#miniContent {
	margin-top: 24px;
	width: 250px;
	background-color: #f6fcff;
	border: 2px solid #369;
	text-align: center;
	font-size: .85em;
}
#miniContent p:first-letter {
	font: 1.25em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
#miniContent h1 {
	font-weight: bold;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #006;
	text-align: center;
	font-size: 1.5em;
	border-bottom: none;
}
#miniContent h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	color: #003;
	text-align: center;
	font-size: 1.25em;
	border-bottom: none;
}
#miniContent hr {
	color: #abc;
	border: 1px dotted;
}
a:hover {
	color: #006;
	text-decoration: none;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: relative;
	height: 25px;
	text-align: center;
	margin-top: 100px;
	font-size: .75em;
	border-top: 2px solid #006;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#search {
	padding: 5px;
	float: right;
	width: 280px;
	text-align: right;
}
.button {
	border: medium outset ;
	background-color: #909090;
	color: #FFF;
	font-weight: bold;
}
.text {
	border: 1px solid #000;
	background-color: #eee;
}
#time_box {
	margin: 10px;
	float: right;
	border: dashed #000 1px;
	text-align: center;
	font-family: 'Book Antiqua', Palatino, serif;
}
#box {
	margin: 10px;
	float: right;
	border: dashed #000 1px;
	text-align: center;
	font-family: 'Book Antiqua', Palatino, serif;
}
#scripture {
	font-family: 'Times New Roman', Times, serif;
}
#scripture .ref {
	font-weight: bold;
	color: #039;
}
#scripture sup {
	color: #039;
	font-size: 0.8em;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #00c;
	border-bottom: 1px solid #006;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*Table Styles*/
div.main {
	margin: 30px auto;
	width: 600px;
}
table#sermons {
	border: 1px solid #000;
	width: 815px;
	padding:0;
	margin:0;
}
table#sermons td {
	border:1px solid #036;
	padding:2px;
	margin:0;
}
table#sermons th {
	color: #FFF;
	background-color: #36c;
	border:1px solid #036;
	padding:2px;
	margin:0;
	cursor: pointer;
}
table#sermons thead {
	text-align:left;
}
table#sermons tbody {
	
}
table#sermons tfoot {
	font-weight:bold;
}
table#sermons tfoot td {
	border:none;
}

