sarcasm {
	color: #444444;
	font-style: italic;
}

facepalm {
	height: 440px;
	width: 550px;
	display: block;
	background-image: url('picard-facepalm1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border: 3px double #888888;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
}

spoiler {
	display: block;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #000;
}

spoiler:before {
	content: "Spoiler Alert! (Hover to see text.)";
	display: block;
	border-bottom: 1px dotted #000;
	color: #3333DD;
	text-align: center;
}

spoiler:after {
	display: block;
	border-top: 1px dotted #000;
}

spoiler:hover {
	height: auto;
}

.post {
	word-wrap: break-word;
}
