#desc, div.post {
    width: 630px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}

div.post h2 a {
    text-decoration: none;
    color: #555f55;
}

div.post div.body p {
    margin-bottom: 8px;
}

div.post small {
    font-size: 95%;
}

div.post ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.post ul.links li {
    display: inline;
    padding: 0 10px 0 10px;
    border-left: 1px solid gray;
}

div.post ul.links li:first-child {
    border: 0;
    padding-left: 0;
}

div.sidebar {
    width: 200px;
    float: right;
}
