@import url(../../shared/css/style.css);

#sectiontitle {
    background-image: url(../imgs/sectiontitle.jpg);
}

/* diary */

#posts div.post h4.title {
    background-color: #ede8ec;
    border-left: solid 3px #b20202;
}

#posts div.post h4.title span {
    font-weight: bold;
}

#posts div.post p.content {
    margin-top: 5px;
    text-align: justify;
}

#posts li.dailyposts h3.pubbdate {
    background-color: #eef1f6;
    color: #b20202;
    border-left: solid 5px #0941a6;
}

#posts li.dailyposts h3.pubbdate span {
    font-weight: bold;
}

#posts li.dailyposts {
    border-bottom: solid 1px #eef1f6;
}

#posts li.dailyposts span.pubbtime {
    color: gray;
    font-style: italic;
}