﻿hr.style-eight 
{ 
	padding: 0; 
	border: none;
	border-top: medium double #471e52;
	color: #471e52; text-align: center; }  
hr.style-eight:after 
	{ content: "§";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}

hr.style-seven
{
	height: 22px;
	border-style: solid;
	border-color: #471e52;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}
hr.style-seven:before 
{ 
	/* Not really supposed to work, but does */
	display: block; content: "";
	height: 30px; margin-top: -31px;
	border-style: solid;
	border-color: #471e52;
	border-width: 0 0 1px 0;
	border-radius: 18px;
}

hr.style-one
{ 
	border: 0; height: 2px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

