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

#posts li.dailyposts {
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
    width: 420px;
    text-align: right;
}

#posts li.dailyposts h3.pubbdate {
    display: block;
    height: 30px;
    text-align: left;
}

#posts div.post h4.title {
    text-align: left;
}

#posts div.post {
    margin-left: 10px;
    margin-top: 10px;
}

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

#posts div.post h4.title span, #posts li.dailyposts h3.pubbdate span {
    margin-left: 5px;
}