﻿#sidebar
{
    float: right;
    width: 190px;
    margin: 20px 0 0 40px;
}

.sidebar-box, .sidebar-button
{
    margin-bottom: 10px;
    position: relative;
    left: 21px;
}

.sidebar-box .inner
{
    padding-bottom: 20px;
    background: url('../images/furlong-sidebar-footer.png') no-repeat left bottom;
}

.sidebar-box h3, .sidebar-button a
{
    padding: 4px 10px 0 0; /* drop shadow */
    height: 41px; /* image height (45px) - top padding (5px) */
    line-height: 31px;
    font-size: 0.9em;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.sidebar-box h3
{   
    background: url('../images/furlong-sidebar-header.png') no-repeat left top;
}

.sidebar-box a
{
    display: block;
    border-bottom: 1px solid #EEE;
    margin-right: 10px;
    padding-bottom: 5px;
}

.sidebar-button a
{
    display: block;
    background: url('../images/furlong-sidebar-button.png') no-repeat left top;
}

.sidebar-box p
{
    font-size: 0.9em;
    padding: 5px 10px 0 10px;
    background: url('../images/furlong-sidebar-content.png') repeat-y left top;
}

.sidebar-box a
{
    color: #777;
}

.sidebar-box a:hover
{
    text-decoration: none;
    color: #0078C0;
}
