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


/*
 * Footer
 */
.blog-footer {
	padding: 2.5rem 0;
	color: #999;
	text-align: center;
	background-color: #FC0;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p {
	font-weight: bold;
	font-variant: small-caps;
}

.blog-footer p:last-child {
	margin-bottom: 0;
	font-weight: bold;
}
.lateral h2 {
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
