body {
    font-size: 10px;
    font-family: Helvetica, Sans-Serif;
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

#headlines {
    float: left;
    width: 500px;
    padding: 2px;
    margin: 0px;
}

/* contains the photos and links blocks */
#asides {
    width: 510px;
    margin-left: 510px;
}

.photos {
    float: left;
    width: 255px;
}

#footer {
    clear: both;
}

/* for the new format */
/* positioning */
#headlines div.c-post {
    padding-top: 4px;
}

#headlines div.c-title {
    float: left;
    width: 370px;
    
    overflow: hidden;
    white-space: nowrap;
}

/* holds the c-channel and c-time meta data divs */
#headlines div.c-meta {
    margin-left: 375px;
    width: 105px;
}

#headlines div.c-channel {
    float: left;
    width: 50px;
}

#headlines div.c-time {
    margin-left: 60px;
    width: 65px;
}

#headlines div.c-content {
    line-height: 1.5;
    padding-bottom: 2px;
    height: 42px; /* roughly one line of content */
    width: 500px;
    clear: both;
    
    overflow: hidden;

    border-bottom: 1px solid #ccc;
}

/* formatting */
#headlines div.c-day {
    background-color: #ccc;
    padding: 2px 5px;
}

#headlines div.c-title a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
}

#headlines div.c-title a:visited {
    font-weight: normal;
    color: #666;
}

#headlines div.c-channel {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

#headlines div.c-channel a,
#headlines div.c-channel a:visited {
    color: #999;
    text-decoration: none;
}

#headlines div.c-time {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/* make all of the content grey */
#headlines div.c-content,
#headlines div.c-content a,
#headlines div.c-content a:visited {
    color: #999;
    text-decoration: none;
    display: block;
}

.photos div.c-post {
    border: 1px solid #999;
    padding: 4px;
    margin: 0 4px 4px 0;
}

.photos div.c-post img {
    display: block;
    margin: auto;
    border: none;
}

