/* 
BASIC STYLES
*/

#featured-stories, #more-stories {
    border-top: 1px dashed #999999;
    margin-top: 1em;
    padding-top: 1em;
}
.stories-list .byline {
    font-size: 77%;
    font-weight: bold;
    color: #666;
}
.stories-list .tease {
    margin-top: 0.7em;
}
.stories-list .read-more {
    display: block;
    margin-top: 0.5em;
    color: #666666;
    font-size: 85%;
}

/*
FEATURED CONTENT STYLES
*/

#featured-stories li.featured-1 {
    margin-bottom: 1.3em;
}
#featured-stories li img {
    float: left;
    margin-right: 0.5em;
    border: 1px solid #666666;
}
#featured-stories li.featured-1 img {
    width: 380px;
    height: 250px;
}
#featured-stories li.featured-1 h3 {
    font-size: 150%;
}
#featured-stories li.secondary {
    width: 48%;
    overflow: hidden;
}
#featured-stories li.featured-2 {
    float: left;
}
#featured-stories li.featured-3 {
    float: right;
}

/*
MORE STORIES LIST STYLES
*/

#more-stories .tease {
    font-size: 93%;
    margin-top: 0.3em;
}
#more-stories > .stories-list > li {
    margin-bottom: 1.2em;
}

/*
SIDEBAR MODULE STYLES
*/

.sidebar-module.categories > ul > li {
    font-size: 93%;
    font-weight: bold;
    margin-bottom: 0.3em;
}