@import url("styles.css");

h1 {
	margin-top: 0px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bolder;
	margin: 0px;
}

.mission {
	margin: 20px 0px;
	clear: both;
}

#content h3 {
	border-top: solid 1px #e5e5e5;
	font-size: 1.1em;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	color: #bb6b03;
	font-family: Helvetica, Arial, sans-serif;
}

.sermons {
	width: 667px;
	margin: 0px 0px 20px 0px;
	border: solid 1px #e5e5e5;
}

.sermons td {
	padding: 8px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #333;
	margin: 0px;
	border: solid 1px #e5e5e5;
}

.sermons th {
	padding: 4px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #fff;
	background: #0557a8;
	text-align: left;
	border: solid 1px #e5e5e5;
}

th.title {
	width: 50%;
}

th.listen {
	width: 7%;
}

th.scripture {
	width: 15%;
}

th.date {
	width: 13%;
}

th.speaker {
	width: 15%;
}

blockquote {
	font-family: Times, Tahoma, Helvetica, Arial, sans-serif;
	font-size: .8em;
	padding: 0px 20px 0px 20px;
	font-style: italic;
	margin: 0px 0px 1em 0px;
}
