/* stylesheet for the blog */
DIV.me_blogpost {
	border-bottom: dotted 1px #777;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
DIV.me_blogpost A {
	/*color: #99AADD;*/
	color: #5C0607;
	text-decoration: none;
}
DIV.me_blogpost A:hover {
	/*color: #AADD99;*/
	color: #D71921;
}
DIV.me_post_date {
	margin: 1.5em 0pt 0.5em;
	color: #777777;
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sand-serifcursive;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}
H1.me_post_title, H1.me_post_title A {
	color: #5C0607; /*color: #AADD99;*/
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	text-decoration: none;
}
H1.me_post_title A:hover {
	color: #CCC;
}
DIV.noimages, DIV.me_post_text {
	line-height: 1.4em;
}
DIV.me_post_footer {
	color: #000;
	/*font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;*/
	font-family: Verdana;
	font-size: 92%;
	/*letter-spacing: 0.1em;*/
	line-height: 1.2em;
}
SPAN.num_comments { margin-left: 0.5em; }
DIV.social_buttons { margin-top: 1em; }
DIV.social_buttons DIV.addthis { margin-top: 0.8em; }
