/* Blog styles to be applied to all of the news blogs. AK Jun 2009 */

img.blogheader {
	margin-bottom: 13px;
}

td.calendar_today {
	background-color: #6CA42D;
	color: #fff;
}

td.calendar_today a {
	color: #fff;
}

.blogentries {
	margin-bottom: 30px;
}

.contentbody .col1 h1 {
	margin-bottom: 13px;
}

.blogentries h2 {
	font-size: 18px;
}

.contentbody .entrynav, .contentbody .archivenav {
	width: 100%;
	font-size: 11px;
	margin-bottom: 13px;
}

.contentbody .entrydata {
	font-size: 11px;
}

#commentform .instruction, #commentform .disclaimer {
	font-size: 11px;
}

.contentbody .calendar_month th {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.blogbios img {
	border: 1px solid #000;
	float: right;
	margin: 0 0 3px 3px;
}

.contentbody hr {
	margin: 10px 0;
}

.contentbody .commentauthor {
	font-size: 11px;
	margin-bottom: 14px;
}

/*added 3/8/12 by bbaldwin for social media icon spacing*/
.mt-tweet {
	margin:8px 0 5px 0;
}

.mt-google-plus {
	margin:8px 0 20px 0;
}

