.body {
    min-width: 1050px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

#content {
    background: #fafafa;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#content.custom-sidebar {
    background: #fff;
}
#header {
    box-shadow: rgba(0,0,0,0.1) 0 0 3px;
}
#header .blog-main-logo.main-logo {
    height: 56px;
    width: auto;
}
#header .blog-title {
    font-size: 23px;
    margin-left: 148px;
    display: block;
    line-height: 55px;
    margin-top: 1px;
    color: #ddd;
}
#blog-layout {
    margin-top: 40px;
    margin-bottom: 100px;
}
#blog-layout .content {
    box-sizing: border-box;
    width:75%;
    padding-right: 20px;
    float:left;
}

#blog-layout .sidebar {
    box-sizing: border-box;
    width: 25%;
    padding-left: 20px;
    float: right;
    font-size: 14px;
    color: #777;
}
#blog-layout .sidebar h1 {
    font-size: 17px;
    font-family: 'Open Sans Semibold';
}
#blog-layout .sidebar-block {
    padding-top: 16px;
}

#blog-layout .content .block {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.09);
    margin-bottom: 30px;
}
#blog-layout .title {
    font-weight: normal;
    font-size: 29px;
    margin-bottom: 0;
    font-family: 'Open Sans Semibold', sans-serif;
    letter-spacing: -1px;
    line-height: 35px;
}
#blog-layout .title a {
    color: inherit;
    text-decoration: inherit;
}
#blog-layout .title.large {
    font-size: 35px;
}
#blog-layout .date {
    font-size: 13px;
    color: #555;
}
#blog-layout .post-content {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-top: 1em;
}
.custom-sidebar #blog-layout {
    margin-top: 50px;
}
.custom-sidebar #blog-layout .post-content {
    margin-top: 40px;
}
#blog-layout .read-more {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    float: left;
    font-family: 'Open Sans Semibold', sans-serif;
}
#blog-layout .read-more:hover {
    color: #888;
}
#blog-layout p {
    margin: 1em 0;
}
#blog-layout .post-content img {
    max-width: 100%;
}
#blog-layout .post-content a {
    color: #000;
    text-decoration: underline;
}

.yiiPager {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0px;
}
.yiiPager:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yiiPager .disabled {
    display: none;
}
.yiiPager li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.yiiPager li.page {
    margin: 0 5px;
}
.yiiPager li.previous {
    margin-right: 20px;
}
.yiiPager li.next {
    margin-left: 20px;
}
.yiiPager li.selected a {
    background: #000;
    color: #fff;
    pointer-events: none;
    margin-left: 10px;
    margin-right: 10px;
}
.yiiPager a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 16px;
}
.yiiPager li.page a {
    border-radius: 30px;
}
.yiiPager a:hover {
    opacity: 0.6;
}
.yiiPager .hidden a {
    pointer-events: none;
    color: #bbb;
}
#blog-layout .socials {
    margin-top: 80px;
    padding: 20px 0 10px;
    background: #f5f5f5;
    border-radius: 5px;
}
#blog-layout .socials a {
    transition: all 0.3s;
    height: 42px;
}
#blog-layout .socials a:hover {
    transform: translateY(-10px);
}

.custom-sidebar .sidebar {
    position: relative;
}
.footnote-injected {
    position: absolute;
    padding: 20px 0;
}
.footnote-injected img {
    max-width: 100%;
}
#blog-layout .footnote {
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
}
.footnote-injected a {
    color: inherit;
    text-decoration: underline;
}