@charset "UTF-8";
div.entry {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0daf1;
	padding-top: 3em;
}
.entry p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #437399;
}
#content div.sub div.right div.callout p a:hover {
	text-decoration: underline;
}
div.blogNav {
	padding-bottom: 10px;
	height: 18px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0DAF1;
}
div.blogNav span {
	display: none;
}
div.blogNav a {
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	text-decoration: none;
	line-height: 18px;
	color: #08507E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
div.blogNav a:hover {
	font-weight: bold;
}
div.blogNav a.prev {
	background-image: url("../../images/layout/blog_prev.gif");
	float: left;
	background-position: left top;
	padding-left: 23px;
}
div.blogNav a.prev:hover {
	background-position: left bottom;
}
div.blogNav a.next {
	background-image: url("../../images/layout/blog_next.gif");
	background-position: right top;
	padding-right: 23px;
	float: right;
}
div.blogNav a.next:hover {
	background-position: right bottom;
}

