
/* This style sheet was adapted from the Filibuster Frist
   (http://www.filibusterfrist.com/) website at Princeton,
   with permission. */

/* Overall Style */

html, body {
  background: #ffffff;
  color: #000080;
  font-family: MS Trebuchet, sans-serif;
}

:link {
  background: transparent;
  color: #cc0000;
}

:visited {
  background: transparent;
  color: #aa0000;
}

.event {
  text-align: center;
  font-size: xx-large;
}

.figure-caption {
  text-align: center;
  font-size: smaller;
}
.figure-caption img {
  display: block;
  margin: 0.2em auto;
}

table {
  border-collapse: collapse;
  border-left: hidden;
  text-align: center;
}

table td, table th {
  padding: 0.2em 0.4em;
  border-left: solid black;
}

.schedule tbody,
#comic tbody {
  border-top: solid #cc0000;
  border-bottom: solid #cc0000;
}

caption {
  margin: 0.5em, 0, 0.2em;
  font-style: italic;
}

table.schedule {
  text-align: left;
}

em cite {
  font-style: normal;
}

/* Structure */

html {
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
}

body {
  margin: 0;
  margin-left: 11em;
  margin-right: 3em;
  padding: 0;
  padding-left: 3%;
  padding-right: 3%;
  border-right: medium dashed #cc0000;
}

.toc {
  position: absolute;
  position: fixed;
  top: 0; left: 0;
  width: 10em;
  padding: 0.2em;
  padding-right: 1.2em;
  border-right: 1px dashed #aa0000;
  border-bottom: 1px dashed #aa0000;
  text-indent: 0;
  list-style-type: none;
  font-size: smaller;
  font-weight: bold;
}

.toc :link, .toc :visited {
  color: #cc0000;
  text-decoration: none;
}

.toc :link:hover, .toc :visited:hover {
  text-decoration: underline;
}

h1 {
  /*background: #e8d904; */
  background: transparent;
  color: #1131A4;
}

h1 {
  margin-top: 0;
  margin-left: -8%;
  padding: 0.2em;
  /*background: #08184B;*/
  /*background: #cc6666;*/
  /*background: #ff0000;*/
  background: #cc6666;
}

h2 {
  margin-left: -3%;
  border-bottom: solid #cc0000;
}

/* Individual Bits */

#domain {
  border: none;
}

#slogan {
  font-style: italic;
  font-size: smaller;
}

#count {
  font-weight: bold;
}


