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

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

ul {
  max-width: 45em;
  line-height: 1.2em; }
  ul li {
    margin-top: 0.5em; }

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

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 40em; }

.captioned_image {
  float: left;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 40em; }
  .captioned_image img {
    display: block;
    float: left;
    margin-right: 1em; }
  .captioned_image p {
    margin-top: 0;
    max-width: 66em; }

.paperPreview {
  border: 1px solid lightGray; }

#front_page h1 {
  margin-top: 2em; }
#front_page #updates {
  margin-top: 6em; }

#site_name {
  float: left;
  font-family: Verdana;
  font-size: 3em;
  font-weight: bold;
  text-align: left;
  color: #b3b3b3;
  padding-right: 0.2em;
  padding-bottom: 0.2em; }
  #site_name a:visited {
    color: #b3b3b3; }
  #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 #b3b3b3; }

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

#sidebar {
  float: right;
  min-width: 20em;
  max-width: 20em;
  overflow: none;
  border-left: 1px solid #b3b3b3;
  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: "->  "; }

.sidenote {
  position: absolute;
  left: 46em;
  width: 20em; }
  .sidenote p {
    font-size: 12.8px; }
  .sidenote h2 {
    font-size: 19.2px; }

blockquote {
  max-width: 32em; }

#footer {
  display: block;
  float: right;
  padding-top: 20em;
  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 */
.fullpage_fig {
  float: left;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%; }

.inlineFig {
  text-align: center;
  float: left;
  min-width: 40em;
  max-width: 40em;
  /* don't allow anything on the right (sidenotes will work, because they're positioned absolutely) */
  margin: 2em;
  margin-right: 100%; }
  .inlineFig .noLeading {
    margin-top: -2em;
    margin-bottom: -2em; }
  .inlineFig .chartTitle {
    font: bold 25.6px sans-serif; }

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

.bib_entry {
  max-width: 40em; }
  .bib_entry .title {
    display: block;
    font-weight: bold; }
  .bib_entry .authors {
    display: block; }
  .bib_entry .journal {
    font-style: italic; }
    .bib_entry .journal:after {
      content: "."; }

.col1 {
  float: left;
  width: 300px;
  margin-right: 1em; }

.col2 {
  float: left; }

.descr {
  margin-left: 1em;
  max-width: 70%;
  float: left; }
  .descr h2 {
    font-size: 19.2px;
    margin-bottom: -0.6em; }

.item {
  display: block;
  width: 40em;
  border-top: 1px solid lightGray;
  min-height: 14em;
  clear: both; }
  .item h2 {
    font-size: 19.2px;
    margin-bottom: -0.6em; }

.pic_item {
  display: block;
  width: 40em;
  border-top: 1px solid lightGray;
  min-height: 14em;
  clear: both; }
  .pic_item .pic {
    float: left;
    max-width: 25%;
    padding-top: 1em; }
    .pic_item .pic img {
      width: 100%; }

.highlight {
  display: block;
  padding-left: 2em;
  font-size: 12.8px;
  background-color: black;
  color: white; }

code {
  font-size: 12.8px; }

