

.small {
	font-size: 0.7em;
}

div.main-content p {
	line-height: 1.55em;
	text-indent: 1em;
}

div.main-content p.embedded {
	padding: 0;
	text-indent: 0;
}

hr {
	margin: 35px 0;
}

h2, h3, h4, h5 {
	border-bottom: 1px solid #ccc;
}

h2 {
	margin-top: 24px;
}
@media (max-width: 850px) {
	h2 {
		margin-top: 17px;
	}
}

.main-content p img {
	margin: 20px 0;
}

p.excerpt {
	font-style: italic;
}

article.module {
    background-size: cover;
    background-position: 50% 50%;
}

.backgrounded-bright h2 a {
	color: #eee;
	text-shadow: 1px 1px 2px #000;
}
.backgrounded-bright p {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

article.module.starred {
	border: 15px solid #fff;
	font-size: 0.8em;
	
}

/* contains the animation */
.module.canvas {
	padding: 0;
	height: 100px;
}
canvas.decoration {
/*	width: 500px;*/
/*	height: 120px;*/
}


img.memyself {
	display: block;
	margin: auto;
}