﻿@charset "UTF-8";
/* sermons.css ((c) 2014-2015 Kenneth Higgs, Webpage One) - style sheet for standards-compliant browsers  */
/* Validate HTML at: http://validator.w3.org/  */
/* Validate CSS at: http://jigsaw.w3.org/css-validator/  */

/* --------------------------- */
/* set style for Sermons table */
/* --------------------------- */
#Sermons {
	width: 100%;
	margin-left: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0;
	background-color: #C9C9A7;
}

#Sermons th { text-align: center; }

#Sermons th.daymth {width: 7%; }

#Sermons th.subject { width: 40%; }

#Sermons th.bibletext { width: 20%; }

#Sermons th.speaker { width: 20%; }

#Sermons th.dure { width: 8%; }

#Sermons th.download { width: 3%; }

#Sermons  a.dload { color: #FF0; }

#Sermons  tr { line-height: 2.5em; }

#Sermons  tr.defarow { background-color: #050; }

#Sermons  tr.evenrow { background-color: #8A3900; }

table.editlist {
	background-color: #0FF;
}

#Sermons td, #Sermons td a:link.lbsBibleRef, #Sermons td a:visited.lbsBibleRef {
	padding: 0 0.3em;
	text-align: center; 
	color: #FFF;
}

#Sermons td.sermonsubj a {
	padding: 0.5em;
	line-height: 1.5em;
	color:  #DDD820;
}

#Sermons td.sermonsubj a:hover { color: #FF0; }

/* -------------------------------------------------- */
/* style for little box showing link to latest sermon */
/* -------------------------------------------------- */
#LatestSermon {
	position: relative;
	float: right;
	margin: -4em 5em auto auto;
	padding: 0.5em 1em;
	border: 3px double #A56363;
	font: normal 1.2em/1.5em Verdana, "Franklin Gothic Book", Geneva, Baskerville, Arial, sans-serif;
}

#LatestSermon a.sermonlink {
	color: #DD9;
}

#LatestSermon a:hover.sermonlink {
	color: #FF0;
}

#LatestSermon p.flat {
	margin: 0 auto;
}

#LatestSermon p.more a:link, #LatestSermon p.more a:visited, #LatestSermon p.more a:focus  {
	color: #EBA500;
	font-size: 0.8em;
}

#LatestSermon p.more a:hover  {
	color: #FFD062;
}

#LatestSermon hr {
	margin: 0.3em auto;
}

/* style for special short feature box */
#LatestSermon.short-feature {
	width: 19em;
	margin: -1em 1em auto auto;
	padding: 0.3em 0.7em;
	font: normal 1.1em/1.4em Verdana, "Franklin Gothic Book", Geneva, Baskerville, Arial, sans-serif;
	background-color: #4E1F07;
}

#LatestSermon.brief-feature {
	width: 12em;
	margin-right: 3em;
}

#LatestSermon.short-feature span.title-box {
	clear: right;
	float: right;
	margin: 0;
	padding: 0 0.4em;
}

#LatestSermon.short-feature span.title-box #TrixLongworthPix {
	clear: right;
	float: right;
	margin: 0;
}

#LatestSermon.short-feature span.left-box {
	clear: left;
	float: left;
}

#LatestSermon.short-feature span.title-box p {
	margin: 0 auto 0.25em;
	text-align: center;
	font-size: 0.9em;
}

#LatestSermon span.title-box h2, #LatestSermon span.title-box h3 {
	margin: 0 auto;
	text-align: center;
	color: #DD0;
}

#LatestSermon.short-feature span.title-box a.feature-link {
	clear: right;
	float: right;
	margin: 0.15em -0.5em 0 0;
	color: #D0D;
	font-size: 1em;
}

#LatestSermon.short-feature span.title-box a.left-link {
	clear: left;
	float: left;
	margin: 0.6em auto 0 0.2em;
}
