AsideFacebook@charset "utf-8";
/**
 * ==================================================
 *  style.css
 * ==================================================
 */

/** //////////////////////////////////////////////////
 * init
////////////////////////////////////////////////// */
  header, footer, section, nav, aside { display: block; }
  
  html, body, header, footer, section, nav, aside,
  div, p, ul, ol, li,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd, pre, blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    
    font-size: 100%;
    line-height: 100%;

    font-weight: inherit;
    font-style: inherit;
  }

/** //////////////////////////////////////////////////
 * body
////////////////////////////////////////////////// */
  body {
    background: #dfdfdf url(../imgs/bg.jpg) no-repeat center top;
    color: #333333;
    
    font-size: 14px;
    line-height: 1.0;
    font-family: 'm-1c-1', 'm-1c-2', 'Heivetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;

    -webkit-font-smoothing: antialiased;
  }
  
  a {
    color: #468197;
    text-decoration: none;
    -webkit-transition: text-shadow, color 150ms linear;
    outline: none;
  }
  a:hover {
    color: #00a8e7;
    text-decoration: none;
    text-shadow: 0px 0px 5px #ffffff;
  }

  img, object, embed {
    vertical-align: top;
  }

  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }

  hr {
    display: none;
  }
  ul, ol {
    list-style: none;
  }

  pre {
    font-size: 12px;
    line-height: 1.8;
    overflow: visible;
    font-family: "mplus-1m-1", "mplus-1m-2", mono, sans-serif;
  }
  
  blockquote {
    font-style: italic;
    border: 1px dotted #468197;
    border-radius: 5px;
  }
  
  div.syntaxhighlighter {
    font-size: 12px !important;
  }

/** //////////////////////////////////////////////////
 * Layout
////////////////////////////////////////////////// */
  #Content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #Articles {
    float: left;
    width: 620px;
  }
  
  #Aside {
    float: right;
    width: 250px;
  }
  
  #Footer {
    clear: both;
    position: relative;
    
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    
    color: #666666;
    font-size: 12px;
    text-shadow: 0px 1px 0px #efefef;
  }

/** //////////////////////////////////////////////////
 * wrapper
////////////////////////////////////////////////// */
  @media screen and (-webkit-min-device-pixel-ratio:0) { /* Desktop */
      body {overflow: hidden;}
      #wrapper {position: absolute; top: 0; left: 0; bottom: 0; right: 5px; overflow: auto;}
  }

  @media only screen and (max-device-width:480px) { /* iPhone */
      body {overflow: auto;}
      #wrapper {position: relative; top: auto; right: auto; bottom: auto; left: auto; overflow: auto;}
  }

  @media only screen and (max-device-width:1024px) { /* iPad */
      body {overflow: auto;}
      #wrapper {position: relative; top: auto; right: auto; bottom: auto; left: auto; overflow: auto;}
  }
  #wrapper::-webkit-scrollbar { width: 8px; height: 8px; }
  #wrapper::-webkit-scrollbar-button:start:decrement { display: block; width: 5px; height: 5px; background-color: transparent; }
  #wrapper::-webkit-scrollbar-button:end:increment { display: block; width: 5px; height: 5px; background-color: transparent; }
  #wrapper::-webkit-scrollbar-track:enabled { background-color: transparent; }
  #wrapper::-webkit-scrollbar-track-piece { background-color: transparent; border: none; margin: 0px; }
  #wrapper::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(255,255,255,0.8); -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  #wrapper::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(255,255,255,0.8); -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }


/** //////////////////////////////////////////////////
 * Header
////////////////////////////////////////////////// */
  #Header {
    z-index: 2;
  }

/** //////////////////////////////////////////////////
 * Content
////////////////////////////////////////////////// */
  #ContentHeader{
    position: relative;
    padding-top: 50px;
    height: 55px;
    z-index: 2;
  }
  #ContentHeader h2 {
    display: inline;
    font-size: 24px;
    text-shadow: 0px 1px 0px #efefef;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #ContentHeader a {
    color: #666666;
  }
  #ContentHeader h2 a:hover {
    color: #00a8e7;
    text-shadow: 0px 0px 5px #ffffff;
  }
  #ContentHeader .subscribe {
    display: inline;
    margin-left: 10px;
    padding-left: 25px;
    background: transparent url(../imgs/feed.gif) no-repeat left center;
  }
  #ContentHeader .subscribe a {
    visibility: hidden;
  }
  #ContentHeader .subscribe:hover a {
    visibility: visible;
  }
  
  #ContentHeader #GlobalNav {
    display: none;
    position: absolute;
    left: 5px;
    top: 70px;
    padding-top: 15px;
    border-bottom: 1px solid #bcbcbc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  #ContentHeader #GlobalNav h3 {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 27px;
    height: 15px;
    background: transparent url(../imgs/divvy-up.gif) no-repeat left top;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
  }
  #ContentHeader #GlobalNav ul {
    margin-top: -5px;
    padding: 10px;

    border: 5px solid #dddddd;
    
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;

    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;

    background: #ffffff;
  }
  #ContentHeader #GlobalNav li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 15px;
  }
  #ContentHeader #GlobalNav a:hover {
    color: #00a8e7;
    text-shadow: 0px 0px 5px #ffffff;
  }
  
  #ContentHeader #BlogNav {
    position: absolute;
    right: 0;
    top: 0;
  }
  #ContentHeader #BlogNav ul {
    padding: 10px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    /*background: #fff14e;*/
    background: #ffffaa;
  }
  #ContentHeader #BlogNav li {
    display: inline;
    margin: 0 10px;
    letter-spacing: 0.1em;
  }
  #ContentHeader #BlogNav a {
    color: #996633;
  }
  #ContentHeader #BlogNav a:hover {
    color: #441100;
    text-shadow: none;
  }

/** //////////////////////////////////////////////////
 * Articles
////////////////////////////////////////////////// */
  #Articles {
    padding-top: 28px;
  }
  #Articles article {
    margin-bottom: 80px;
  }
  #Articles article header {
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #efefef;
    background: #e3e3e3;
    padding: 10px;
    font-size: 10px;
    text-shadow: 0px 1px 0px #efefef;
  }
  #Articles article header a {
    color: #666666;
  }
  #Articles article header a:hover {
    color: #00a8e7;
  }
  #Articles article header h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #Articles article header h2 a {
    color: #333333;
  }
  #Articles article header .meta p {
    display: inline;
  }
  #Articles article header .meta .tweet {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 160px;
    height: 20px;
  }
  #Articles article .YouTube {
    margin-bottom: 20px;
    padding: 10px;
    background: #c8c8c8;
  }
  #Articles article .more {
    margin-top: 20px;
  }
  #Articles article .comment {
    margin-top: 20px;
  }
  
  #Articles .body p,
  #Articles .body ol,
  #Articles .body li,
  #Articles .body h1,
  #Articles .body h2,
  #Articles .body h3,
  #Articles .body h4,
  #Articles .body h5,
  #Articles .body h6 {
    margin: 1.5em 10px;
    line-height: 2.0;
    color: #222;
    font-family: Georgia, serif;
  }
  #Articles .body pre {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #efefef;
    background: #e3e3e3;
    padding: 10px;
    margin: 1.5em 0;
    line-height: 1.7;
  }
  #Articles .body ul {
    list-style-type: disc !important;
    padding-left: 1.5em;
  }
  #Articles .body ol {
    list-style-type: decimal;
    padding-left: 1.5em;
  }
  #Articles .body li {
    margin: 0.5em 10px;
  }
  #Articles .body h1 {
    margin-top: 2em;
    font-size: 150%;
    font-weight: normal;
  }
  #Articles .body h2 {
    margin-top: 2em;
    font-size: 140%;
    font-weight: normal;
  }
  #Articles .body h3 {
    margin-top: 2em;
    font-size: 130%;
    font-weight: normal;
  }
  #Articles .body h4 {
    margin-top: 2em;
    font-size: 120%;
    font-weight: normal;
  }
  #Articles .body h5 {
    margin-top: 2em;
    font-size: 110%;
    font-weight: normal;
  }
  #Articles .body h6 {
    margin-top: 2em;
    font-size: 100%;
    font-weight: normal;
  }

/** //////////////////////////////////////////////////
 * Aside
////////////////////////////////////////////////// */
  #Aside a {
    /*color: #666666;*/
  }
  #Aside a:hover {
    color: #00a8e7;
  }
  #Aside section {
    margin-bottom: 40px;
  }
  #Aside header {
    margin-left: 5px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #Aside .content {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #efefef;
    background: #e3e3e3;
    padding: 15px 20px;
    line-height: 1.7;
  }

  /** AsideProfile */
  #AsideProfile a {
    color: #468197;
  }
  #AsideProfile .content {
    font-size: 12px;
  }
  #AsideProfile .content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #AsideProfile dt,
  #AsideProfile dd {
    display: inline;
    line-height: 1.5;
  }
  #AsideProfile .thumb {
    float: left;
    margin-right: 10px;
  }
  #AsideProfile .description {
    clear: both;
    padding-top: 10px;
  }
  
  /** AsideFacebook */
  #AsideFacebook .content {
    padding: 10px;
  }
  
  /** AsideTwitter */
  #AsideTwitter .content {
    padding: 5px 5px;
  }
  #AsideTwitter .content a {
    color: #468197;
  }
  #twtr-widget-1 .twtr-tweet-text a {
    color: #468197 !important;
  }
  #twtr-widget-1 .twtr-tweet-text a:hover {
    color: #00a8e7 !important;
    text-decoration: none;
    text-shadow: 0px 0px 5px #ffffff;
  }

  /** AsideTags */
  #AsideTags .content {
    font-size: 12px;
  }
  
  #AsideTags .content li {
    display: inline;
    margin-right: 0.5em;
    line-height: 1.7;
  }

  /** AsideArchives */
  #AsideArchives .content {
    font-size: 10px;
    font-family: Arial, Helvetica;
  }
  #AsideArchives h3,
  #AsideArchives ul,
  #AsideArchives li li {
    display: inline;
    line-height: 25px;
  }
  #AsideArchives h3 {
    margin-right: 5px;
  }
  
  /** AsideLatestArticles */
  #AsideLatestArticles {
    
  }
  #AsideLatestArticles li {
    padding: 10px 0 12px;
    background: transparent url(../imgs/archive-latest-entries-bord.gif) repeat-x left bottom;
    font-size: 12px;
    line-height: 18px;
    text-indent: -15px;
  }
  #AsideLatestArticles li.last {
    background: none;
    padding: 10px 0 0;
  }
  #AsideLatestArticles li.first {
    padding: 0 0 10px;
  }
  #AsideLatestArticles li a {
    padding-left: 15px;
  }
  #AsideLatestArticles li a:visited {
    background-image: url(../imgs/blt-visited.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
  }

/** //////////////////////////////////////////////////
 * Footer
////////////////////////////////////////////////// */
  #Footer .copyright {
    float: left;
    padding-right: 20px;
  }
  #FooterNav {
    position: absolute;
    right: 0px;
    top: 50px;
  }
  #FooterNav ul {
    display: inline;
  }
  #FooterNav li {
    display: inline;
    margin-left: 20px;
  }
  
  .typekit-badge {
    display: none !important;
  }

