body {
  font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif;
  font-size: 16px;
  background: white;
  color: #222233; }
  body.home {
    min-width: 960px; }

header, footer, nav, article, figure, figcaption {
  display: block; }

p, li, blockquote {
  line-height: 1.2; }

p, pre {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1em 0 1em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-left: 1em; }

dl dd {
  margin-left: 2em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
  margin: 0.6em 0 0.5em 0;
  color: #111111;
  font-weight: 200; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

a {
  text-decoration: underline; }
  a:link, a:visited {
    color: #36454f; }

h1 a {
  text-decoration: none; }
  h1 a:link, h1 a:visited {
    color: #111111; }

body.home h1 > a {
  -webkit-transition: border-bottom-color 500ms ease-out;
  border-bottom: 2px solid rgba(17, 17, 17, 0); }
  body.home h1 > a:hover {
    border-bottom-color: #111111; }

sup {
  vertical-align: super;
  font-size: 0.8em; }

pre, code, tt {
  font-family: Consolas, "Andale Mono", "Liberation Mono", Menlo, Monaco, "Bitstream Vera Sans Mono", monospace; }

pre {
  font-size: 13px;
  overflow-x: auto; }

blockquote {
  border-left: 2px solid #999999;
  padding-left: 1em;
  margin: 0 0 1em 0; }

figure {
  margin: 1em 0; }

figcaption {
  font-size: small;
  text-align: center;
  font-style: italic; }
  figcaption .label {
    font-weight: bold; }

body > header {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
  font-size: 18px;
  color: white;
  padding: 0.5em;
  background: #1c1c1c; }
  body > header a {
    -webkit-transition: border-bottom-color 500ms ease-out;
    border-bottom: 2px solid rgba(255, 255, 255, 0); }
    body > header a:link, body > header a:visited {
      text-decoration: none;
      color: white; }
    body > header a:hover {
      border-bottom-color: white; }
  body > header span {
    display: none; }

#menu {
  float: right;
  padding-right: 0.25em; }
  #menu li {
    font-size: inherit; }

#content {
  padding: 0 20px;
  clear: both;
  min-width: 600px;
  margin-right: 40%; }

body.articles #content {
  min-width: 0;
  margin-right: 0; }

footer {
  color: #999999;
  border-top: 1px solid #999999;
  margin: 1em;
  clear: both; }
  footer .copyright {
    font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
    font-size: 14px;
    padding-top: 1em;
    display: block;
    font-weight: 200; }

.column {
  float: left;
  width: 50%;
  margin: 0;
  min-width: 480px; }

#personal div {
  padding-right: 2em; }

.column div {
  padding: 0 0 0 2em; }

ul.articles {
  list-style: none;
  margin: 0;
  clear: left; }
  ul.articles li {
    margin: 0;
    padding-top: 1em;
    height: 70px; }

body.articles ul.articles li {
  height: auto;
  padding-top: 0; }

ul.articles li:first-child {
  border-top: none;
  padding-top: 1em; }
ul.articles abbr {
  display: block;
  font-size: 12px;
  color: #999999; }
ul.articles strong {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
  margin: 0;
  font-weight: 200;
  display: block;
  font-size: 18px; }

a.more {
  display: block;
  margin: 1em 0 0 0; }
a.active {
  font-weight: bold; }
a.affiliate {
  background: url(/images/dollar.gif) no-repeat top right;
  padding-right: 4px; }

.inline {
  list-style: none;
  margin: 0; }
  .inline li {
    display: inline; }
    .inline li:first-child {
      margin-left: 0; }

#flickr {
  clear: both; }
  #flickr header {
    margin-left: 2em; }
  #flickr h1 {
    margin: 0;
    padding: 0.6em 0 0 0; }
  #flickr ul {
    display: block;
    height: 75px;
    overflow: hidden;
    margin-top: 1em; }
  #flickr li {
    float: left;
    overflow: hidden;
    margin: 0 0 0 1em;
    display: block;
    position: relative;
    height: 75px;
    width: 75px;
    border: 1px solid #cccccc;
    background: url(/images/photos.jpg) no-repeat 0 -75px; }
    #flickr li:first-child {
      margin-left: 2em; }
    #flickr li img {
      -webkit-transition: opacity 500ms ease-out;
      position: absolute; }
      #flickr li img:hover {
        opacity: 0; }
  #flickr a.more {
    float: right;
    margin: 1em 2em 1em 0; }

body.articles #content nav {
  padding-bottom: 1em; }

#search {
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  margin-right: 20px; }
  #search fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  #search label {
    font-weight: normal;
    padding-right: 10px; }
  #search input {
    width: 180px; }

#respond {
  margin-top: 10px;
  padding: 10px;
  background-color: #dddddd;
  clear: both; }
  #respond h2 {
    padding-left: 42px;
    line-height: 32px;
    background: url(/images/comment32.png) no-repeat top left;
    margin-top: 0; }
  #respond li.short {
    float: right; }

#content .published {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
  color: #999999;
  padding-bottom: 10px;
  font-size: 14px; }
#content .alignleft {
  float: left;
  margin: 5px 10px 5px 0; }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0; }

img.feed-icon {
  -webkit-transition: opacity 500ms ease-out;
  opacity: 0.5; }
  img.feed-icon:hover {
    opacity: 1; }

#content .alignright, img.alignright {
  float: right;
  margin: 5px 0 5px 10px; }

#content .aligncenter, div.aligncenter, img.aligncenter {
  text-align: center;
  display: block;
  margin: 10px auto; }

#content .clear {
  clear: both; }
#content hr {
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: #999999;
  width: 10em;
  margin: 0; }

table.left_headers, table.top_headers {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  margin: 1em 0; }
table.left_headers td, table.left_headers th {
  border: 1px solid #d8d8d8;
  padding: 0.3em 0.7em 0.3em 0.7em; }
table.top_headers td, table.top_headers th {
  border: 1px solid #d8d8d8;
  padding: 0.3em 0.7em 0.3em 0.7em; }
table.left_headers th {
  text-align: right; }
table.gallery {
  border-collapse: collapse;
  width: 100%; }
  table.gallery td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle; }
  table.gallery img a {
    border: none; }

.vcard .photo {
  margin: 0 1em 1em 0; }
