.tags {
	text-align:		right;
	font-size:		smaller;
}
/* not all code.hljs tags are inside pre; pre code.hljs will handle block display */
code.hljs {
	display:		inline;
	padding:		0em;
}
pre code.hljs {
	display:		block;
	padding:		0.5em;
}
/* https://www.webmaster-source.com/2012/04/24/pure-css-blockquote-styling/ */
blockquote {
	font-family:		Georgia, serif;
	font-style:		italic;
	line-height:		1.45;
	position:		relative;
	margin-left:		1.7em;
}
blockquote:before {
	display:		block;
	content:		'\201C';
	font-size:		3em;
	position:		absolute;
	left:			-0.55em;
	top:			-0.35em;
}
blockquote cite:before {
	content:		'\2014\2009';
}
.tag-cloud a {
	vertical-align:		middle;
	background-color:	#dddddd;
	color:			black;
	border-radius:		5px;
	text-decoration:	none;
	padding:		2px;
	white-space:		nowrap;
}
.tag-cloud a:hover {
	background-color:	#aaaaaa;
}
#site-description {
	white-space:		nowrap;
}
#top-menu {
	white-space:		nowrap;
	text-align:		right;
	font-size:		smaller;
}
#top-menu a {
	display:		inline-block;
	text-align:		center;
	border-radius:		5px 5px 0 0;
	padding:		2px 5px;
	background:		#cccccc;
	border:			1px solid #aaaaaa;
	border-bottom:		none;
}
#top-menu a:hover {
	background:		#dddddd;
}
#top-menu .active {
	background:		white;
}
