/* global {{{ */
html, body { 
  color: black;
  background: white; 
  margin: 0;
  padding: 0; }
h1, h2, h3, h4 { 
  font-weight: normal;
  margin: 0; } 
ul, ol {
  padding: 0.5em 0 0 0;
  margin: 0 0 0 2em; }
ul {
  list-style-type: none;
  margin-left: 1em; }
li {
  padding: 0 0 0.5em 0; }
table {
  border-collapse: collapse; } 
td, th {
  vertical-align: top; }
th { 
  text-align: left;
  font-weight: bold; }
a { 
  text-decoration: none; }
img { 
  width: inherit;
  border: thin solid black; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }
/*========================================================================}}} */
/* layout {{{ */
/* Typical 2 column layout will be
<div id="body">
  <div id="header"></div>
  <div id="main">
    <div class="twocol-1"></div>
    <div class="twocol-2"></div>
  </div>
  <div id="footer"></div>
</div>
*/
#body {
  width: 52em;
  margin: 0 auto; }
#header { 
  font-size: 2em;
  text-align: center;
  padding: 0.5em 0; }
#main { }
.twocol-1 { 
  float: left;
  padding: 0.5em 0; }
.twocol-2 { 
  float: right;
  padding: 0.5em 0; }
#footer { 
  font-size: 0.75em;
  text-align: right; 
  clear: both;
  width: inherit;
  padding-top: 1em; }
/*========================================================================}}} */
/* modifiers {{{ */
.indent { 
  margin-left: 1em; }
.section { 
  clear: both;
  padding: 0.5em 0; }
.first { 
  margin-top: 0; 
  padding-top: 0;
  border: 0; }
.last { 
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }
/*========================================================================}}} */
/* content {{{ */
.spacedcols td:not(:last-child), .spacedcols th:not(:last-child) { 
  padding-right: 0.5em; }
.spacedcols td:not(:first-child), .spacedcols th:not(:first-child) { 
  padding-left: 0.5em; }
.spacedcols tr:not(:last-child) > * { 
  padding-bottom: 0.5em; }

/* content (teaching) */
.assignments { 
  width: inherit;
  border: 2px solid black; }
.assignments th { 
  border-bottom: thin solid black; }
.assignments tr { 
  border-bottom: thin dotted black; }
.assignments td, .assignments th { 
  padding: 0.75em; }

/* content (research) */
.schedule { 
  width: inherit;
  border: 2px solid black; }
.schedule tr { 
  border-bottom: thin dotted black; }
.schedule tr:first-child {
  border-bottom: thin solid black; }
.schedule th, .schedule td { 
  padding: 0.25em;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid black; }
/*========================================================================}}} */
/* styling {{{ */
#body {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt; }
td, th {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt; }
/*========================================================================}}} */
