.blog-index-list .container_fullwidth,
.blog-post-view .container_fullwidth { }
.postWrapper {
    /* padding-top:25px; */
    padding-bottom: 25px;
    clear: both;
    width: 75%;
    margin:0 auto 25px auto;
    border-bottom: 3px solid black;
    max-width:1200px;
    margin:24px auto;
}

.postTitle {
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD; */
    margin-bottom: 15px;
}
.postTitle img { max-width: 100% }

.postTitle h2 a {
    color: black;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 26px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: black;
    font-weight: 100 !important;
    letter-spacing: 1px;
    font-size: 26px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-family:sans-serif;
    text-transform: uppercase;
}

.postTitle .imgWrapper {
    position:relative;
    margin-bottom:24px;
}
.postTitle .imgWrapper img {
    max-width: 100%;
}
.postTitle .imgWrapper .postDate {
    background-color: black;
    /* display: inline-block; */
    width: 90px;
    height: 90px;
    position: absolute;
    color: white;
    text-align: center;
    bottom: 0;
}
.postTitle h3.month {
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    padding-top: 12px;
    color:white;
}
.postTitle h3.day {
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    padding-bottom: 5px;
    color:white;
}
.postGroup { float:left; margin-top: 15px; }
.postGroup .aw-blog-read-more {
    text-transform: uppercase;
    color: black;
    border: 2px solid black;
    padding: 6px 12px;
    font-weight: bold;
}
.postWrapper .postCategory a {
    color: #808080;
    text-decoration: underline;
}

.postWrapper .postCategory {
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 14px;
}

.postContent {
    padding-bottom: 10px;
}
.postContent i { font-weight: bold; color: #808080; }
.postContent p { margin: 0; }
.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}


.postCatfoot {
    display:inline-block;
    width:100%;
}
.postCatfoot .postCategory {
    display:inline-block;
}
.postCatfoot .postBookmarks {
    margin-top:0;
    margin-bottom:15px;
    padding:0;
}
.postBookmarks a { float:left; margin: 0 6px; }
.postDetails {

}

.postFooter {  display: inline-block; width:100%; }
.postBookmarks {
    padding-bottom: 10px;
    display:inline-block;
    float:right;
    margin-top: 15px;
}
.postBookmarks img { max-height: 16px; }

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
    float:left;
    text-transform:uppercase;
    padding-right: 12px;
}

.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 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.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;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.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 .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

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

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

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