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

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

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

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.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: none;
    padding-left: 0;
    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;
}

/** added by Tim **/

.postWrapper .postTitle .headline{
    margin:3px 12px;
    float:left;
}

.postWrapper .postTitle .headline h2 a{
    color:#3f3f3f;
    font-weight:bold;
    transition: .25s;
}

.postWrapper .postTitle .headline h2 a:hover{
    color: #53AFE8;
}

.postWrapper .postTitle .blogCatButtons{
    margin-left: auto;
}

.postWrapper .postTitle .blogCatButtons button{
    margin: 3px 12px 3px 0;
    float: right;
    padding: 4px 14px;
}

.postWrapper .postTitle .blogCatButtons button a{
    font-weight: 100;
    font-size: 12px;
    color: #ffffff;
}

.blogCatButtons button.allgemeines{
    border: 1px solid #B33131;
    background-color: #CA3F3F;
}


.blogCatButtons button.neuigkeiten{
    border: 1px solid #53AFE8;
    background-color: #53AFE8;
}

.blogCatButtons button.software{
    border: 1px solid #1B6F5C;
    background-color: #0D9475;
}

.blogCatButtons button.hardware{
    border: 1px solid #3A771B;
    background-color: #5CA538;
}

.blogCatButtons button.hilfreiches{
    border: 1px solid #2F4FA9;
    background-color: #5375D6;
}

.blogCatButtons button.neuheiten{
    border: 1px solid #675A1C;
    background-color: #A99534;
}

.postWrapper .postTitle{
    width: 100%;
    display:flex;
    border: 2px solid #333333;
    border-left: none;
    border-right: none;
}
.postWrapper h3{
    font-size: 12px;
    margin: 13px 0 8px 13px;
    line-height: 0;
}

.postWrapper .postContent {
    padding-bottom: 0;
    margin:13px;
    color:#666666;
}

.tags{
    padding: 0 0 3px 14px;
}
.tags h4{
    font-size:11px;
    margin: 0;
}

.tags ul{
    font-size: 10px;
}