
#content .comment {
    clear: both;
    margin: 1.5em 0;
}

#content .comment a {
    color:#f9461c;
}
#content .comment p { margin-left: 66px; }
#onlinecommentform input[type="text"] {
    width:250px;
    margin-bottom:10px;
}

.loginlink {
    color:#f9461c;
}

.loginlink a {
    color:#f9461c;
    margin:10px 0px;
}

#loginform {
    margin:10px 0px;
}

#loginform input {
    width:150px;
}

#loginform #submit {
    width:75px;
    margin-top:10px;
}

#content p a {
    color:#f9461c;
}

.borderbottom {
    border-bottom:1px solid #393D44;
    margin-bottom:24px;
    padding-bottom:24px;
}

.blog-post ul, .blog-post ul li {
    list-style-type: disc;
    margin-left:15px;
}


.comment-number {
    -moz-border-radius: 10px;
    background: #5a5b60;
    border: 2px solid #4d4e53;
    color: #393a3f;
    float: left;
    font-size: 2em;
    margin: 8px 18px 0 0;
    text-align: center;
    width: 44px;
}
.comment-date {
    color: #57585d;
    float: right;
}
.comment-name {
    font-size: 1.5em;
}
.comment-name a {
    font-size: .75em;
}
