/*
 * Blog CSS.
*/

#maincontent > .wrapper article > section > ul,
#maincontent > .wrapper article > section > .single {
    margin: 0 10px;
}

#maincontent > .wrapper article > section > ul > li,
#maincontent > .wrapper article > section > .single .wrapper {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 3px 3px 9px rgba(51, 51, 51, 0.2);
}

#maincontent > .wrapper article > section > ul > li:last-child {
    margin-bottom: 10px;
}

#maincontent > .wrapper article > section > .single .wrapper {
    margin-bottom: 0;
}

#maincontent > .wrapper article > section > ul > li .box .image,
#maincontent > .wrapper article > section > .single .wrapper .box .image {
    float: left;
    margin: 0 20px 1em 0;
    width: 220px;
}

#maincontent > .wrapper article > section > ul > li .box .image a img,
#maincontent > .wrapper article > section > .single .wrapper .box .image a img {
    display: block;
    max-width: 100%;
    height: auto;
}

#maincontent > .wrapper article > section > ul > li .box h4,
#maincontent > .wrapper article > section > .single .wrapper .box h4 {
    margin-bottom: 1em;
    padding: 5px 0;
    float: left;
    width: 400px;
    border-bottom: 1px solid #999;
}

#maincontent > .wrapper article > section > ul > li .box h4 a,
#maincontent > .wrapper article > section > .single .wrapper .box h4 a {
    font-size: 1.17em;
    font-weight: bold;
}

#maincontent > .wrapper article > section > ul > li .box .postContent,
#maincontent > .wrapper article > section > .single .wrapper .box .postContent {
    word-wrap: break-word;
}

#maincontent > .wrapper article > section > ul > li .box p.postinfo,
#maincontent > .wrapper article > section > .single .wrapper .box p.postinfo {
    color: #999;
    text-align: right;
}

#maincontent > .wrapper article > section > ul > li.no-data p {
    color: #ccc;
    text-align: center;
    padding-top: 1.6em;
}

@media only screen and (max-width: 719px) {
    #maincontent > .wrapper article > section h3 {
        background: url(../images/content_title_icon_pen.png) no-repeat;
        background-size: 75px auto;
    }

    #maincontent > .wrapper article > section > ul,
    #maincontent > .wrapper article > section > .single {
        margin: 0 0;
    }

    #maincontent > .wrapper article > section > ul > li,
    #maincontent > .wrapper article > section > .single .wrapper {
        margin-bottom: 40px;
        padding: 10px;
        box-shadow: 3px 3px 9px rgba(51, 51, 51, 0.2);
    }

    #maincontent > .wrapper article > section > ul > li .box .image,
    #maincontent > .wrapper article > section > .single .wrapper .box .image {
        float: none;
        margin: 0 0 0 0;
        width: 100%;
    }

    #maincontent > .wrapper article > section > ul > li .box h4,
    #maincontent > .wrapper article > section > .single .wrapper .box h4 {
        margin-bottom: 1em;
        padding: 5px 0;
        float: none;
        width: 100%;
        border-bottom: 1px solid #999;
    }

}
