h3{
    margin:5px;
}
.post {
    clear: both;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}
.post {
    /*float: left;
    width: 100%;*/
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
.post-date-ribbon {
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-top: -20px;
    position: relative;
    padding: 0 7px;
    float: left;
	background-color: #EA141F;
}
.corner {
    border-color: transparent transparent #EA141F transparent;
}
.corner {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EA141F rgba(0, 0, 0, 0);
}

article header {
    
    float: left;
    width: 100%;
}
.title {
    
    font-size: 24px;
    line-height: 28px;
    clear: both;
}
.post-info {
    display: block;
    font-size: 13px;
    color: #999999;
    float: left;
    width: 100%;
}
.readMore {
    float: right;
    margin-top: 15px;
}
a:link, a:visited, a:active {
    text-decoration: none;
	-webkit-tap-highlight-color: #FF5E99;
}
.readMore a {
    color: #fff;
    padding: 5px 12px;
    transition: all 0.25s linear;
    font-family: 'Monda', sans-serif;
	background-color: #EA141F;
}