@charset "UTF-8";
/* CSS Document */

/* CHATTERBOX (BLOG) STYLES */
.blog hr { display: none; }

.blog h3 { text-align: center; }

.blog_post {
	/* background: url(../../images/notecards.gif); */
	font-family: "Courier New", Courier, monospace;
	padding: 35px 30px 10px 30px;
	/* min-height: 290px;*/
	border-bottom: 1px solid #ccc;
}
.blog_post p {
	font-size: 13px;
	line-height: 1.9em;
	padding-bottom: 0;
}

.blog_post h1, h3 {
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 18px;
}

/* END CHATTERBOX (BLOG) STYLES */