/* Blog styles to be applied to all of the Current blogs. AK Jun 2009 */



img.blogheader {
	margin-bottom: 13px;
}

.contentbody .col1 .blogentries {
	margin-bottom: 30px;
}

.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 hr {
	margin: 10px 0;
	background-color: #000;
}

.contentbody .commentauthor {
	font-size: 11px;
	margin-bottom: 14px;
}

/* Comment Styles: Added RDV 7/8/2009 to make the comment boxes normal sized text */
#comment-author.small{
	font-size: 12px !important;
}

#comment-email.small{
	font-size: 12px !important;
}

#comment-url.small{
	font-size: 12px !important;
}

#comment-text.small{
	font-size: 12px !important;
}


/* blog calendar styles.  The Current has no other use for the calendar besides the blog, so it's included here. */
.contentbody .calendar_month {
	width: 100%;
	margin: 0px;
}

.contentbody .calendar_month tr td {
	margin: 0;
	padding: 0;
}

.contentbody .calendar_month th {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar_row {

}

.calendar_row td{
	text-align: center; /*changed from the standard news calendar */
	font-weight: Arial;
	font-size: 10px;
	padding: 0;
	
}

.calendar_row td a {
}

.contentbody .calendar_header {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.contentbody .calendar_header td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #555555;
	padding: 0;
}

.contentbody .calendar_month .calendar_today {
	background-color: #B70005;
	color: #fff;
}

.contentbody .calendar_month .calendar_today a {
	color: #fff;
}
/* end of calendar styles */

/*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;
}

