/* Feature 1: Top Placement */
#content .features{
    border-bottom:1px dotted #BBBBBB;
}

#features1 {
    padding-bottom: 25px;
}

/* Feature 2: Side by side placements */

#features2 {
    clear: both;
    height:auto;
    overflow:hidden;
}
#features2 .feature {
    position: relative;
    padding: 30px 20px;
}
    #features2 .feature.first {
        width: 305px;
        float: left;
        padding-left: 0px;
        border-right: 1px dotted #BBB;
    }
    #features2 .feature.last {
        width: 304px;
        float: right;
        padding-right: 0px;
    }

#features2 .feature .captioned-photo .w {
    text-align: center;
    margin-bottom: 10px;
}
#features2 .feature .captioned-photo .w img {
    margin: 0 auto;
}

#features2 .feature .rubric {
    margin-bottom: 10px;
}
#features2 .feature h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 5px;
}
#features2 .feature .text {
    font: 12px/1.5em Georgia;
}
    #features2 .feature .text a img {
        display: inline;
    }

#features2 .feature .display-date {
    line-height: 1.5em;
    margin-bottom: 0;
}

