/* BLOG COMMON */
.controller-blog .site-wrapper {
    background: url(../images/backgrounds/care-bg.jpg) no-repeat top center;
}

.controller-blog .date-badge {
    height: 70px;
    text-align: center;
    width: 83px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.controller-blog .date-badge .year {
    background: url(../images/blog/title_date_year_bg.gif) no-repeat 0 0;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 70px;
}

.controller-blog .date-badge .day-month {
    background: url(../images/blog/title_date_day_bg.gif) no-repeat 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 70px;
}

/* BLOG INDEX */
.controller-blog-index .blog-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.controller-blog-index .blog-item h2 {
    color: #333;
    font-size: 20px;
    font-weight: 100;
}

.blog-index p.button-container {
    text-align: right;
}

.blog-index a.fast-button {
    background: url(../images/blog/fast-button-bg.png) left center repeat-x;
    display: inline-block;
    color: #e3e3e3;
    font-weight: bold;
    padding: 0.5em 0.75em;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
}

.blog-index a.fast-button:hover {
    text-decoration: none;
    color: #fff;
}

.controller-blog .schedule {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.controller-blog .schedule-header {
    background: url(../images/blog/fast-button-bg.png) left center repeat-x;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0.5em;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

.controller-blog .schedule ul {
    padding-left: 0;
}

.controller-blog .schedule ul li {
    line-height: 1.25em;
    border-top: 1px solid #e9e9e9;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 35px;
}

.controller-blog .schedule ul li.active {
    background: url(../images/blog/schedule-bullet.png) no-repeat 10px center;
}

.controller-blog .schedule ul li:nth-child(odd) {
    background-color: #f4f4f4;
}

.controller-blog .schedule .date {
    color: #828282;
}

.controller-blog .schedule a {
    display: block;
    font-weight: bold;
}
