/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

/* Comment numbers appear to the left of the username */
div.commentnumber {
        float: left;
        margin-right: 5px;
}

/* Post-Headers get a dotted underline */
.post h2 {
	border-bottom: 1px dotted #26a;
}

/* <h2> inside posts are way too big in this theme. Besides, no underlining. */
.entry h2 {
	border-bottom: none;
	font-size: 1.4em;
}

/* <h3> inside posts are way too big in this theme. */
.entry h3 {
	border-bottom: none;
	font-size: 1.1em;
}
