body {
  font-family: Verdana;
  background: #f4f5f6;
  color: black;
  /* background: rgb(30,30,30) */
  /* color: lightGray */
  min-width: 1120px; }

p {
  font-size: 16px;
  max-width: 45em;
  line-height: 1.4em; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #0056c4; }
  a:visited {
    color: #821717; }
  a:hover {
    color: #821717;
    border-bottom: 1px dotted gray; }

#front_page h2 {
  margin-top: 2em;
  margin-bottom: 0; }
#front_page h1 {
  margin-top: 2em; }

#site_name {
  float: left;
  font-family: Verdana;
  font-size: 3em;
  font-weight: bold;
  text-align: left;
  color: #cccccc;
  padding-right: 0.2em;
  padding-bottom: 0.2em; }
  #site_name a:visited {
    color: #cccccc; }
  #site_name a:hover {
    border-bottom: none;
    color: #821717; }

#breadcrumbs {
  padding-top: 2em;
  float: left;
  clear: none;
  font-family: Verdana;
  font-size: 1em;
  margin-right: 0.5em; }

#section_name {
  float: right;
  clear: right;
  font-family: Verdana;
  font-size: 3em;
  text-align: right;
  vertical-align: bottom;
  margin-right: 0.5em; }

#menu_bar {
  clear: both;
  border-bottom: 4px double #cccccc; }

#content_container {
  display: block;
  float: left;
  padding-top: 1em; }

#sidebar {
  float: right;
  min-width: 20em;
  max-width: 20em;
  overflow: none;
  border-left: 1px solid #cccccc;
  padding-left: 1em;
  padding-top: 1em; }
  #sidebar p {
    font-size: 12.8px; }
  #sidebar h2 {
    font-size: 19.2px; }
  #sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #sidebar li {
    margin-top: 0.4em; }
    #sidebar li:before {
      content: "->  "; }

#footer {
  display: block;
  float: left;
  padding-top: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
  clear: both; }
  #footer p {
    font-size: 11.2px; }

#resume h1 {
  padding-top: 1em; }
#resume h2 {
  font-size: 16px; }
#resume p em {
  font-weight: bold;
  font-style: normal; }
#resume blockquote {
  margin-top: -0.9em; }

/******************* */
/* blog article stuff */
.inlineFig {
  text-align: center; }

.missingFig {
  width: 600px;
  height: 300px;
  text-align: center;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto; }
