body {
	margin: 10px;
	background-color: rgba(200, 200, 200, 1.0);
}
#body_canvas {
	color: #2F4F4F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	max-width: 1200px;
	margin: auto;
}
#container {
	background-color: #f8f6f4;
	padding: 10px;
	clear: both;
	float: left;
	margin-top: 44px;
	width: 95%;
	border: 1px solid #040;
}
#header {
	width: 97%;
	max-width: 1180px;
	overflow: hidden; 
	position: fixed; 
	top:0; 
	padding-top:10px;
	z-index: 3;
}
#compressed_header {
	width: 97%;
	max-width: 1180px;
	overflow: hidden; 
	position: fixed; 
	top:0; 
	padding-top: 10px;
	font-size: .75em;
	background-color: rgba(255, 255, 255, 0);
	text-align: right;
    z-index: 3;
}
#header_text {
	width: 80%;
	text-align: center;
	margin: auto;
}
.logo {
	border: 0;
	height: 30px;
	margin-left: 40px;
	text-align: left;
}
h1 {
	font-size: 1.4em;
	color: #030;
	font-weight: 500;
}
h2 {
	font-size: 1.2em;
	color: #2f4f4f;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	color: #622;
	font-weight: 500;
}
h4 {
	font-size: 1.0em;
	color: #622;
	font-weight: 500;
}
li {
	font-size: .9em;
	margin-bottom: 1em;
}
p {
	font-size: .9em;
}
.enhanced {
	font-weight: bold;
	font-style: italic;
	color: rgba(80, 100, 100, 1.0);
}
.title {
	display: inline;
	vertical-align: middle;
	font-weight: 800;
	font-family: Snell Roundhand, Apple Chancery, cursive;
}
a:link {
	color: #040;
}
#footer {
	float: left;
	clear: both;
	color: rgba(40, 45, 40, 0.50);
	text-align: center;
	font-size: .6em;
	width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer a {
	color: inherit;
	text-decoration: underline;
}
.button_unselected {
	background-color: rgba(255, 255, 255, 1.0);
	color: #040;
	border: 2px solid #508850;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	margin: 0 2px 10px 2px;
}
.button_selected {
	background-color: #508850;
	color: #fff;
	border: 2px solid #040;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 4px 4px 12px 0 rgba(0,0,0,0.3);
	text-decoration: none;
	margin: 0 2px 10px 2px;
}
.button_unselected:hover {
	background-color: #508850;
	color: white;
	box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.5);
	cursor: pointer;
}
button:focus {
    outline: none;
}
.nav_embellished {
	background-color: rgba(255, 255, 255, 1.0);
	color: #040;
	border: 2px solid #508850;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	margin: 10px;
	text-align: center; 
	width: fit-content; 
	padding: 10px;
}
.nav_embellished:hover {
	background-color: rgba(210, 230, 210, 0.85);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.nav_embellished a {
	cursor: pointer;
}
img {
	border: 1px solid #040;
	float: left;
	margin: 0 10px 10px 0;
}
.inline_header {
	display: inline;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 4px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post_menu {
	float: right; 
	width: 22%; 
	background-color: rgba(255, 255, 255, 1.0); 
	border: solid 1px darkgray;
	border-radius: 12px;
	padding: 8px;
	max-height: 800px;
	overflow: scroll;
}
.post_menu_item {
	position: relative;
	width: 95%;
	border: solid 1px darkgray;
	margin-bottom: 4px;
	padding: 4px;
	font-size: .75em;
	cursor: pointer;
}
.post_menu_item:hover {
	background-color: rgba(210, 230, 210, 0.85);
}
.post_selected {
	border: solid 1px darkblue;
	background-color: rgba(220, 230, 255, 1.0);
}
.post_norm {
	border: solid 1px darkgray;
	background-color: rgba(255, 255, 255, 1.0);
}
.pop_menu_button_group {
	display: none; 
	position: fixed; 
	top: 10%; 
	left: 40%; 
	min-width: 200px; 
	background-color: rgba(220, 230, 255, 0.95); 
	border: solid 2px darkgray;
	border-radius: 12px; 
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 20px auto; 
	padding: 8px 0 8px 0; 
	z-index: 4;
}
.menu_button_group {
	position: relative;
	width: 75%;
	border: solid 1px darkgray;
	background-color: rgba(240, 240, 240, 1.0);
	margin: 2px 0 2px 8px;
	padding: 4px;
	font-size: .75em;
	cursor: pointer;
}
.menu_button_group:hover {
	background-color: rgba(210, 230, 210, 1.0);
}
.article_topic_btn {
	background-color: rgba(230, 240, 255, 1.0);
	border: solid 1px darkblue;
	margin-top: 6px;
	border-radius: 5px;
	transition: all 300ms ease;
}
.article_topic_btn:hover {
	background-color: rgba(210, 230, 210, 1.0);
	transform: scale(1.1);
	cursor: pointer;
}
.share_button {
	background: rgba(230, 240, 255, 0.8);
	color: rgba(50, 50, 100, 1.0);
	border: solid 1px rgba(50, 50, 100, 0.5);
	width: fit-content;
	font-size: .8em;
	border-radius: 8px;
	padding: 4px;
	display: inline-block;
	float: right;
	margin: 8px 4px 20px 20px;
	transition: all 300ms ease;
}
.share_button:hover {
	background-color: rgba(210, 230, 210, 1.0);
	cursor: pointer;
}
