
body#single h1 {
	font-size: 32px;
	line-height: 1.6em;
	padding: 10px 20px 20px 20px;
	position: relative;
}

body#single h1:after {
	background-image: -webkit-gradient(linear, right top, left top, from(#7e348a), to(#ee86b4));
	background-image: -webkit-linear-gradient(right, #7e348a 10%, #ee86b4 90%);
	background-image:         linear-gradient(to left, #7e348a 10%, #ee86b4 90%);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

body#single p.datecategory span.category span a {
	border-radius: 0;
}

body#single div.body {
	background-color: #fafafa;
	padding: 50px 70px;
}

body#single div.body h2 {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	font-size: 22px;
	margin: 30px 0 20px 0;
	padding: 10px 20px;
}

body#archive h1 {
	text-align: center;
}

body#top h2.list-title {
	font-size: 32px;
	text-align: center;
}