@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700|Lora:400,400italic,700,700italic|Source+Code+Pro:500);
body {
  background: #fff;
  font-size: 14pt;
  margin: 0;
  padding: 0;
  font-family: "Lora", serif; }

.nopad, #wrapper, #menu, #menu *, div.h1, h1, #title, div.h2, h2, div.h3, h3 {
  margin: 0;
  padding: 0;
  border: 0; }

#wrapper {
  position: absolute;
  top: 50px;
  width: 100%; }

#menu {
  text-align: center;
  width: 100%;
  min-height: 50px;
  background: #05b;
  font-size: 15pt;
  position: fixed;
  z-index: 1; }
  #menu, #menu * {
    color: #cef !important; }
  #menu ul {
    display: block;
    height: 100%; }
  #menu li {
    display: inline-block;
    margin: 0 15px;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    font-family: "Source Sans Pro", sans-serif; }
    #menu li.selected, #menu li:hover {
      background: #27c; }
  #menu a {
    text-decoration: none; }

#content {
  max-width: 1200px;
  margin: 10px auto 10px;
  padding: 0 4px; }

#copyright {
  width: 100%;
  text-align: center;
  font-size: 10pt;
  margin: 40px 10px 10px;
  color: #bbb;
  clear: both; }

.block {
  margin: 10px 5px;
  padding: 12px 10px 1px;
  background: #f5f5f5;
  border-radius: 10px; }

#title {
  margin-bottom: 20px; }
  #title div.sub {
    display: inline-block;
    font-size: 16.375pt;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: baseline;
    x-position: relative;
    x-top: 1px; }
  #title.reverse div.sub {
    margin: 0 5px 0 0; }

.spinner {
  width: 100%;
  height: 80px;
  background: url("../img/spinner.gif") no-repeat center; }

div.h1, h1, #title {
  font-size: 40pt;
  font-weight: normal; }

div.h2, h2 {
  font-size: 21pt;
  font-weight: bold; }

div.h3, h3 {
  font-size: 16.375pt;
  font-weight: bold; }

dt {
  display: inline-block;
  font-weight: bold; }

dd {
  display: inline;
  margin: 0; }
  dd:after {
    content: '\A';
    white-space: pre; }

a, a:active, a:visited, a:hover {
  color: #05b;
  text-decoration: underline;
  cursor: pointer; }

.clear {
  clear: both; }

#contact-info dt {
  width: 5.5em; }

.publication h3 span {
  font-weight: normal;
  font-size: 12pt; }

.publication p.abstract {
  margin-top: 0;
  display: none; }

h3.project span {
  font-weight: normal;
  font-size: 12pt; }

#indexwrap {
  float: left;
  width: 100%;
  margin-right: -304px; }

#indexcontent {
  margin-right: 314px; }

#sidebar {
  float: left;
  width: 304px; }
  #sidebar .block {
    background: #def; }
  #sidebar .project {
    display: none; }
  #sidebar #jethro {
    margin: 0 27px 10px; }

.blog-info, .blog-info a {
  font-size: 10pt;
  font-style: italic;
  color: #888;
  white-space: nowrap; }

.blog-nav .l {
  float: left; }
.blog-nav .r {
  float: right; }

#blog-menu-icon {
  width: 150px;
  height: 40px;
  float: right;
  position: relative;
  top: 10px;
  background: transparent url("../img/feed.png") no-repeat top right; }
  #blog-menu-icon #blog-menu {
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    width: 350px;
    font-size: 14pt;
    font-weight: normal;
    padding: 12px 10px;
    background: #def;
    border-radius: 10px; }
  #blog-menu-icon:hover {
    background-position: bottom right; }
  #blog-menu-icon:hover #blog-menu, #blog-menu-icon #blog-menu:hover {
    display: block; }
