@charset "UTF-8";
/* COLORS */
/* LINE HEIGHTS */
/* DIMENSIONS */
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 100%;
  color: #222; }

/* headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.2em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.9em; }

header, footer {
  display: block; }

#projects h2 {
  font-size: 1.2em; }
#projects h3 {
  font-size: 1em; }

a {
  color: #4b608b;
  text-decoration: none; }
  a:link, a:visited, a:active {
    color: #4b608b;
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0; }

p, ul, ol, pre, hr {
  margin-bottom: 1em; }

#top {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  /* Atom feed icon */ }
  #top div {
    max-width: 700px;
    margin: 0 auto; }
  #top h1 {
    font-size: 1.5em; }
    #top h1 a {
      color: #535353; }
  #top .feed {
    float: right;
    text-align: right;
    position: relative;
    top: -27px;
    width: 40px; }

ol {
  margin-left: 20px;
  list-style-type: upper-roman; }

#content {
  max-width: 700px;
  margin: 20px auto;
  margin-bottom: 0;
  border-bottom: 1px solid #999; }
  #content h2 {
    font-size: 1em; }

ul {
  margin-left: 20px; }
  ul.postlist, ul#pagelist {
    margin: 0 0 20px 0;
    list-style-type: none; }

div#introduction {
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999; }
  div#introduction .description {
    text-align: right; }

#pages {
  float: left;
  padding-right: 20px; }

ul#pagelist {
  margin-top: 5px;
  line-height: 140%; }

.postlist li {
  padding: 5px 0; }
  .postlist li .timestamp {
    color: #666666;
    font-size: 12px;
    font-family: Monaco, "Courier New", monospace; }
    .postlist li .timestamp:after {
      margin-left: 2px;
      margin-right: 5px;
      content: "»"; }

#article_navigation h3 {
  margin-top: 20px; }
#article_navigation .postlist {
  margin: 0;
  margin-bottom: 10px; }
  #article_navigation .postlist li {
    line-height: 140%;
    padding: 0; }

#footer {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.7em;
  color: #6C6C6C;
  padding: 10px 0;
  margin-bottom: 20px;
  line-height: 160%;
  text-transform: uppercase; }
  #footer p.left {
    float: left; }
  #footer p.right {
    float: right;
    text-align: right; }

/* code boxes */
pre {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  line-height: 140%; }

/* quotes */
blockquote {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 5px solid #a7a7a7; }

.post {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  line-height: 160%; }
  .post h2 {
    margin-bottom: 20px;
    font-size: 1.7em !important; }
  .post table {
    font-size: 80%;
    border-collapse: collapse;
    margin-bottom: 1em; }
    .post table tr:nth-child(even) {
      background-color: #cccccc; }
    .post table th {
      padding: 2px;
      background-color: #a7a7a7; }
    .post table td {
      padding: 2px; }
  .post .meta {
    margin-top: 10px; }
    .post .meta table {
      border: none;
      line-height: 140%; }
      .post .meta table th {
        text-align: left;
        vertical-align: top;
        background-color: transparent;
        padding-right: 5px; }
      .post .meta table tr {
        background-color: transparent; }

/* definition lists */
dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

.note {
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 10px; }
  .note .keyword {
    font-weight: bold; }
  .note p:last-child {
    margin-bottom: 0; }

img#avatar {
  float: right;
  margin-left: 20px;
  border: 2px double #ccc; }

.preface {
  font-size: small; }

code {
  white-space: nowrap; }

pre code {
  white-space: pre; }

.relevant_cls {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffd0; }

.cl {
  white-space: nowrap; }

span.information {
  border-bottom: 1px dashed black; }

.tool-install {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffd0; }

figcaption {
  text-align: center;
  font-style: italic; }

#hire-me {
  background-color: #ffffd0;
  text-align: center;
  margin-bottom: 10px; }
  #hire-me a {
    font-weight: bold; }
