/*
Theme Name: mediumorange2
Theme URI: http://mediumorange.com/

Note: This stylesheet was originally part of a WordPress theme. Many of the selectors
are holdovers from that theme, and it's not entirely clear whether they are still needed.
*/

/* Define font groups */
:root {
	--serif-font-family: "Lora", "Bitstream Charter", serif;
	--sans-font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* =Reset default browser CSS. 
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

html,
body {
	height: 100%;
}



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 10px 0 10px;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: var(--serif-font-family);
}

.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title {
	font-family: var(--sans-font-family);
}
input[type=submit] {
	font-family: var(--sans-font-family);
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 700px;
}

#wrapper {
	/*float: right; */
	background: #fff;
	margin-top: 50px;
	padding: 0 20px;
	
	/* the following are for the sticky footer */
	overflow: auto;
	padding-bottom: 40px;

	position: relative; /* this causes the content be higher in z order than the sidebar mainmenu, which is desirable */

	border-radius: 0 0 10px 10px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #2f2f2f;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: initial;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a {
	color:#444;
}

a:active,
a:hover {
	color:#888;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  color:#444;
}

.link-button:active,
.link-button:hover {
	color:#888;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	background: #fff;
}
#content {
	margin-bottom: 12px;
}
#content,
#content input,
#content textarea {
	color: #222;
	font-size: 1rem;
	line-height: 1.5rem;
}
#content figcaption {
    font-size: 0.8em;
	font-family: var(--sans-font-family);
    line-height: 1.4em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #111;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #111;
	font-family: var(--sans-font-family);
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
#content .entry-header {
	margin-bottom: 1.5em;
}
#content .entry-title {
	color: #111;
	font-weight: bold;
	margin-bottom: 0;
}
#content .entry-title h1 {
	font-weight: bold;
}
#content .entry-title .project-year {
	color: #666;
}
.entry-title a:link,
.entry-title a:visited {
	color: #111;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #888;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-content,
#content p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #111;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-meta a,
.entry-meta a:hover,
#content .video-player {
	padding: 0;
}

#content p.endnote {
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px solid #111;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}

/* =Orange
-------------------------------------------------------------- */
#footer {
	/* hide the wp footer, since we do our own */
	display: none;
}

#outer_wrap {
	position: static;
	min-height: 100%;
	margin-top: -50px;
}

#flyout_div {
	position:fixed;
	top:-50px;
	left:-50px;
	height:100px;
	width:100px;
}
#flyout_img {
	position:absolute;
	height:100px;
	width:100px;
}
#flyout_menu {
	position:absolute;
	top:-1000px;
	left:-1000px;
	width:200px;
	padding-right: 20px;
	font-family: var(--sans-font-family);
}
#bottombar_spacer {
	clear: both;
	height: 20px;   /* Height of the spacer */
}
#bottombar {
	color: #111;
	text-align: center;
	width:100%;
	font-size: 0.9em;
	font-family: var(--sans-font-family);
	font-weight: 500;

	/* this stuff is needed for the sticky footer */
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear: both;
}

.mainmenu {
    	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	font-size: 1.2em;
	font-weight:bold;
    line-height: 1.8;
}

.submenu {
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	font-size: 0.9em;
	font-weight:normal;
}

/* insert icon to indicate that link opens in new tab */
a[target="_blank"]::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  margin-left: 0.6em;
}

.navlink  {
	color: #111;
	text-decoration: none;
}

a.navlink:link {
	color: #111;
	text-decoration: none;
}

a.navlink:visited {
	color: #111;
	text-decoration: none;
}

a.navlink:hover {
	text-decoration: underline;
}

body.orange0
{
	background-color: #ffd400;
}

body.orange1
{
	background-color: #ffc500;
}

body.orange2
{
	background-color: #ffb600;
}

body.orange3
{
	background-color: #ffa700;
}

body.orange4
{
	background-color: #ff9800;
}

body.orange5
{
	background-color: #ff8900;
}

body.orange6
{
	background-color: #ff7a00;
}

body.orange7
{
	background-color: #ff6b00;
}

body.orange8
{
	background-color: #ff5c00;
}

body.orange9
{
	background-color: #ff4d00;
}
