/* This file contains all styles used by Sermons on the Web.
In a deployment, it may be used as is, or the last section, "Sermons web part",
may be copied to an existing site style sheet and customized there. */

/* General styles */
html, body {

	font-family: "Calibri", Sans-Serif;
	color: black;
	min-width: 20em;
}
h1, h2, h3 {
	color: maroon; background-color: inherit;
}
h1 {
	font: bold 170% "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	text-align: center;
	background: #fffacd;
	border: outset #ffe4b5;
	padding: .2em;
	margin: .5em 3em 1em;
	min-width: 12em;
}
h2, h3 {
	font: italic normal 140% "Georgia" , serif;
	margin-top: 1.5em;
	margin-bottom: 1ex;
	min-width: 6em;
}
h2 {
	border-bottom: #be8080 0.01em solid;
}
h3 {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1ex;
}
p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
ul {
	margin-top: 1ex;
}
dl dt {
	font-weight: bold;
	margin-top: 1em;
}
blockquote {
	font-size: smaller;
}
code {
	font-family: "Trebuchet MS", "Verdana", Monospace;
	color: #000050; background-color: inherit;
}
img {
	border: none;
}
a {
	color: #000099; background-color: inherit;
	text-decoration: underline;
}
a:visited {
	color: #004499; background-color: inherit;
	text-decoration: underline;
}
@media print { a:visited {
	color: #000099; background-color: inherit;
}}
a:hover, a img:hover {
	background-color: #ffc0cb; color: inherit;
}
a:active, a img:active {
	color: black;
	background-color: rgb(219, 112, 147);
}
table {
	border-collapse: collapse;
}
th,td {
	text-align: left;
	vertical-align: top;
}
table.Instructions {
	border: black thin solid;
}
table.Instructions th, table.Instructions td {
	border: black thin solid;
	padding: .5em;
}
table.Instructions th {
	background: #b0e0e6; color: inherit;
}
table.Instructions ol {
	padding-left: 1.8em;
	margin: 0;
	list-style-type: upper-alpha;
}
table.Instructions li {
	margin-top: 0;
	margin-bottom: .3em;
}
table.Instructions p {
	margin-top: 0;
	margin-bottom: .5em;
}
.FloatRight {
	float: right;
	margin-left: 1ex;
	margin-top: 1ex;
	margin-bottom: 1ex;
	text-align: center;
	font: smaller Sans-Serif;
}

/* Site map */
.SiteMap {
	float: right;
	background: #dbeaf3; color: inherit;
	border: outset #DBEAF3;
	padding: .5em;
	margin: 1em 0 1em 1em;
}
.SiteMap h2 {
	font: normal 80% "Verdana", Sans-Serif;
	color: Navy; background-color: inherit;
	border: none;
	padding: 0;
	margin: 0;
	min-width: 0;
}
.SiteMap li {
	font: 80% "Verdana", sans-serif;
	margin-left: -1.5em;
	margin-top: 1ex;
}
.SiteMap p {
	border-top: dotted thin Navy;
	padding-top: 1em;
	text-align: center;
}
.SiteMap a:link {
	color: Navy; background-color: inherit;
}
.SiteMap a:visited {
	color: #4b0082; background-color: inherit;
}
@media print { .SiteMap a:visited {
	color: Navy; background-color: inherit;
}}

/* Footers */
.Copyright {
	margin-top: 3em;
	font: x-small "Arial", Sans-Serif;
	color: Gray; background-color: inherit;
	clear: both;
}
div.FooterNotice {
	font-size: smaller;
	background: #add8e6; color: inherit;
	border: black thin solid;
	padding: 1em;
	margin: 2em;
	clear: both;
}

/* Church services on church home page */
table.Services {
	margin: 1em;
}
.Services th, .Services td {
	border: thin solid;
	padding: .5ex 1em;
}
.Services th {
	background: #b4c0de; color: inherit;
}
.Services .Separator td {
	border: none;
}

/* Stock sermons page site map */
body.Sermons .SiteMap {
	float: left;
	background: DBEAF3;
	color: inherit;
	margin: 1em 1em 1em 0;
	white-space: nowrap;
}

/* Sermons web part */
body.Sermons td.SermonsListHeader {
	width: 100%;
}
body.Sermons h2 {
	margin-top: 0;
	white-space: nowrap;
}
body.Sermons td.Podcast {
	text-align: right;
	white-space: nowrap;
	padding-left: 1ex;
}
table.SermonList { /* A table that lists sermons */
	border: ridge;
	border-collapse: collapse;
	margin-top: 1ex;
	margin-right: 1em;
}
table.SermonList th { /* A cell in the header of a list of sermons */
	background-color: #e6e6fa; color: inherit;
    cursor: pointer;
}
table.SermonList th, table.SermonList td { /* A cell in a list of sermons */
	border-top: solid thin;
	padding-left: 1ex;
	padding-right: 1ex;
}
h3.SermonSeries { /* Speaker for the series */
}
dl.SermonSeries dt { /* Title of the series */
	font-weight: normal;
	margin-top: 1em;
}
dl.SermonSeries dd { /* Description of the series */
}
