.blog-container{
    display:inline-block;
    width:100%;
}
.post-container{
    width:70%;
    float:left;
}
.post-header{
    width:100%;
}
.post-header > .post-title{
    float:left;
    width:100%;
    color: #888;
}
.post-types {
    width:50%;
    float:left;
}
.post-types > img{
    height:100px;
    float:left;
    margin:18px 40px;
}
.btools-container {
    float: right;
    margin-top: 10px;
    width: 25%;
}
.post-content{
    padding-right:40px;
    float: left;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
}
.post-image {
    width:50%;
    float:left;
    margin: 0 25px 25px 0;
}

.btools-dates{
    width:20%;
}
.btools-dates > ul{
    width:100%;
    display: inline-block;
}
.btools-dates > ul > li{
    width:10%;
}
.btools-tags{
    float:left;
    width:80%;
    padding:10%;
    border: 1px solid;
}
.btools-tags > ul {
    display:inline-block;
    width:100%;
} 
.btools-tags > ul > li > a{
    color:#222222;
} 
.btools-tags > ul > li > a:hover{
    font-weight: bold;
    color:#000000;
} 
.blog-btn{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    padding: 15px;
    float:right;
    border-radius: 5px;
    font-size: 21px;
    cursor: pointer;
}

.post-media{
    float:left;
    display:inline-block;
    color:#888888;
    font-size: 60px;
}

.post-media > li{
    float:left;
}

.blogpost {
    background: #EFEFEF;
    padding: 20px;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #ffffff;
}
.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.cc-blog-more{
    display:block;
    margin-top: 10px;
    float: right;
}
.post-kwordlist > li {
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

.btools-tags li {
    display: block;
    margin-top: 10px;
}

.post-kwordlist {
    display: inline-block;
    margin-top: 50px;   
    float: right; 
}

.post-title > span {
    float: left;
    font-size: 12px;
    line-height: 10px;
}