@charset "utf-8";
/* CSS Document */

#bloglatest{
	background: url(bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding-top: 104px;
	position: relative;
}
#bloglatest:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 104px;
    top: -2px;
    background: url(../../uploads/divider_top.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#bloglatest h2 small{
	color: #cf2127;
}
#bloglatest .date {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    padding: 1em 0 0;
}
#bloglatest span.day {
    font-size: 26px;
    color: #cf2127;
    font-weight: 800;
}
#bloglatest div.button{
	text-align: center;
	padding-bottom: 2em;
}
#bloglatest .description{
	min-height: 80px;
}