/* IMAGE HOLDER*/
img
{
    border: none;
}

/* COLUMN 2 */
#column2
{
    background: url('../img/cross.png') no-repeat;
}

/* INDEX NAV AID */
#index
{
    color: #ff0;
}

/* INTRO */
#intro
{
    margin-bottom: 1.5em;
}

/* CALENDAR EVENTS */
#calendar_events
{
    width: 450px;
    float: left;
    margin: 0 25px 0 25px;
}
.event_box
{
    width: 500px;
    float: left;
    margin-bottom: 25px;
}
.event_box h2
{
    width:450px;
    padding-bottom: 5px;
    margin-bottom: .5em;
    border-bottom: 1px dotted #888;
    font-size: 125%;
}

.event_category
{
  letter-spacing: .25em;
}

.category_link
{
    margin: .25em;
}

.name
{
    font-size: 110%;
    font-weight: bold;

    list-style-image: url('../img/arrow.png');
    list-style-position: outside;
    color: #ff0;
}

.event_details
{
    width: 200px;
    float: left;
    margin-right: 20px;
}

.calendar_link a
{
    display: block;
}

/* CONTENT UL */
#content ul
{
    margin-top: 20px;
}

#content li a
{
   color: #c1bf0b;
}

/* INCIDENTALS */
#incidentals table
{
    color: #fff;
}

#incidentals h4
{
    padding-bottom: .25em;
    border-bottom: 1px dotted #eee;
    font-size: 125%;
    color: #fff;
}

/* SERMON AUDIO */
#sermon_podcast
{
    width: 200px;
    height: 178px;
    float: left;
}
/* SCRIPTURE SEARCH */
#scripture_search
{
    float: left;
}

#grace_update
{
    width: 200px;
    height: 200px;
    float: left;
    background: url('../img/grace_update.png') no-repeat;
}