/* 
This contains the style elements for the home page
*/

@charset "utf-8";

html, body {
  margin: 20px auto; 
  padding: 0px;
  border: 0px;
  color: #000;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
  font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.6em;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.4em;
	font-weight: bold;
} 

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2 em;
	font-weight: normal;	
	
}

a {
	text-decoration: none;
	color: black;
}
a:link { 
	color: #00f; 
}

a:visited { 
	color: #009; 
}

a:hover { 
	color: #06f; 
}

a:active { 
	color: #0cf; 
}

p {
	font-size: 0.8em;
	text-indent: 20px;
}


ul {
	list-style-type:none;
}


ul li {
	margin: 0px auto;
	border-bottom: 1px dotted white;
}

dl {
	font-size:0.8em;
}

ol {
 list-style-type: upper-roman;
	font-size: 0.8em;
}
ol ol {
 padding-left:2em;
	font-size: 1em;
 list-style-type: upper-alpha;
}



#content {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align:text-top;
}

/* 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 */
	width: 100%;
	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 */
}



