/******************** CONTENT SECTION ********************/

/********** LEFT COL **********/
#leftSubNav li {
    margin-bottom: 20px;
    padding-left: 35px;
}

#leftSubNav li.ribbonIcon {
    background: url('/static/images/list_icons/ribbon_icon.png') no-repeat 4px 7px;
}

#leftSubNav li.twitterIcon {
    background: url('/static/images/social_icons/twitter_icon.png') no-repeat left 7px;
}

#leftSubNav li.rssIcon {
    background: url('/static/images/list_icons/rss_icon.png') no-repeat left 7px;
}

#leftSubNav li.noIcon {
    background: none;
}

#leftSubNav li a {
    color: #231F20;
}

#leftSubNav li a:hover {
    color: #76C5E4;
}
/********** END LEFT COL **********/


/********** RIGHT COL **********/
#contentWrapper .newsItem {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url('/static/images/news_dotted_line.png') no-repeat left bottom;
}

.publishDate {
    color: #76C5E4;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.teaser {
    color: #A1A397;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 300;
}

.newsItem .teaser:hover {
    text-decoration: underline;
}
/********** END RIGHT COL **********/

/******************** END CONTENT SECTION ********************/