.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent img {
    width: 100%;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 3px 15px 3px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog {
    margin: 0;
}

.block-blog .head h4 {
    padding-left: 20px;
}

/*
.block-blog .head h4 {
background-image:url(../images/icon_blog.png);
background-repeat:no-repeat;
}
*/
.block-blog-wrapper .block-blog-title {
    margin: 0 0 5px;
}
.block-blog-wrapper .block-blog-title strong {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}
.block-blog .block-title strong {
    text-align: left;
}

@media (min-width: 771px) {
    .block.block-blog {
        margin: 0;
    }
    .block.block-blog .block-title {
        margin: 0;
        padding: 7px 10px;
        background: #f4f4f4;
        border: 1px #cccccc solid;
    }
    .block.block-blog .block-title strong {
        font: 14px/1.4 "Ubuntu", Arial, sans-serif;
        color: #0e0e0e;
    }
    .block.block-blog .block-content {
        margin: 0;
        padding: 10px;
        border: 1px #cccccc solid;
        border-width:0 1px;
    }
    .block.block-blog li {
        margin: 5px 0 0;
    }
    .block.block-blog li:first-child {
        margin: 0;
    }
}

.postWrapper .poster {
    display: inline;
}

.aw-post-comment .form-list label {
    width: auto;
    margin: 5px 0 0;
}

.input-box.aw-blog-comment-area {
    clear: both;
    float: none;
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.widget-latest h2 {
    color: #C73615;
    font-weight: bold;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

#recaptcha_response_field {
    left: -1px;
}

.singlePost .postTitle h1 {
    margin: 0 0 5px;
}
.singlePost .postTitle {
    margin: 0 0 1.5em;
    padding: 0 0 3px;
}
.singlePost .postTitle:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.singlePost .postTitle .postDate {
    float: left;
}
.singlePost .postTitle .postDetails {
    float: right;
}
.singlePost .std {
    font-family: 'Ubuntu', Arial, sans-serif;
}
.postList .postContent:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.postList .blog-image {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
}
.postList .blog-image img {
    max-width: 100%;
    height: auto;
}
.postList .blog-post-content {
    float: left;
    width: 67%;
}
.postList .blog-post-content h2 {
    margin: 0 0 7px;
}
.postList .blog-post-content .postDetails {
    margin: 0 0 7px;
}
.postList .blog-post-content .postExcerpt p {
    margin: 0 0 1em;
}

