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;
    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; }
      #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 h4, .tooltip .inner p {
      margin: 0; }
    .tooltip .inner a {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none; }

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

#article {
  text-align: left;
  width: 940px;
  *: height 1%;
  margin: 30px auto;
  word-wrap: break-word; }
  #article:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #article .date {
    display: none; }
  #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; }

#nav {
  background: transparent;
  font-size: 20px;
  line-height: 30px; }
  #nav .container {
    text-align: left;
    width: 940px;
    *: height 1%;
    margin: 0 auto;
    padding: 30px 0; }
    #nav .container:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #nav #prev_link, #nav #next_link {
    float: left;
    display: inline;
    padding: 0 30px;
    background: url(/images/icon-prevnext.png) no-repeat left -1px;
    text-decoration: none;
    color: #444; }
    #nav #prev_link:hover, #nav #next_link:hover {
      color: #000; }
  #nav #next_link {
    float: right;
    display: inline;
    text-align: right;
    background-position: right -31px; }

#secondary {
  background: #f3f3f3;
  border-top: 1px solid #d3d3d3;
  padding: 29px 0 30px; }
  #secondary h2 {
    font-size: 21px;
    line-height: 30px;
    margin: 0; }
  #secondary a {
    color: #333; }
  #secondary .container {
    text-align: left;
    width: 940px;
    *: height 1%;
    margin: 0 auto; }
    #secondary .container:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #secondary .container #disqus_thread:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #secondary .container #disqus_thread #dsq-comments, #secondary .container #disqus_thread #dsq-comments-count {
      float: left;
      margin-right: 20px;
      width: 620px;
      *: overflow-x hidden;
      float: right;
      display: inline;
      margin-right: 0; }
      #secondary .container #disqus_thread #dsq-comments.last, #secondary .container #disqus_thread #dsq-comments-count.last {
        margin-right: 0; }
    #secondary .container #disqus_thread #dsq-comments-count, #secondary .container #disqus_thread .dsq-by, #secondary .container #disqus_thread .dsq-header-avatar {
      display: none; }
    #secondary .container #disqus_thread #dsq-post-add, #secondary .container #disqus_thread #dsq-auth {
      float: left;
      margin-right: 20px;
      width: 300px;
      *: overflow-x hidden;
      clear: left;
      font-size: 13px; }
      #secondary .container #disqus_thread #dsq-post-add.last, #secondary .container #disqus_thread #dsq-auth.last {
        margin-right: 0; }
    #secondary .container #disqus_thread #dsq-post-add {
      margin-top: 20px; }
    #secondary .container #disqus_thread h3#dsq-add-new-comment {
      padding: 17px 0 5px;
      margin: 0;
      line-height: 20px;
      font-size: 13px;
      display: none; }
    #secondary .container #disqus_thread #dsq-authenticated, #secondary .container #disqus_thread #dsq-login {
      margin: 17px 0 0; }
    #secondary .container #disqus_thread #dsq-auth {
      margin-top: 0;
      border-top: 1px solid #ccc; }
    #secondary .container #disqus_thread .dsq-authenticated-pic {
      float: left;
      display: inline;
      margin: 0 18px 0 0; }
    #secondary .container #disqus_thread .dsq-auth-header {
      margin-bottom: 0; }
    #secondary .container #disqus_thread .dsq-authenticated-info ul {
      padding-left: 0; }
      #secondary .container #disqus_thread .dsq-authenticated-info ul li {
        margin: 0; }
    #secondary .container #disqus_thread .dsq-comment {
      padding: 19px 0 20px;
      margin-top: 0;
      background: transparent !important;
      border-top: 1px solid #ccc; }
      #secondary .container #disqus_thread .dsq-comment:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
    #secondary .container #disqus_thread .dsq-comment-header {
      float: left;
      margin-right: 20px;
      width: 140px;
      *: overflow-x hidden; }
      #secondary .container #disqus_thread .dsq-comment-header.last {
        margin-right: 0; }
    #secondary .container #disqus_thread .dsq-comment-body {
      float: left;
      margin-right: 20px;
      width: 460px;
      *: overflow-x hidden;
      margin-right: 0;
      padding: 0;
      margin-top: 0; }
      #secondary .container #disqus_thread .dsq-comment-body.last {
        margin-right: 0; }
    #secondary .container #disqus_thread .dsq-comment-message {
      margin-bottom: 20px; }
    #secondary .container #disqus_thread .dsq-depth-1 {
      margin-left: 180px !important; }
      #secondary .container #disqus_thread .dsq-depth-1 .dsq-comment-body {
        float: left;
        margin-right: 20px;
        width: 300px;
        *: overflow-x hidden;
        margin-right: 0; }
        #secondary .container #disqus_thread .dsq-depth-1 .dsq-comment-body.last {
          margin-right: 0; }
    #secondary .container #disqus_thread iframe {
      overflow: hidden; }
    #secondary .container #disqus_thread .dsq-comment-footer {
      clear: both;
      margin: 0;
      padding: 0;
      position: relative;
      padding-left: 160px; }
      #secondary .container #disqus_thread .dsq-comment-footer a {
        color: #333; }
    #secondary .container #disqus_thread #dsq-options, #secondary .container #disqus_thread #dsq-alerts, #secondary .container #disqus_thread .dsq-item-feed, #secondary .container #disqus_thread .dsq-comment-options {
      display: none; }

.fusion {
  float: left;
  margin-right: 20px;
  width: 140px;
  *: overflow-x hidden;
  margin-right: 0;
  float: right;
  display: inline;
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
  font-family: "ratio-1", "ratio-2", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  text-align: right; }
  .fusion.last {
    margin-right: 0; }
  .fusion a {
    text-decoration: none;
    color: #555; }
  .fusion h4 {
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px; }
    .fusion h4 a {
      color: #aaa !important; }
      .fusion h4 a:hover {
        color: #999 !important; }
  .fusion img {
    float: right;
    display: inline;
    margin-left: 12px;
    margin-bottom: 15px; }
  .fusion br {
    display: none; }
  .fusion .fusiontext {
    display: block;
    margin-bottom: 15px;
    padding-left: 24px; }

#footer {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #000; }
  #footer .inner {
    text-align: left;
    width: 940px;
    *: height 1%;
    position: relative;
    padding: 60px 0 30px;
    margin: 0 auto;
    background: url(/images/bg-attention.png) no-repeat center 90px; }
    #footer .inner:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #footer .inner .email, #footer .inner .about, #footer .inner .twitter, #footer .inner .tumblr {
      float: left;
      display: inline;
      width: 339px;
      margin-right: 30px;
      color: #ddd; }
    #footer .inner h2 {
      font-size: 21px;
      line-height: 30px;
      color: #fff;
      margin: 0 0 130px; }
    #footer .inner h4, #footer .inner p {
      display: inline;
      margin: 0; }
    #footer .inner h4 {
      color: #fff; }
    #footer .inner a {
      color: #ffe44d;
      text-decoration: none; }
    #footer .inner .tumblr {
      margin-right: 0;
      position: absolute;
      right: 0;
      top: 90px; }
    #footer .inner .twitter {
      margin-right: 0; }
      #footer .inner .twitter .tweet {
        font-size: 12px;
        line-height: 20px;
        margin-top: 19px;
        border: 1px solid #333;
        padding: 10px 15px;
        text-align: right; }
        #footer .inner .twitter .tweet a {
          font-weight: normal;
          color: #555; }
        #footer .inner .twitter .tweet .tweet_text {
          text-align: left;
          display: block; }
          #footer .inner .twitter .tweet .tweet_text a {
            color: #ffe44d;
            font-weight: bold;
            text-decoration: none; }
        #footer .inner .twitter .tweet ul {
          margin-bottom: 0; }
  #footer #subscribe {
    clear: both;
    text-align: left;
    width: 940px;
    *: height 1%;
    margin: 0 auto;
    padding: 0 0 30px;
    height: 30px; }
    #footer #subscribe:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #footer #subscribe a.rss {
      float: left;
      display: inline;
      color: #fff;
      background: url(/images/icon-rss.png) no-repeat top right;
      width: 22px;
      height: 22px;
      text-indent: -5000px;
      margin-right: 22px;
      opacity: 0.7;
      *: filter alpha(opacity=70); }
      #footer #subscribe a.rss:hover {
        opacity: 1.0;
        *: filter alpha(opacity=100); }
    #footer #subscribe form:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #footer #subscribe form input.email, #footer #subscribe form input.submit {
      background: url(/images/bg-newsletter.png) no-repeat left;
      margin: 0;
      border: 0;
      padding: 2px 12px;
      height: 18px;
      float: left;
      display: inline; }
    #footer #subscribe form input.email {
      width: 160px;
      outline: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px; }
    #footer #subscribe form input.mute {
      color: #848484; }
    #footer #subscribe form input.submit {
      width: 31px;
      padding: 0;
      height: 22px;
      background-position: right;
      cursor: pointer;
      text-indent: -5000px; }

#articles_index #intro p a, #articles_index #menu a {
  color: #56b300;
  text-decoration: none; }
  #articles_index #intro p a:hover, #articles_index #menu a:hover {
    text-decoration: underline; }
#articles_index #intro {
  text-align: left;
  width: 940px;
  *: height 1%;
  position: relative;
  padding: 96px 0 0;
  margin: 0 auto 24px; }
  #articles_index #intro:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #articles_index #intro #about {
    float: left;
    margin-right: 20px;
    width: 620px;
    *: overflow-x hidden; }
    #articles_index #intro #about.last {
      margin-right: 0; }
    #articles_index #intro #about h1, #articles_index #intro #about p {
      font-size: 30px;
      line-height: 38px; }
    #articles_index #intro #about h1 {
      float: left;
      display: inline;
      margin: 0; }
      #articles_index #intro #about h1 strong {
        font-weight: 500;
        -webkit-text-stroke: 1px transparent; }
    #articles_index #intro #about p {
      font-weight: 400;
      margin-right: 60px; }
  #articles_index #intro #cover {
    float: left;
    margin-right: 20px;
    width: 460px;
    *: overflow-x hidden;
    position: relative;
    margin-right: 0;
    height: 520px; }
    #articles_index #intro #cover.last {
      margin-right: 0; }
    #articles_index #intro #cover a {
      opacity: 0.7;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      filter: alpha(opacity=70);
      display: block;
      padding: 5px;
      background: #eee; }
      #articles_index #intro #cover a.cover-link {
        position: absolute;
        background: #000;
        color: #fff;
        text-decoration: none;
        top: 24px;
        padding: 10px 10px 6px;
        width: 340px;
        right: 0;
        font-size: 14px;
        line-height: 18px;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80); }
        #articles_index #intro #cover a.cover-link strong {
          display: none; }
      #articles_index #intro #cover a:hover {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100); }
#articles_index #menu {
  text-align: left;
  width: 940px;
  *: height 1%;
  margin: 58px auto; }
  #articles_index #menu:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #articles_index #menu h2, #articles_index #menu ul {
    font-size: 14px;
    float: left;
    margin-right: 20px;
    width: 460px;
    *: overflow-x hidden;
    padding: 8px 0;
    color: #555;
    line-height: 20px; }
    #articles_index #menu h2.last, #articles_index #menu ul.last {
      margin-right: 0; }
  #articles_index #menu h2 {
    border-top: 1px solid #ddd;
    margin-right: 0;
    border-right: 1px solid #ddd; }
  #articles_index #menu ul {
    margin-right: 0;
    border-bottom: 1px solid #ddd; }
    #articles_index #menu ul li {
      display: inline;
      padding: 0 15px; }
#articles_index #archive {
  text-align: left;
  width: 940px;
  *: height 1%;
  margin: 0 auto 60px; }
  #articles_index #archive:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #articles_index #archive h2 {
    margin: 40px 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #articles_index #archive h3 {
    float: left;
    margin-right: 20px;
    width: 140px;
    *: overflow-x hidden;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    -webkit-text-stroke: 1px transparent; }
    #articles_index #archive h3.last {
      margin-right: 0; }
  #articles_index #archive .article-year {
    margin: 0 0 40px; }
    #articles_index #archive .article-year:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #articles_index #archive .article-month {
    float: left;
    margin-right: 20px;
    width: 140px;
    *: overflow-x hidden;
    float: right;
    display: inline; }
    #articles_index #archive .article-month.last {
      margin-right: 0; }
  #articles_index #archive .article {
    float: left;
    margin-right: 20px;
    width: 780px;
    *: overflow-x hidden;
    float: right;
    display: inline;
    margin-right: 0;
    margin-bottom: 10px; }
    #articles_index #archive .article.last {
      margin-right: 0; }
    #articles_index #archive .article h4 {
      height: 36px;
      background: #eee; }
      #articles_index #archive .article h4:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #articles_index #archive .article h4 a {
        position: absolute;
        display: block;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        height: 16px;
        padding: 10px;
        width: 880px;
        color: #555; }
    #articles_index #archive .article .thumb {
      display: none;
      width: 144px;
      height: 90px;
      background: #eee; }
    #articles_index #archive .article .date {
      display: none; }
    #articles_index #archive .article .excerpt {
      display: none; }
  #articles_index #archive .featured h4 {
    background: #78d500; }
    #articles_index #archive .featured h4 a {
      color: #fff; }
      #articles_index #archive .featured h4 a:hover {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        color: #fff; }

.hide {
  display: none; }
