#blog-content {
    width: 100%;
    float: left;
}

#blog-sidebar{
    float: right;
    width: 300px;
}

#blog-widgets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#blog-widgets ul a {
    font-size: 15px;
    color: #242223;
    margin-bottom: 0.5em;
    display: inline-block;
}

#blog-widgets ul a:hover {
    color: #7ac043;
}

body #blog-widgets .widget-title {
    position: absolute;
    top: 26px;
    left: -11px;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 31px;
    color: #fff;
    /*
     background-color: #45B649;
     */
    padding: 0 26px;
    background-color: #7AC043;
    margin: 0;
}
#blog-widgets .widget-title:before {
    content: " ";
    border-top: 10px solid #0d8e7a;
    position: absolute;
    bottom: -10px;
    border-left: 10px solid transparent;
    left: 0;
}
#blog-widgets .widget-title:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #7AC043;
}
#blog-widgets .widget-container {
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    padding: 11px;
    border: 1px solid #d3d5d6;
}
#blog-widgets .widget-container ul {
    padding: 54px 16px 16px;
    background-color: #eff1f0;
}

#blog-content .entry-meta {
    font-size: 15px;
    color: gray;
    display: block;
}

.center-cropped {
    margin-top: 10px;
    width: 220px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.center-cropped img {
    margin: auto;
    max-width: 220px;
    max-height: 220px;
    position: absolute;
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%
}

.archive #blog-content .entry-meta,
.blog #blog-content .entry-meta {
    margin: 0 0 15px 220px;
}

.single #blog-content .entry-meta {
    margin-bottom: 15px;
}

#blog-content .type-post {
    margin-bottom: 16px;
    padding-bottom: 10px;
    float: left;
    margin-right: 45px;
    padding: 0 10px;
}

.single #blog-content {
    width: 770px;
}

.archive-meta {
    margin: 0 auto 10px;
    width: 750px;
    text-align: center;
    line-height: 1.4em;
}

#blog-content.blog-listing .type-post {
    border: 1px solid #d6d6d6;
    width: 220px;
    min-height: 460px;
}

#blog-content.blog-listing .type-post:nth-child(4n+4) {
    margin-right: 0;
}

#blog-content h2.entry-title {
    display: inline-block;
    font-size: 15px;
}

.archive #blog-content .entry-title,
.blog #blog-content .entry-title {
    margin: 0 0 0 20px;
    max-width: 690px;
}

.single #blog-content .entry-title {
    margin: 0;
}

#blog-content .entry-title a {
    color: #242223;
}
#blog-content .entry-content {
    margin-bottom: 15px;
}

#blog-content .entry-utility {
    color: gray;
    font-size: 15px;
    clear: both;
    padding: 10px 0;
}

.archive #blog-content .entry-utility,
.blog #blog-content .entry-utility {
    margin-left: 220px;
}

#blog-content .entry-utility a {
    color: #6e6f72;
}

#blog-content .entry-utility a:hover {
    color: #7ac043;
}

#blog-content .wp-post-image {
    margin-top: 10px;
    float: left;
}

.entry-content ul,
.entry-content li {
    font-family: 'Open Sans',sans-serif; 
    font-size: 16px;
}

.single h1.entry-title {
    font-weight: normal;
}

.blog #main-content h1.line-heading,
.archive #main-content h1.line-heading {
    margin-bottom: 30px;
}

.single h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.entry-content p {
    line-height: 1.8em;
    margin-bottom: 30px;
}

.single .entry-content p {
    font-size: 16px;
}

.blog-category {
    width: 22%;
    float: left;
    margin-right: 25px;
}

.blog-category h3 {
    margin-bottom: 4px;
}

.blog-category h3 a {
    color: #242223;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 18px;
}

.blog-category p {
    font-size: 14px;
    line-height: 1.2em;
}

.blog-category .category-readmore {
    font-size: 14px;
}

.tag #blog-content.blog-listing h2,
.category #blog-content.blog-listing h2,
.blog #blog-content.blog-listing h2 {
    margin: 15px 0 20px;
    text-align: center;
    font-weight: 700;
    width: 100%;
}

/* ~~~ === BLOG PAGINATION ==================================================================================== ~~~ */
#nav-below
{
    height: 28px;
}
.nav-previous{float: left;}
.nav-next{float: right;}
#nav-below a
{
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 36px;
    border: 1px solid #929191;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #231f20;
    padding: 0 14px;
    cursor: pointer;
}

/* ~~~ === RELATED POSTS ==================================================================================== ~~~ */

.related-title{
    font-size: 14px;
    margin-top: 5px;
}

.relatedposts {
    position: relative;
    width: 1142px;
    margin: 40px 0 20px 0; 
    float: left; 
    font-size: 12px;
}
.relatedposts h3 {
    font-size: 20px; 
    margin: 0 0 5px 0; 
}
.relatedthumb {
    margin: 0 1px 0 1px; 
    float: left; 
}
.relatedthumb img {
    margin: 0 0 3px 0; 
    padding: 0;
}
.relatedthumb a {
    color :#333; 
    text-decoration: none; 
    display:block; 
    padding: 4px; 
    width: 200px;
    margin-right: 30px;
}
.relatedthumb a:hover {
    background-color: #ddd; 
    color: #000;
}
