#blog-categories.widget li a {
}

#blog-post-listings {
    overflow: auto;
}
a.blog-post-listing {
    float: left;
    color: #000;
    display: inline-block;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    width: 315px;
    overflow: auto;
    border-radius: 5px;
}
a.blog-post-listing:nth-of-type(2n+1) {
    margin-right: 20px;
    clear: left;
}
a.blog-post-listing:hover {
    background: #eee;
    text-decoration: none;
}
.blog-post-listing .post-title {
    font-size: 16px;
    margin: 0 0;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.blog-post-listing .post-info-group {
    float: left;
}
.blog-post-listing.new-post .post-info-group {
    width: 92%;
}
.blog-post-listing .post-is-new {
    float: left;
    color: #d00;    
    font-size: 8px;
    padding: 2px 4px 0 0;
    display: none;
}
.blog-post-listing.new-post .post-is-new {
    display: block;
}
.blog-post-listing .post-meta {
    clear: both;
    font-size: 11px;
    display: none;
}
.blog-post-listing .blog-post-more {
    color: #000;
    text-decoration: underline;
    display: block;
    padding: 5px 20px 3px 0;
    text-align: right;
}

.post {
}
.post .post-title {
    font-size: 16px;
    margin: 5px 0 7px 0;
    font-weight: bold;
}
.post .post-entry {
    font-size: 14px;
}



#post-entry-comment-received {
    background: #eeffee;
    border: 1px solid #aaa;
    border-width: 1px 0;
    margin-top: 20px;
    padding: 5px 20px 10px;
}
#post-entry-comments-new {
    margin-top: 10px;
    padding: 10px 0 10px 30px;
    border-width: 0;
}
#post-entry-comments-new.has-background {
    background: #f5f5f5;
    border: 1px solid #aaa;
    border-width: 1px 0;
}
#expanded-fields.hidden {
    display: none;
}
#post-entry-comments-new legend {
    padding: 0 10px;
    display: none;
}
#post-entry-comments-new .formItem {
    overflow: auto;
    font-size: 14px;
    padding-top: 10px;
}
#post-entry-comments-new .formItem label {
    -float: left;
    width: 200px;
    padding-top: 3px;
}
#post-entry-comments-new .formItemInput {
    -float: left;
}
#post-entry-comments-new .formItem input,
#post-entry-comments-new .formItem textarea {
    padding: 3px;
    width: 430px;
}

#post-entry-comments-new #submit {
    width: 140px;
    padding: 5px 10px;
}
#post-entry-comments-new #captcha {
    padding-top: 20px;
}
#post-entry-comments-new #captcha-input {
    width: 200px;
}


#post-comments {
    padding: 10px 0;
}
#post-entry-comments {
    clear: both;
    padding: 20px 10px;
}
.post-entry-comment {
    overflow-y: auto;
    padding-bottom: 20px;
    font-size: 14px;
}
.post-comment-info {
    float: right;
    min-width: 250px;
    clear: left;
}
.post-comment-location {
}
.post-comment-poster {
    color: #BD842C;
}
.post-comment-poster a {
    color: #BD842C;
}
.post-comment-poster a:hover {
    text-decoration: underline;
}
.post-comment-date {
    float: left;
    padding-bottom: 5px;
}
.post-comment-message {
    float: left;
    clear: left;
    font-style:italic;
    padding-left: 30px;
    padding-bottom: 5px;
}
