body {
  background-color: #ccc; }
  body a {
    color: #fff; }
  body p {
    margin-bottom: 1em; }

#header .inner, #main, #footer {
  width: 950px;
  margin: 0 auto;
  padding: 10px; }

#header {
  background-color: #333; }
  #header .inner {
    padding-bottom: 0;
    position: relative; }
  #header #nav {
    background-color: transparent;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0; }
    #header #nav .links {
      text-align: right;
      margin: 4px auto;
      color: #fff;
      padding-bottom: 5px;
      font-size: 90%;
      font-weight: normal; }
      #header #nav .links a {
        text-decoration: none;
        background-color: #444;
        padding: 4px 6px 6px 5px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
      #header #nav .links a:hover {
        background-color: #b33; }

#main {
  background-color: #eee;
  margin-top: 10px;
  border: 1px solid #aaa; }
  #main a, #main a:hover, #main a:visited {
    color: #c22; }
  #main .pane {
    float: right;
    width: 35%;
    background-color: transparent; }
    #main .pane .about a {
      color: #333; }
    #main .pane div.panel {
      padding: 10px 8px 6px 8px;
      background-color: #ccc;
      margin-bottom: 8px; }
    #main .pane div.panel:last-of-type {
      margin-bottom: 0; }
    #main .pane .content {
      font-size: 90%;
      line-height: 1.3; }
      #main .pane .content p {
        margin-bottom: 6px; }
      #main .pane .content p.read-more {
        margin-bottom: 0;
        text-align: right;
        font-size: 85%; }
  #main .focus {
    padding-top: 12px;
    float: left;
    width: 60%; }

#footer {
  background-color: #333;
  color: #eee;
  padding-top: 12px;
  padding-bottom: 18px;
  border: 1px solid #333;
  font-size: 80%; }

#admin-login {
  position: absolute;
  bottom: 3px;
  right: 3px;
  text-decoration: none; }

.light {
  font-weight: 100; }

.normal {
  font-weight: normal; }

.heavy {
  font-weight: 800; }

h1 .heavy {
  letter-spacing: -1px; }

h1 .light {
  letter-spacing: 0px; }

.form_wrapper {
  background-color: #ccc;
  border: 1px solid #ddd;
  width: auto;
  padding: 6px; }
  .form_wrapper h3 {
    margin-bottom: 3px; }

pre {
  background-color: #000;
  padding: 10px; }
  pre code {
    font-family: 'Courier New', Courier, Monospace; }

div#work .intro {
  font-size: 130%;
  font-weight: 600;
  padding-top: 8px;
  margin-bottom: 24px; }
div#work h4 {
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  font-size: 110%;
  font-weight: 500;
  padding-bottom: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  clear: left; }
div#work .expertise {
  margin-bottom: 3em; }
div#work .where {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 1.5em; }
div#work .projects p {
  font-size: 85%;
  margin-top: 0.5em; }
div#work ol li, div#work ul li {
  list-style: none; }

ul.images {
  float: left;
  margin-right: 6px; }
  ul.images li {
    display: inline;
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap; }
  ul.images img {
    margin-right: 3px;
    border: 1px solid #ccc; }

div#archive h3 {
  font-size: 180%;
  color: #444;
  margin: 24px 0 0 0; }
div#archive ol.archive li {
  display: inline;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap; }
  div#archive ol.archive li ol li ol {
    margin-bottom: 12px; }
  div#archive ol.archive li h4 {
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-transform: uppercase;
    font-size: 90%; }
  div#archive ol.archive li .article {
    line-height: 24px;
    font-size: 110%; }
    div#archive ol.archive li .article a {
      color: #333; }
