/*Sermon Page Styles*/

.sermon_text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
} 

#sermon_list {

background-color: #F5D076;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

#sermon_list table {
width: 100%;
padding: 0;
margin: 0;
}


#sermon_list .alternate {
background-color: #D6B767;
/*background-color: #ECA807;*/
}

#sermon_list img {
border: none;
}

#sermon_list a {
color: #fff;
}

.sermon_title {
color: #fff;
font-size: 1.2em;
font-weight: bold;
}

.sermon_info {
color: #000;
font-size: .8em;
}

.sermon_sub {
font-size: .8em;
font-style: italic;
font-weight: bold;
}

.sdate {
text-align: right;
font-weight: bold;
font-size: .9em;
}

#sermon_select {
margin: 0px 20px 20px 20px;
}

.book_title {
margin: 0;
padding: 0;
font-size: 1.4em;
font-weight: bold;
text-align: center;
font-variant: small-caps;
font-style: italic;
color: #A7801D;

}

.book_desc {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: bold;
text-align: center;
color: #A7801D;
margin-bottom: 20px;
}

