#articles-container {
    width: 100%;
    clear: both;
    overflow: hidden;
}

#articles-leftcol .header-meta {
    position: relative;
    margin: 30px 0 0 0;
}

.header-meta .featured-headline a {
    font-family: Georgia;
    font-size: 20px;
    color: #2f2f2f;
}

#articles-ad {
    position: relative;
    top: -10px;
    width: 300px;
    height: 250px;
}

#articles-leftcol {
    position: relative;
    float: left;
    top: 30px;
    margin: 0 10px 50px 0;
    width: 635px;
    min-height: 1100px;
    border: 1px solid #ececec;
}

#articles-container #rightcolumn {
    position: relative;
    top: 30px;
    float: left;
    left: 13px;
    width: 300px;
}

.full-article-tease {
    position: relative;
    width: 600px;
    left: 10px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
}

#articles-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 264px;
    height: 25px;
    background: #e67b33;
    color: #fff;
    text-indent: 10px;
    line-height: 22px;
}

.article-add-this-cont {
    position: relative;
    width: 100%;
    height: 20px;
}

.article-add-this {
    position: absolute;
    right: 20px;
}

.full-article-tease img {
    margin: 0 10px 10px 0;
}

.article-dotted { border-bottom: 1px dotted #989898; border-top: 0; border-left: 0; border-right: 0; position: relative; width: 600px; }

.article-user-info {
    position: relative;
    clear: both;
    overflow: hidden;
}

.article-user-info .avatar {
    position: relative;
    float: left;
    width: 60px;
    margin: 10px 20px 0 40px;
}

.article-user-info .about {
    position: relative;
    float: left;
    width: 450px;
    margin: 10px 0 0 0;
    color: #999;
}

