/* Custom CSS */
/* module->front->profile */
/* system->module->front->list_news */
.post_title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}
.post_subtitle{
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	display: inline-block;
}
/* custom->class->zub-template getFooter */
.footer_bottom{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
/* system->module->front->list_news */
.post_date{
	margin-top: 20px;
    text-align: center;
}
.post_ddmm {
	background-color: #0AA2C6;
    color: #ffffff;
    padding-bottom: 1px;
}
.post_ddmm p{
	font-size: 18px;
    font-weight: bold;
}
.post_ddmm p span{
	font-size: 40px;
}
.post_year{
	font-size: 16px;
	background-color: #999;
}
.post_year a{
	color: #fff;
}
.post_subtitle p{
	float: left;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}

/* */