.avatar {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #000;
}

.blog-navigation {
    font-size: 11px;
    border: 1px solid #d3d7cf;
    background-color: #fafafa;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d7cf;
}


.blog-title {
    color: #0033BB;
    font-size: 16px;
    font-weight: normal;
}

.blog-title a {
    text-decoration: none;
    color: #0033BB;
}

.blog-title a:hover {
    color: #9db029;
}

.blog-body {
    text-align: justify;
}

.blog-addinfo {
    padding: 5px;
    text-align: right;
    font-size: xx-small;
    color: #babdb6;
}

.blog-tb {
    border: 1px solid #d3d7cf;
    background: #fff;
    padding: 10px;
    font-size: xx-small;
}

.blog-comment-title {
    color: #000;
    font-weight: bold;
    font-size: 110%;
}

.blog-comment-title a, .blog-comment-title a:hover {
    color: #000;
    text-decoration: none;
}

.blog-list, .blog-recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-recent-list li {
    font-size: x-small;
    margin-bottom: 4px;
}

.emblem {
    text-align:center;
    margin:4px;
}