/*
 * Import nib
 */
/*
 * Nib provides a CSS reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
/*
 * Store the main color and
 * background color as variables
 */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: "Lucida Console", Monaco, monospace;
}
body .wrap {
  zoom: 1;
  margin: 0 auto;
  max-width: 960px;
}
body .wrap:before,
body .wrap:after {
  content: "";
  display: table;
}
body .wrap:after {
  clear: both;
}
body aside {
  float: left;
  width: 260px;
}
body aside nav {
  margin-top: 88px;
  margin-left: 16px;
}
body aside nav li {
  display: block;
  padding: 5px 0;
}
body article {
  float: left;
  width: 700px;
}
body h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  padding: 32px;
  text-align: center;
}
body h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 32px;
  text-align: center;
}
body h3 {
  font-style: italic;
  font-weight: bold;
  padding-top: 16px;
}
body h4 {
  padding-bottom: 5px;
  font-weight: bold;
}
body p {
  font-size: 16px;
  line-height: 22px;
}
body .photos {
  padding-top: 16px;
}
body .photos a {
  border: 3px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 16px;
}
body .photos a:hover {
  border-color: #888;
}
body .photos a img {
  vertical-align: top;
}
body .right {
  float: right;
}
body strong {
  font-size: 26px;
  font-weight: bold;
  margin-left: 8px;
}
body strong.red {
  color: #800;
}
body .small-text {
  font-size: 12px;
}
body .small {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
body .small p {
  font-size: inherit;
  line-height: inherit;
}
body .signature {
  padding: 32px 0;
}
body table {
  width: 100%;
}
body table th,
body table td {
  padding: 8px 0;
  vertical-align: top;
}
body table th time,
body table td time {
  color: #000;
  font-weight: bold;
  line-height: 22px;
  margin-right: 32px;
}
body table th .people,
body table td .people {
  font-style: italic;
}
