html, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

html {
  min-width: 980px; }

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

caption, th, td {
  text-align: left; }

th td {
  vertical-align: middle; }

blockquote:before, blockquote:after {
  content: ""; }

li {
  list-style: none; }

a img {
  border: none; }

a:focus, input:active {
  -moz-outline-style: none; }

input, select, textarea {
  font-size: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 2em;
  margin-bottom: .5em; }

h2 {
  font-size: 1.5em;
  margin-bottom: .5em; }

h3 {
  font-size: 1.2em;
  margin-bottom: .5em; }

p, ul {
  margin: 0 0 1.5em; }

em {
  font-style: italic; }

blockquote {
  margin: 1.5em; }

legend {
  margin-left: -7px; }

body {
  font-family: "athelas-1", "athelas-2", "Minion Pro", "Minion", "Minion Web", serif; }

#wrapper {
  position: absolute;
  left: 30px;
  right: 30px;
  padding: 0;
  height: 30px;
  top: 0;
  overflow: hidden;
  background: #111; }

#controls {
  z-index: 100;
  margin: 0; }
  #controls li {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 100;
    background: #000; }
    #controls li a {
      display: none;
      background: url(/images/timeline-arrows.png) no-repeat -30px center;
      text-indent: -5000px;
      display: block;
      width: 30px;
      height: 30px;
      opacity: 0.4;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      filter: alpha(opacity=40); }
      #controls li a:hover {
        opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        filter: alpha(opacity=70); }
    #controls li#left {
      left: 31px; }
    #controls li#right {
      right: 0; }
      #controls li#right a {
        background-position: right center; }
    #controls li#home {
      left: 0;
      border-right: 1px solid #555;
      z-index: 10; }
      #controls li#home a {
        background-position: left -1px; }

#timeline {
  display: none;
  color: #fff;
  background: #111;
  height: 30px;
  position: relative;
  margin-bottom: 40px; }
  #timeline .today {
    position: absolute;
    height: 30px;
    width: 10px;
    border-right: 5px solid #ffe44d;
    z-index: 10px;
    text-indent: -5000px; }
  #timeline .date {
    position: absolute;
    height: 30px;
    z-index: 10;
    margin-top: 0;
    text-indent: -5000px; }
    #timeline .date a {
      width: 30px;
      height: 30px;
      background: url(/images/timeline-dots.png) no-repeat right center;
      display: block; }
  #timeline .featured a {
    background-position: left center; }
  #timeline .current {
    background: url(/images/timeline-current.png) no-repeat bottom center; }
  #timeline .article-month, #timeline .archive-link {
    float: left;
    display: inline;
    border-right: 1px solid #444;
    height: 30px;
    position: relative; }
    #timeline .article-month h2, #timeline .archive-link h2 {
      float: left;
      display: inline;
      font-size: 12px;
      line-height: 30px;
      color: #777;
      text-transform: uppercase;
      margin: 0 10px;
      font-family: "Minion Pro", "athelas-1", "athelas-2", serif; }
      #timeline .article-month h2 strong, #timeline .archive-link h2 strong {
        color: #999;
        font-weight: bold; }
  #timeline .article {
    position: absolute;
    display: none;
    z-index: 5;
    top: 0; }

.tooltip {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 330px;
  position: absolute;
  z-index: 15;
  background: url(/images/bg-tooltip.png) no-repeat 26px 1px;
  opacity: 0.0;
  top: 60px; }
  .tooltip .inner {
    background: #00a9da;
    margin: 15px 0 0;
    padding: 15px 15px 15px;
    min-height: 45px; }
    .tooltip .inner h3, .tooltip .inner p {
      margin: 0; }
    .tooltip .inner a {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none; }

body {
  border-top: 2px solid #000;
  text-rendering: optimizeLegibility; }

.hide {
  display: none; }

#content {
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden; }

#nav, #footer, #comments {
  text-align: left;
  width: 935px;
  *: height 1%;
  margin: 15px auto 0; }
  #nav:after, #footer:after, #comments:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #nav #logo, #nav #bio, #footer #logo, #footer #bio, #comments #logo, #comments #bio {
    float: left;
    display: inline;
    font-size: 21px;
    color: #333; }
    #nav #logo a, #nav #bio a, #footer #logo a, #footer #bio a, #comments #logo a, #comments #bio a {
      display: block;
      color: #000;
      font-weight: bold;
      text-decoration: none; }
  #nav #bio, #footer #bio, #comments #bio {
    float: left;
    margin-right: 25px;
    width: 295px;
    *: overflow-x hidden;
    font-size: 18px;
    line-height: 22px;
    width: 275px;
    padding-right: 20px; }
    #nav #bio.last, #footer #bio.last, #comments #bio.last {
      margin-right: 0; }
    #nav #bio a, #footer #bio a, #comments #bio a {
      display: inline; }

#comments {
  margin-bottom: 60px; }

#disqus_thread {
  padding-left: 320px;
  border-top: 1px dotted #ddd;
  padding-top: 59px; }
  #disqus_thread a {
    color: #000; }
  #disqus_thread h3 {
    margin-top: 0 !important;
    padding-top: 0; }
  #disqus_thread li.dsq-comment {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px; }
  #disqus_thread #dsq-thread-settings, #disqus_thread .dsq-pagination {
    clear: both; }
  #disqus_thread .dsq-login-buttons:after, #disqus_thread #dsq-comments:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #disqus_thread small, #disqus_thread .dsq-badge-small, #disqus_thread .dsq-thread-settings, #disqus_thread .dsq-options, #disqus_thread .dsq-sharing-options, #disqus_thread .dsq-alert-message, #disqus_thread .dsq-post-report, #disqus_thread .dsq-like {
    display: none; }

#nav .excerpt {
  display: none; }

#footer {
  border-top: 1px dotted #ddd;
  padding: 9px 0 0;
  height: 110px; }
  #footer a {
    color: #333; }
  #footer ul {
    float: left;
    margin-right: 25px;
    width: 935px;
    *: overflow-x hidden;
    margin-right: 0; }
    #footer ul.last {
      margin-right: 0; }
    #footer ul li {
      float: left;
      margin-right: 25px;
      width: 295px;
      *: overflow-x hidden; }
      #footer ul li.last {
        margin-right: 0; }
      #footer ul li#next {
        margin-right: 0;
        text-align: right; }
      #footer ul li#colophon {
        float: left;
        margin-right: 25px;
        width: 295px;
        *: overflow-x hidden; }
        #footer ul li#colophon.last {
          margin-right: 0; }
        #footer ul li#colophon p {
          color: #555;
          margin-right: 40px; }
      #footer ul li h4 {
        margin: 0 0 4px;
        font-size: 11px;
        font-weight: normal; }
      #footer ul li#prev a, #footer ul li#next a {
        color: #555;
        text-decoration: none;
        font-style: italic; }
        #footer ul li#prev a strong, #footer ul li#next a strong {
          color: #000;
          font-style: normal;
          display: block; }
        #footer ul li#prev a:hover strong, #footer ul li#next a:hover strong {
          text-decoration: underline; }

#article {
  text-align: left;
  width: 935px;
  *: height 1%;
  position: relative; }
  #article:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #article sup {
    line-height: 100%;
    font-size: 12px;
    position: relative;
    left: 1px; }
    #article sup a {
      text-decoration: none;
      border-bottom: 1px dotted #333; }
  #article hr, #article .hr {
    border: 0;
    padding: 0;
    height: 6px;
    margin: 42px 0;
    background: url(/images/icon-separator.png) no-repeat center; }

h2, h4, .date {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 1px; }

h2, h4, #disqus_thread h3 {
  text-transform: uppercase; }

h4, #disqus_thread h3 {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: normal; }

h4 {
  font-weight: bold; }

#fusion_ads {
  float: left;
  margin-right: 25px;
  width: 295px;
  *: overflow-x hidden;
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
  position: relative; }
  #fusion_ads.last {
    margin-right: 0; }
  #fusion_ads a {
    text-decoration: none;
    color: #333; }
  #fusion_ads h4 {
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: normal; }
    #fusion_ads h4 a {
      color: #333; }
      #fusion_ads h4 a:hover {
        color: #555; }
    #fusion_ads h4 em {
      text-transform: none; }
  #fusion_ads img {
    display: block;
    margin-bottom: 10px; }
  #fusion_ads .fusiontext {
    display: block;
    color: #555;
    margin-bottom: 16px;
    width: 200px; }

#articles_show #article {
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto 60px;
  overflow: hidden;
  padding: 20px 0; }
  #articles_show #article h1 {
    padding-left: 320px;
    font-size: 34px;
    line-height: 40px;
    margin-top: 90px; }
  #articles_show #article .date {
    display: none;
    position: absolute;
    top: 120px;
    font-size: 16px; }
  #articles_show #article #article_body {
    float: left;
    margin-right: 25px;
    width: 615px;
    *: overflow-x hidden;
    margin-right: 0; }
    #articles_show #article #article_body.last {
      margin-right: 0; }
    #articles_show #article #article_body .caps {
      font-size: 14px;
      letter-spacing: 1px; }
    #articles_show #article #article_body a {
      color: #000; }
    #articles_show #article #article_body .right {
      float: right;
      display: inline;
      margin: 0 0 24px 25px; }
    #articles_show #article #article_body h3, #articles_show #article #article_body h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 60px 0 12px; }
    #articles_show #article #article_body ul, #articles_show #article #article_body ol {
      margin: 24px 0; }
    #articles_show #article #article_body ul li {
      list-style: disc inside; }
    #articles_show #article #article_body ol li {
      list-style: decimal inside; }
    #articles_show #article #article_body p {
      margin-top: 0; }
    #articles_show #article #article_body blockquote {
      font-style: italic;
      border-left: 4px solid #e3e3e3;
      margin-left: 0;
      padding: 0 0 0 20px;
      color: #444; }
      #articles_show #article #article_body blockquote.pullquote {
        float: left;
        margin-right: 25px;
        width: 455px;
        *: overflow-x hidden;
        border-color: #f3f3f3;
        margin: 0 0 0 -160px;
        line-height: 27px;
        font-size: 24px;
        font-style: normal;
        padding-top: 8px; }
        #articles_show #article #article_body blockquote.pullquote.last {
          margin-right: 0; }
        #articles_show #article #article_body blockquote.pullquote p {
          margin-right: 20px; }

#articles_index a {
  color: #000; }
#articles_index #grid {
  text-align: left;
  width: 935px;
  *: height 1%;
  position: relative;
  margin: 80px auto 20px; }
  #articles_index #grid:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #articles_index #grid #links {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right; }
    #articles_index #grid #links li {
      display: inline; }
      #articles_index #grid #links li a {
        display: block;
        font-size: 21px;
        line-height: 28px; }
  #articles_index #grid #about {
    float: left;
    margin-right: 25px;
    width: 615px;
    *: overflow-x hidden;
    padding-right: 320px;
    height: 480px; }
    #articles_index #grid #about.last {
      margin-right: 0; }
    #articles_index #grid #about h1, #articles_index #grid #about p {
      font-size: 32px;
      line-height: 38px;
      color: #333; }
      #articles_index #grid #about h1 a, #articles_index #grid #about p a {
        color: #000; }
    #articles_index #grid #about h1 {
      float: left;
      display: inline;
      margin: 0; }
    #articles_index #grid #about p.psst {
      font-size: 15px;
      color: #555; }
  #articles_index #grid h3 {
    font-size: 20px;
    line-height: 21px; }
  #articles_index #grid .article-year {
    margin-bottom: 30px;
    border-top: 1px dotted #ddd; }
  #articles_index #grid .article-month {
    float: left;
    margin-right: 25px;
    width: 135px;
    *: overflow-x hidden;
    float: right;
    display: inline; }
    #articles_index #grid .article-month.last {
      margin-right: 0; }
  #articles_index #grid .article {
    border-top: 1px dotted #ddd; }
    #articles_index #grid .article h3 {
      margin: 8px 0 2px; }
      #articles_index #grid .article h3 a {
        display: block;
        text-decoration: none; }
    #articles_index #grid .article .thumb img {
      width: 100%; }
    #articles_index #grid .article .excerpt {
      color: #333;
      font-size: 15px;
      line-height: 20px;
      font-style: italic; }
  #articles_index #grid .featured h3 {
    font-size: 22px;
    line-height: 27px; }
#articles_index #filters {
  display: none; }
  #articles_index #filters:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #articles_index #filters li {
    float: left;
    display: inline;
    margin-right: 1px; }
    #articles_index #filters li a {
      display: block;
      padding: 5px 10px;
      text-decoration: none;
      color: #000;
      background: #eee;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    #articles_index #filters li.current a {
      color: #fff;
      background: #000; }
#articles_index #featured {
  float: left;
  margin-right: 25px;
  width: 615px;
  *: overflow-x hidden; }
  #articles_index #featured.last {
    margin-right: 0; }
  #articles_index #featured .article {
    height: 240px; }
    #articles_index #featured .article h3 {
      font-size: 19px;
      line-height: 24px;
      margin-top: 12px; }
    #articles_index #featured .article h3, #articles_index #featured .article .excerpt {
      float: left;
      margin-right: 25px;
      width: 135px;
      *: overflow-x hidden;
      clear: left; }
      #articles_index #featured .article h3.last, #articles_index #featured .article .excerpt.last {
        margin-right: 0; }
    #articles_index #featured .article a:hover {
      text-decoration: underline; }
    #articles_index #featured .article .date {
      float: left;
      margin-right: 25px;
      width: 135px;
      *: overflow-x hidden;
      display: none; }
      #articles_index #featured .article .date.last {
        margin-right: 0; }
    #articles_index #featured .article .excerpt {
      margin-bottom: 8px; }
    #articles_index #featured .article .thumbnail {
      float: left;
      margin-right: 25px;
      width: 455px;
      *: overflow-x hidden;
      float: right;
      display: inline;
      margin: 16px 0; }
      #articles_index #featured .article .thumbnail.last {
        margin-right: 0; }
      #articles_index #featured .article .thumbnail img {
        width: 453px;
        border: 1px solid #f3f3f3; }
#articles_index #archive {
  float: left;
  margin-right: 25px;
  width: 295px;
  *: overflow-x hidden;
  float: right;
  display: inline;
  margin-right: 0; }
  #articles_index #archive.last {
    margin-right: 0; }
  #articles_index #archive h4 em {
    float: right;
    display: inline;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px; }
    #articles_index #archive h4 em a {
      color: #777; }
      #articles_index #archive h4 em a:hover {
        color: #555; }
  #articles_index #archive .article {
    border: 0; }
    #articles_index #archive .article h3 {
      position: relative;
      background: #eee;
      font-size: 17px;
      line-height: 24px;
      height: 24px; }
      #articles_index #archive .article h3 a {
        position: absolute;
        padding-left: 5px;
        width: 290px; }
#articles_index #fusion_ads {
  height: 160px;
  margin-right: 0;
  top: 0;
  margin-top: 28px; }
  #articles_index #fusion_ads h4 a {
    text-decoration: none;
    color: #333; }
    #articles_index #fusion_ads h4 a em {
      font-weight: normal;
      text-transform: lowercase; }
  #articles_index #fusion_ads img {
    float: right;
    display: inline; }
  #articles_index #fusion_ads .fusiontext {
    float: right;
    display: inline;
    font-size: 13px; }
