﻿#welcome_message
{
    background: url('../images/home/wheatfield.jpg') no-repeat;
    height: 336px;    
    margin-bottom: 10px;
}

#welcome_message p
{
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #525252;
}

#welcome_message p.scripture
{    
    top: 110px;        
    width: 500px;    
    margin-bottom: 10px;
    font-style: italic;
}

#welcome_message p.scripture_reference
{    
    top: 125px;        
    font-weight: bold;   
}

#welcome_message .emphasis
{
    color: #5F83A7;
}

#wwh
{
    float: left;
    width: 380px;
}

#service_times
{
    float: right;   
    margin-right: 5px;
    text-align: right;
    color: #525252;
    width: 295px;
}

p.time { float: right; clear: right; }
p.event_name { float: left; }

#announcements, #latest_sermons
{
    text-align: center;
}   

#announcements ul li, #latest_sermons ul li
{
    color: #5F83A7;
    margin-bottom: 15px;
}

.announcement, .sermon
{
    font-weight: bold;
    font-style: italic;
}

#announcements ul li.special_announcement
{
    font-weight: bold;
    color: blue;
}

p.quote_header { margin-bottom: 5px; text-align: center; }
#quote { text-align: center; margin: 0 auto; margin-bottom: 10px; width: 600px; }
#quote p.topic { font-size: 0.9em; font-weight: bold; color: #5F83A7; margin-bottom: 5px;}
#quote p.scripture 
{
	color: #5F83A7;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
}
#quote span.scripture_reference 
{
	color: #5F83A7;
	margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
}
#quote p.quote 
{
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
}

#quote span.quote_reference 
{
	margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
}

table.quote { width: 500px; margin: 0 auto; }
table.quote td { padding: 0 10px; vertical-align: top; }


hr { width: 95%; color: #eee; }
