/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

.headertitle {
 float: right;
 position: relative;
 top: 10px;
 text-align: right;
 margin-right: 25px;
 font-size: 15pt;
 font-weight: bold;
 color: inherit;
}

.headersubtitle {
 float: right;
 position: relative;
 clear: both;
 top: -15px;
 text-align: right;
 margin-right: 25px;
 font-size: 9pt;
}

.post h2 {
 font-size: 14pt;
}