#middle {
	margin-bottom: 20px;
	background: url(learning-center-middle-bg.gif) repeat-y top left;
}

h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", times, serif;
	margin: 30px 0px 20px 0px;
}

#content {
	padding-bottom: 20px;
}

#content .date {
	background: url(date-bg.gif) no-repeat top left;
	height: 63px;
}
#content .date .day {
	display: block;
	float: left;
	width: 60px;
	height: 43px;
}
#content .date .day p {
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 35px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	line-height: 43px;
}
#content .date .month {
	display: block;
	float: left;
	width: 60px;
}
#content .date .month p {
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
#content .entry,
#content .date {
	margin-top: 10px;
}
#content h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", times, serif;
	margin: 0px;
}
#content h2 a {
	color: #000000;
}
#content h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;
	margin: 0px 0px 10px 0px;
}
#content p,
#content ul,
#content ol {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;
	margin: 0px 0px 10px 0px;
}
#content ul,
#content ol {
	margin: 0px 0px 10px 30px;
}
#content dl {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;	
}
#content p.comment {
	color: #000000;
}
#content a {
	color: #3cadbb;
}


#promos {
	background-color: #e5e5e5;
}
#promos #blurb {
	background: url(home-blurb-bg.jpg) no-repeat top;
	height: 153px;
}
#promos #blurb h2 {
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;
	font-size: 13px;
	margin: 0px 80px 0px 20px;
	padding-top: 23px;
}
#promos #blurb p {
	font-family: Georgia, "Times New Roman", times, serif;
	color: #8e8e8e;
	font-size: 11px;
	margin: 0px 115px 0px 20px;
}
#promos #contact {
	background: url(home-contact-bg.gif) no-repeat top;
	height: 47px;
	margin-top: 10px;
}
#promos #contact h2 {
	font-family: Georgia, "Times New Roman", times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 50px 0px 15px;
	line-height: 47px;
}
#promos #contact h2 a {
	color: #000000;
}
#promos #subscribe {
	margin-top: 20px;
	height: 47px;
	background: url(home-subscribe-bg.gif) no-repeat top;
}
#promos #subscribe h2 {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 16px;
	margin: 0px 50px 0px 15px;
	line-height: 47px;
}
#promos #subscribe h2 a {
	color: #000000;
}
#promos #categories {
}
#promos #categories h2 {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 16px;
	margin: 0px 50px 0px 15px;
	line-height: 47px;
}
#promos #categories ul {
	display: block;
	float: left;
	width: 350px;
	list-style-type: none;
	background: url(home-categories-bg.gif) repeat-y top center;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}
#promos #categories ul li {
	display: block;
	float: left;
	width: 172px;
	border-right: 1px solid #e5e5e5;
}
#promos #categories ul li a {
	padding-left: 10px;
	color: #1a7c88;
}
#promos .generic {
	display: block;
	margin: auto;
	width: 340px;
	background-color: #f3f3f3;
	margin-top: 20px;
}
#promos .generic h2 {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 16px;
	line-height: 36px;
	margin-left: 10px;
}
#promos .generic h2 a {
	color: #1a7c88;	
}




#comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;
	font-weight: normal;
}
#comment_form label.long {
	display: block;
	float: left;
	width: 300px;
}
#comment_form input {
	display: block;
	float: left;
	width: 200px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #626262;
	font-weight: normal;
}
#comment_form textarea {
	display: block;
	float: left;
	width: 300px;
	height: 100px;
}
#comment_form input.submit {
	display: block;
	float: left;
	width: 80px;
	margin-top: 4px;
	color: black;
}
#comment_form input.checkbox {
	display: block;
	float: left;
	width: 20px;
}
#comment_form br {
	clear: both;
}
.comment-content {
	margin-bottom: 15px;
}
.comment .comment-content-top {
	background: url(comment-bg.gif) no-repeat bottom center;
	display: block;
	float: right;
	width: 470px;
	height: 16px;
}
.comment .comment-content {
	display: block;
	float: right;
	width: 468px;
	border-right: 1px solid #909090;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #909090;
}
#content .comment .comment-content p {
	margin: 10px;
}