body
{
	background-color: #36ACF7;
	font-family: sans-serif;
}
div#nav
{
	color: #ffffff;
	text-shadow: 0px 0px 6px #666;
	margin: 0em;
	/* border: 1px solid green; */
	padding-bottom: -5em;
}
div#nav h1
{
	margin: 0px 24px -0.2em 0;
	font-size: 48px;
	text-shadow: 0px 0px 6px #000;
}
div#nav a
{
	color: #FFFFFF;
	text-shadow: 0px 0px 6px #666;
	text-decoration: none;
}
div#nav a:visited { color: #ffffff; text-decoration: none; }
div#nav a:hover   { color: #ffffff; text-decoration: none; }
/* need different coloration for header cookie-crumbs */
div#nav h1 a { color: #aaf; text-shadow: 0px 0px 6px #000; }
div#nav h1 a:visited { color: #aaf; text-shadow: 0px 0px 6px #000; }
div#nav h1 a:hover { color: #ccf; text-shadow: 0px 0px 6px #000; }
div#nav ol
{
	/* border: 1px solid yellow; */
	padding-left: 1em;
	margin-bottom: 0px;
}
div#nav li
{
	font-size: 12pt;
	list-style: none;
	display: inline;
	margin: 0 0.2em 0 0.2em;
	padding: 0.5em 1em 0.5em 1em;
	border-radius: 1.5em;
	background-color: #36ACF7;
	color: #ffffff;
}
div#nav li:hover
{
	background-color: #000000;
}
div#id_div_social li
{
	list-style: none;
}

div#triangle
{
	float: none;
	clear: both;
	text-align: left;
	padding: 0px;
	margin: 1em 0px -5px 4em;
	border: 0px solid purple;
}
.content_bubble
{
	float: left;
	clear: both;
	width: 80%;
	min-width: 700px;
	margin: 0px 0px 24px 2em;
	padding: 0.5em 1em;
	border: none;

	border-radius: 18px;
	background: #ffffff;

	text-align: left;
}
.content_bubble p
{
	padding: 0.3em;
	margin: 0em;
}
.content_bubble h3
{

}
.content_bubble blockquote
{
	margin-top: 0;
	margin-bottom: 4px;
	border: 3px inset #36ACF7;
}
.content_bubble p.cite
{
	text-align: right;
	font-size: smaller;
	font-style: italic;
}
table.bookbox {
	float: left;
	margin: 0 1ex 0 0;
}
