table
{
    font-size: 80%;
    height: 145px;
}

label
{
    width: 75px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 110%;
}

#content a
{
    font-weight: bold;
}

#content h3
{
    padding-bottom: .25em;
    margin-bottom: 2em;
    border-bottom: 1px dotted #444;
}

#sermon_list
{
    width: 200px;
    float: left;
}

#sermon_list a:hover
{
    color: #ccc;
    text-decoration: underline;
}

#sermon_list p
{
    margin-bottom: 1em;
}

.sermon_details
{
    margin-bottom: .5em;
    background: url('../img/sermon_background.png') no-repeat;
}

.sermon_month
{
    padding-right: .25em;
    margin-right: .25em;
    font-weight: bold;
    font-size: 150%;
    color: #faf105;
    border-right: 1px dotted #ccc;
}

.sermon_day
{
    font-size: 150%;
    font-weight: bold;
    
    color: #ddd;
}

.sermon_meridian
{
    font-weight: bold;
    text-align: center;
}


.sermon_title
{
    width: 225px;
    padding-left: 1em;
    font-family: Georgia;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
}

.sermon_verses
{
    padding-left: 1em;
    padding-top: .25em;
    padding-bottom: 1em;
    text-align: left;
    
}

.sermon_verses a
{
    font-weight: bold;
    text-decoration: underline;
    color: #888;
    font-size: 125%;
}

.mod_sermon
{
    font-size: 85%;
}

.space_1_em
{
    padding-left: 1em;
}

/*  SERMON SEARCH FORM */
#sermon_search
{
    width: 250px;
    margin: 25px 0 0 75px;
    padding: 25px;
    float: left;

    border: 1px dotted #888;
}

#sermon_search h4
{
    margin-bottom: 1em;
    border-bottom: none;
}
#sermon_search p
{
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}

#sermon_search_form div
{
    width: 100px;
    float: left;
}

.submit
{
    margin-top:.75em;
}