/*
Theme Name:     Twenty Ten Mod
Description:    Child theme for the Twenty Ten theme with minor modifications
Author:         michael willems
Template:       twentyten
Version:        0.0.1
*/

@import url("../twentyten/style.css");

/* Overriding default heading styles from Twenty Ten Template */

.entry-content {
	font-size: 11pt;   /* Setting the font size */
}

.comment-body {
	font-size: 11pt;   /* Setting the font size */
}

.entry-utility {
	font-size: 7pt;   /* Setting the font size */
}

.meta-prep {
	font-size: 7pt;   /* Setting the font size */
}

.meta-sep {
	font-size: 7pt;   /* Setting the font size */
}

.entry-date {
	font-size: 7pt;   /* Setting the font size */
}

.author {
	font-size: 7pt;   /* Setting the font size */
}

.entry-title {
	color: blue;   
}


