body {
  color: #2E3436;
  font-family: "Georgia","Liberation Serif","Droid Serif","Helvetica","Bitstream Vera Serif","Serif";
  font-size: 12pt;
  line-height: 1.5em;
}

#container {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  overflow: inherit;
  width: 750pt;
}

#photo {
  display: inline;
  float: right;
  padding-right: 20px;
}

.header {
  background-position: right bottom;
  background-repeat: no-repeat;
  border-bottom: 1pt solid #CCCCCC;
  display: block;
  font-size: 34px;
  margin: 0 auto;
  padding: 30px 0 0 10px;
  width: 100%;
}

.footer {
  background-color: #555753;
  color: #FFFFFF;
  display: block;
  font-size: 11pt;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10pt;
  padding: 5pt;
  text-align: right;
  width: 100%;
}

.sub {
  font-size:13pt;
  margin:20pt;
  display: block;
}

td.cat {
  text-align: right;
  width: 100px;
}

li.pub {
  overflow-x: visible;
  overflow-y: visible;
  display: none;
  margin-bottom: 25px;
}

h1 {
  color: #8BB827;
  font-size: 20pt;
  line-height: 1.5em;
  text-align: left;
}

a {
  color: #aaa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.ext {
  background: url(imgs/ext.png) center right no-repeat;
  padding-right: 12px;
}

.note {
  font-style: italic;
  font-weight: bold;
  display: block;
}

.note a {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.meta {
  border-left-width: 6px;
  border-left-color: #aaa;
  border-left-style: outset;
  display: block;
  padding-left: 12px;
}