header, header > details, main, article, article > header {
	background: none; border: none; box-shadow: none;
	border-radius: 0;
}

body {
	background: linear-gradient(
		to bottom,
		#65a7cb,
		#76428a);
	background-attachment: fixed; color: #000;
	font-family: "Times New Roman", Times, serif;
}

header {
	color: #eee;
}

header > h1 {
	color: #76428a;
	text-shadow: 0 -1px 1px #000,
		0 1px 1px #eee;
}

article {
	background: #eee; border: 4px ridge #ac3232;
	box-shadow: inset 0 1px 1px #000,
		0 1px 1px #000;
}

article > header {
	background: radial-gradient(
		#d778b4,
		#d85865);
	box-shadow: 0 1px 1px #000; color: #eee;
}

article > header > h1 {
	color: #76428a;
	text-shadow: 0 -1px 1px #000,
		0 1px 1px #fff;
}

article > img {
	border: 2px solid #ac3232;
	border-radius: 1em;
}
