/*
Theme Name:twentyfourteen-child
Template:twentyfourteen
Version:2.9
*/
a.post-thumbnail img {
	opacity: 0.5;
}

a.post-thumbnail:hover img {
	opacity: 0.2;
}

hr {
	border: none;
	border-top: 3px double #333;
	color: #333;
	overflow: visible;
	text-align: center;
	height: 5px;
}
 
hr:after {
	background: #fff;
	content: '§';
	padding: 0 4px;
	position: relative;
	top: -13px;
}
