/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* reset.css */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background: white;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

#main {
  max-width: 680px;
  margin: 32px 96px 58px 96px;
}

body {
  font-family: Times, serif;
  font-size: 18px;
  line-height: 1.3;
}

p, ul, ol {
  margin: 18px 0px;
}
p ul, p ol, ul ul, ul ol, ol ul, ol ol {
  margin: 0px;
}

strong {
  font-style: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin: 18px 30px;
  padding: 0.6em 1em;
  background-color: #fafafa;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.preamble {
  font-style: italic;
  margin-bottom: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  line-height: 1.15;
}

h1 {
  font-size: 52px;
  margin: 32px 0px 32px 0px;
}

h2 {
  font-size: 26px;
  margin-top: 26px;
}

h3 {
  font-size: 22px;
  margin-top: 22px;
}

h4, h5, h6 {
  font-size: 18px;
  margin-top: 22px;
}

a:link {
  text-decoration: underline;
  color: #000;
}

a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover {
  color: #fff;
  background-color: #000;
}

a:active {
  text-decoration: none;
  color: #fff;
  background-color: #111;
}

ul, ol {
  margin-left: 55px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 25px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-roman;
}

ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol {
  list-style-type: decimal;
}

article img {
  display: block;
  margin: 18px auto;
}

article img.outlined {
  border: 1px solid #bdbdbd;
}

.caption {
  text-align: center;
  margin-top: -14px;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 12px;
  color: #333;
}

table {
  margin: 18px auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table caption {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 12px;
  margin-bottom: 6px;
  text-align: center;
}

th {
  background-color: #eee;
  font-weight: 600;
}

th, td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 3px 10px;
  text-align: left;
}

tfoot td {
  background-color: #fafafa;
  font-style: italic;
}

/*========== code ==========*/
pre {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  padding: 7px 11px;
  margin: 18px 11px;
  overflow-x: auto;
  font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
  font-size: 14px;
  line-height: 1.3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

p code {
  color: #444;
  background-color: #f3f3f3;
  border: 1px solid #dedede;
  font-size: 14px;
  font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
}

/*========== header ==========*/
#header {
  height: 36px;
}

#header nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: black;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 34px;
}

#header ul {
  margin: 0px;
}

#header li.feed a {
  float: right;
  background-image: url("../images/feed-icon-28x28-gray.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin: 0px;
  margin: 3px;
  padding: 0px;
}
#header li.feed a span {
  display: none;
}

#header li.feed {
  background: url("../images/feed-icon-28x28.png") no-repeat -9999px -9999px;
}

#header li.feed a:hover {
  background-image: url("../images/feed-icon-28x28.png");
}

#header a:link {
  text-decoration: none;
  color: white;
}

#header a:visited {
  text-decoration: none;
  color: white;
}

#header a:hover {
  text-decoration: underline;
  color: white;
}

#header a:active {
  text-decoration: underline;
  color: white;
}

#header ul, #header ol {
  margin-left: 0px;
  list-style-type: none;
}

#header nav li {
  display: inline;
}

#header nav li a {
  padding-left: 26px;
  padding-right: 8px;
  background-image: url("../images/triangle20-white.png");
  background-repeat: no-repeat;
  background-position: left center;
}

#header nav li:first-child a {
  margin-left: 8px;
  padding-left: 28px;
  padding-right: 8px;
  background-image: url("../images/circle20-white.png");
  background-repeat: no-repeat;
  background-position: left center;
}

/*========== home ==========*/
.home #main a:link {
  text-decoration: none;
  color: white;
}

.home #main a:visited {
  text-decoration: none;
  color: white;
}

.home #main a:hover {
  text-decoration: none;
  color: white;
}

.home #main a:active {
  text-decoration: none;
  color: white;
}

.home #main nav a {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  line-height: 165px;
  width: 164px;
  height: 164px;
  background-image: url("/images/circle164-black.png");
  background-repeat: no-repeat;
  position: fixed;
  top: 48%;
  left: 50%;
  margin-top: -82px;
}

.home ul, .home ol {
  margin-left: 0px;
  list-style-type: none;
}

.home #main nav a:hover {
  background-color: #fff;
}

.home #about_hover_preloader {
  background: url("/images/circle164-about.png") no-repeat -9999px -9999px;
}

.home #about {
  margin-left: -214px;
  /* -82 to center, -132 to offset */
}

.home #about:hover {
  background-image: url("/images/circle164-about.png");
}

.home #blog_hover_preloader {
  background: url("/images/circle164-blog.png") no-repeat -9999px -9999px;
}

.home #blog {
  margin-left: 50px;
  /* -82 to center, +132 to offset */
}

.home #blog:hover {
  background-image: url("/images/circle164-blog.png");
}

.about .profile {
  float: right;
  width: 164px;
  height: 164px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.about .details a {
  text-decoration: none;
}
.about table.details tr td:first-child {
  text-align: right;
  font-weight: bold;
  padding-right: 1em;
}
.about table.details {
  clear: both;
  border: none;
  line-height: 1.5;
}
.about table.details tbody, .about table.details thead, .about table.details th, .about table.details tr, .about table.details td, .about table.details tfoot {
  border: none;
  padding: 0px;
  margin: 0px;
}
.about table.details tbody tr:first-child td {
  padding-top: 11px;
}

.published_on, .updated_on {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 12px;
  color: #757575;
  text-align: right;
  margin-top: -20px;
  margin-bottom: 28px;
  line-height: 0.8;
}

article {
  padding-bottom: 26px;
  background: white url("../images/circle12-black.svg") no-repeat center bottom;
}

ul.toc {
  margin: 29px 29px;
  list-style-type: none;
}
ul.toc .date {
  float: left;
  padding: 2px 5px;
  margin-right: 12px;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-size: 11px;
  color: #777;
  background-color: #f5f5f5;
  display: table-cell;
  width: auto;
  white-space: nowrap;
}
ul.toc a:link {
  text-decoration: none;
}
ul.toc .title {
  display: table-cell;
  line-height: 1.15;
  font-weight: bold;
  margin: 0px;
  padding: 0px 5px;
}
ul.toc li {
  margin: 5px 0px;
}
