/* Blog Styles */
h1 a {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:31px;
	color:#b32316;
	margin-top:5px;
	margin-bottom:5px;
}
#blogCategories { /* modified width and position */
	width:181px;
}
#blogCategories h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 14px;
	color:#b32316;
	padding: 6px 0 6px 8px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0
}
#blogCategories a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 8px;
	color: #333333;
}
#blogCategories a:hover {
	background-color:#932505;
	color:#FFFFFF;
}
.post {
	padding-bottom: 15px;
	width:495px;
}
.post h1 a {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:31px;
	color:#b32316;
	margin-top:5px;
	margin-bottom:5px;
}
.post h1 a:visited {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:31px;
	color:#b32316;
	margin-top:5px;
	margin-bottom:5px;
}
.post h1 a:hover {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:31px;
	color:#b32316;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}
#postBody h1 { /* added for Heidelberg styling */
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:31px;
	color:#b32316;
	margin-top:5px;
	margin-bottom:5px;
}
#postBody p {
	margin: 10px 0 5px;
	line-height:17px;
}
#postComment {
	border: 1px solid #CCCCCC;
	background-color: #FFF8DA;
	padding: 15px;
}
#postComment h2 { /* added for Heidelberg styling */
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:18px;
	padding-bottom:8px;
}
#postComment label {
	width: 120px;
	padding-bottom: 3px;
}
#postComment span {
	font-size: 11px;
	padding-bottom: 3px;
}
h2#commentTitle {
	padding: 8px 0 8px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size:12px;
}
.comment {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
}
.comment h3 { /* added for heidelberg styling */
	font-size:12px;
}
#postDetails {
	font-size: 12px;
	font-style:italic;
}
.authorComment {
	border-right: 1px solid #DCE2EF;
	border-left: 1px solid #DCE2EF;
	border-bottom: 1px solid #DCE2EF;
	background-color: #FFF5DF;
	padding: 10px;
	margin-bottom: 10px;
}
.authorComment h3 {
	color: #123F95;
}
#grabFeed {
	text-decoration: none;
	font-size: 12px;
	display: block;
}
#grabFeed img {
	position: relative;
	top: 3px;
	padding: 0 5px 0 0;
}
form br {
	clear:left;
}
#postComment label {
	padding-bottom:3px;
	width:120px;
}
label.required {
	color:#B32316;
	font-weight:bold;
}
.required {
	color:#FF3300;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
label {
	display:block;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom:5px;
	padding-right:3px;
	text-align:right;
	width:175px;
}

