.postWrapper {
    border-bottom: 2px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
    clear: both;
}
.postWrapper a{
    color: #222;
    text-decoration: none;
}
.postWrapper a:hover{
    text-decoration: none;
}

.postTitle {
    border:none;
    margin: 0 0 7px 0;
    padding: 0;
}

.postTitle h3 {
    color: #222;
    font-size: 2.5em;
    font-weight: bold;
}

.postTitle h3 a {
    color: #222;
}

.post-date {
    float: right;
    color: #222;
    font-size: 1.09em;
    margin: 0 0 7px 0;
}

.postContent {
    padding-top: 10px;
    padding-bottom: 10px;
}
.postContent p {
    padding-bottom: 10px;
}

a.aw-blog-read-more {
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 29px;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: bold; 
    color: #aaa;
    padding: 0 18px;
    white-space: nowrap;
    border: solid 4px #eee;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.aw-blog-read-more:hover{color:#fff;}

.postDetails {
    float: left;
    color: #222;
}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}
.blog-post-view .toolbar { display: none; }

.form-wrapper {
    width: 70%;
}
.form-wrapper .input-box{
    padding-bottom: 8px;
}

.commentWrapper {
    padding: 15px;
}
.commentWrapper.even {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

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

.commentDetails h4.username {
    margin: 0 0 5px 0;
    font-size: 1.4em;
    color: #222;
}

.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: 1.1em;
    color: #222;
}

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

.block-blog .menu-categories ul li {
}

.block-blog .menu-recent ul li {
}

.block-blog li {
    width: auto;
    overflow: hidden;
 }
.block-blog li a {color: #888; padding: .2em 5px; display: inline-block;}
.block-blog li a:hover { color: #222 !important;}
.block-blog li:first-child {border-top: none;}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {}

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

aside.sidebar .block.block-blog {background-color: #f5f5f5; padding: 1.5em 20px;}
.block-blog .block-title strong {}

.postWrapper .poster {
    display: inline;
}

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

.widget-latest ul{
	list-style-type: none;
	margin: 0;
}
.widget-latest li {
    color: #888;
    font-size: 1em;
    padding: 0 0 1.5em;
	position: relative;
}
.widget-latest li:first-child{
	border-top: none;
}
.widget-latest li:nth-of-type(4n+1){
	margin-left: 0;
	clear: left;
}
.widget-latest li:nth-of-type(4n+4){
	margin-right: 0;
}
.widget-latest li h3{margin-bottom: 1.09em;}
.widget-latest li h3 a{
	color:#222;
	padding:0;
	font-size: 1.09em;
	font-weight: normal;
}

.widget-latest li .info-box{
	border-bottom: 1px solid #ddd;
	padding:1em 0;
	margin-bottom: 1.16em;
}
.widget-latest li .post-date,
.widget-latest li .comments{
	float: left;
	margin: 0;
	color:#aaa;
	font-size: 0.91em;
}
.widget-latest li .comments a{color:#aaa;}
.widget-latest li .post-date{
	border-right: 1px solid #e4dcd9;
	padding-right: 20px;
	margin-right: 20px;
}
.widget-latest li .post-date i,
.widget-latest li .comments i{
	margin-top: 2px;
	margin-right: 10px;
	font-size: 1.25em;
}
.widget-latest li .comments i{margin-top: 1px; margin-right: 8px;}
.widget-latest li .postContent{
	padding:0 0 4px;
	border-bottom: 1px solid #ddd;
}
.widget-latest li .postContent p{
	margin: 0;
	padding:0 0 0.75em;
	font-size: 0.91em;
}

.widget-latest li .postContent .truncated{
	height: 4.54em;
	overflow: hidden;
	position: relative;
}

.widget-latest li button{margin-right: 20px;}
.widget-latest li .user{
	display: inline-block;
	color:#aaa;
	font-size: 0.91em;
	padding-top: 0.81em;
}
.widget-latest li .user i{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-right: 9px;
}

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

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