/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */
@font-face {
  src: url("/Anonymous%20Pro.ttr");
  font-family: "Anonymous Pro"; }

@font-face {
  src: url("/Museo500-Regular.otf");
  font-family: "Museo";
  font-weight: 500; }

@font-face {
  src: url("/Museo300-Regular.otf");
  font-family: "Museo";
  font-weight: 300; }

@font-face {
  src: url("/Museo700-Regular.otf");
  font-family: "Museo";
  font-weight: 700; }

@font-face {
  src: url("/MuseoSans_500.otf");
  font-family: "MuseoSans";
  font-weight: 500; }

@font-face {
  src: url("/MuseoSans_500_Italic.otf");
  font-family: "MuseoSans";
  font-style: italic; }

/* FONTS */
address, blockquote, body, center, dir, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, isindex, menu, noframes, noscript, ol, p, pre, table, ul {
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.clipper {
  overflow: hidden; }

a {
  color: #2d6abe; }
  a:visited {
    color: #793479; }

body {
  background: #eeeeee; }
  body.everything #header h1, body.everything #header h1 a, body.everything #header .pagination a:hover {
    color: #b3b3b3;
    text-decoration: none; }
  body.blog #header h1, body.blog #header h1 a, body.blog #header .pagination a:hover {
    color: #94b919;
    text-decoration: none; }
  body.twitter #header h1, body.twitter #header h1 a, body.twitter #header .pagination a:hover {
    color: #34ccff;
    text-decoration: none; }
  body.delicious #header h1, body.delicious #header h1 a, body.delicious #header .pagination a:hover {
    color: #2d6abe;
    text-decoration: none; }
  body.flickr #header h1, body.flickr #header h1 a, body.flickr #header .pagination a:hover {
    color: #fc1c84;
    text-decoration: none; }
  body.reader #header h1, body.reader #header h1 a, body.reader #header .pagination a:hover {
    color: #fb8417;
    text-decoration: none; }

#navigation {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  background: #f6f6f6;
  font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  overflow: hidden; }
  #navigation ul li {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 140px;
    overflow: visible; }
    #navigation ul li a {
      display: block;
      text-decoration: none;
      text-align: center;
      margin: 0 -10px;
      padding: 5px 10px 0;
      color: white;
      font-size: 120%;
      font-family: "Museo700", Helvetica, "Helvetica Neue", Arial, serif;
      font-weight: normal;
      font-style: normal;
      border-bottom: 5px solid #b3b3b3;
      line-height: 40px; }
      #navigation ul li a:hover {
        background: white;
        font-family: Lobster, "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 140%; }
    #navigation ul li.main a {
      background: #b3b3b3;
      border-color: #b3b3b3; }
      #navigation ul li.main a:hover {
        color: #b3b3b3;
        background: #e9e9e9; }
    #navigation ul li.blog a {
      background: #94b919;
      border-color: #94b919; }
      #navigation ul li.blog a:hover {
        color: #94b919;
        background: #eaf7c1; }
    #navigation ul li.twitter a {
      background: #34ccff;
      border-color: #34ccff; }
      #navigation ul li.twitter a:hover {
        color: #34ccff;
        background: #e6f9ff; }
    #navigation ul li.delicious a {
      background: #2d6abe;
      border-color: #2d6abe; }
      #navigation ul li.delicious a:hover {
        color: #2d6abe;
        background: #dae6f6; }
    #navigation ul li.flickr a {
      background: #fc1c84;
      border-color: #fc1c84; }
      #navigation ul li.flickr a:hover {
        color: #fc1c84;
        background: #ffe5f1; }
    #navigation ul li.reader a {
      background: #fb8417;
      border-color: #fb8417; }
      #navigation ul li.reader a:hover {
        color: #fb8417;
        background: #feeee0; }

#header {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f6f6f6;
  margin-bottom: 10px;
  font-family: Lobster, "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #header .pagination {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 140px;
    overflow: visible; }
    #header .pagination a, #header .pagination span.page {
      display: block;
      font-size: 120%;
      text-decoration: none;
      color: black;
      font-family: "Museo300", Helvetica, "Helvetica Neue", Arial, serif;
      font-weight: normal;
      font-style: normal;
      margin-left: -10px;
      margin-right: -10px; }
    #header .pagination a:hover {
      font-family: Lobster, "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 140%; }
    #header .pagination span.page {
      color: #e1e1e1; }
  #header .previous a, #header .previous span.page {
    border-right: 1px dashed #d4d4d4; }
  #header h1 {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 620px; }
    #header h1 span.site {
      color: black; }
    #header h1 a:hover {
      border-bottom: 3px solid; }
  #header .next a, #header .next span.page {
    border-left: 1px dashed #d4d4d4; }

#pagination {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  background: #f6f6f6;
  text-align: center;
  font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 80%; }
  #pagination a {
    color: black;
    text-decoration: none; }
  #pagination .previous {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 140px; }
    #pagination .previous a, #pagination .previous span.page {
      display: block;
      margin-top: 5px;
      padding-top: 5px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-right: 1px dashed #d4d4d4; }
    #pagination .previous span.page {
      color: #d4d4d4; }
  #pagination .middle {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 620px; }
  #pagination .next {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 140px; }
    #pagination .next a {
      display: block;
      margin-top: 5px;
      padding-top: 5px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-left: 1px dashed #d4d4d4; }

#main .top {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  min-height: 20px;
  margin-top: 10px;
  background: #f6f6f6; }
#main .item .banner {
  font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  #main .item .banner .title {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 5px; }
    #main .item .banner .title h2 {
      margin: 0 10px;
      overflow: hidden;
      float: left;
      display: inline;
      width: 940px;
      font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
      #main .item .banner .title h2 a {
        font-family: "Museo500", Helvetica, "Helvetica Neue", Arial, serif;
        font-weight: normal;
        font-style: normal;
        text-decoration: none; }
  #main .item .banner .metadata {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 80%;
    font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 10px; }
    #main .item .banner .metadata .meta {
      margin: 0 10px;
      overflow: hidden;
      float: left;
      display: inline;
      width: 300px; }
      #main .item .banner .metadata .meta span.date {
        color: black; }
      #main .item .banner .metadata .meta a {
        color: black; }
        #main .item .banner .metadata .meta a:visited {
          color: black; }
    #main .item .banner .metadata .tags {
      margin: 0 10px;
      overflow: hidden;
      float: left;
      display: inline;
      width: 620px;
      text-align: right; }
      #main .item .banner .metadata .tags strong {
        font-family: "Museo700", Helvetica, "Helvetica Neue", Arial, serif;
        font-weight: normal;
        font-style: normal; }
      #main .item .banner .metadata .tags span.tag {
        color: black; }
#main .item .body {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  min-height: 20px;
  background: #f6f6f6; }
  #main .item .body .content {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 940px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: "Museo300", Helvetica, "Helvetica Neue", Arial, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 110%; }
    #main .item .body .content p, #main .item .body .content pre {
      margin-bottom: 10px; }
      #main .item .body .content p:last-child, #main .item .body .content pre:last-child {
        margin-bottom: 0; }
    #main .item .body .content pre {
      padding: 5px 10px;
      border-left: 10px solid #eeeeee;
      font-family: "AnonymousPro", monospace;
      font-weight: normal;
      font-style: normal;
      background: #f6f6f6;
      overflow: auto; }
    #main .item .body .content code {
      font-family: "AnonymousPro", monospace;
      font-weight: normal;
      font-style: normal;
      font-size: 100%; }
    #main .item .body .content b, #main .item .body .content i, #main .item .body .content em, #main .item .body .content strong {
      font-family: "Museo500", Helvetica, "Helvetica Neue", Arial, serif;
      font-weight: normal;
      font-style: normal; }
#main .item.post .banner {
  background: #94b919; }
  #main .item.post .banner .title, #main .item.post .banner .metadata {
    background: #c9dc8c;
    -moz-box-shadow: 0 0 5px #708c13;
    -webkit-box-shadow: 0 0 5px #708c13;
    box-shadow: 0 0 5px #708c13; }
#main .item.post .meta, #main .item.post .tags {
  color: #94b919; }
#main .item.post .body pre {
  border-color: #e3f4aa;
  background: #f2fad7; }
#main .item.post .body code {
  background: #f2fad7; }
#main .item.tweet .banner {
  background: #34ccff; }
  #main .item.tweet .banner .title, #main .item.tweet .banner .metadata {
    background: #99e5ff;
    -moz-box-shadow: 0 0 5px #01bfff;
    -webkit-box-shadow: 0 0 5px #01bfff;
    box-shadow: 0 0 5px #01bfff; }
    #main .item.tweet .banner .title h2 a, #main .item.tweet .banner .metadata h2 a {
      color: #1f7a99; }
#main .item.tweet .meta, #main .item.tweet .tags {
  color: #34ccff; }
#main .item.bookmark .banner {
  background: #2d6abe; }
  #main .item.bookmark .banner .title, #main .item.bookmark .banner .metadata {
    background: #96b4de;
    -moz-box-shadow: 0 0 5px #235395;
    -webkit-box-shadow: 0 0 5px #235395;
    box-shadow: 0 0 5px #235395; }
#main .item.bookmark .meta, #main .item.bookmark .tags {
  color: #2d6abe; }
#main .item.photo .banner {
  background: #fc1c84; }
  #main .item.photo .banner .title, #main .item.photo .banner .metadata {
    background: #fd8dc1;
    -moz-box-shadow: 0 0 5px #e2036b;
    -webkit-box-shadow: 0 0 5px #e2036b;
    box-shadow: 0 0 5px #e2036b; }
#main .item.photo .meta, #main .item.photo .tags {
  color: #fc1c84; }
#main .item.photo .body img {
  float: left;
  margin-right: 10px; }
#main .item.share .banner {
  background: #fb8417; }
  #main .item.share .banner .title, #main .item.share .banner .metadata {
    background: #fdc18b;
    -moz-box-shadow: 0 0 5px #db6b04;
    -webkit-box-shadow: 0 0 5px #db6b04;
    box-shadow: 0 0 5px #db6b04; }
#main .item.share .meta {
  color: #fb8417; }
#main .item.share .body .comment {
  margin: 10px;
  padding: 10px;
  background: #fdc18b; }
#main .item:last-child > .clipper > .body {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px; }

#footer {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-shadow: 0 0 5px #d4d4d4;
  -webkit-box-shadow: 0 0 5px #d4d4d4;
  box-shadow: 0 0 5px #d4d4d4;
  background: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "MuseoSans500", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 80%; }
  #footer .content {
    margin: 0 10px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 940px; }

