* 
{
    margin: 0;
    padding: 0;
}

body 
{
    background-color: #edf1f3;
    color: #222;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    text-align: center;
}

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

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

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

a img 
{ 
    border-width: 0; 
}

blockquote 
{
  border-left: 1px solid #666;
  line-height: 18px;
  font-size: 11pt;
  font-style: italic;
  margin: 20px;
  padding-left: 10px;
}

.post img.bordered
{
    border: 0.4em solid #383838;
}

.post p.caption
{
    font-size: x-small; 
    font-weight: bold;
}

.post code 
{
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 11pt;
    color: #994422;
}

.post pre
{
    margin: 0;
    padding: 1em;
    overflow: hidden;  
    border: 1px solid #CCC;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 10pt;
    font-weight: normal;
    background: #edf1f3;
    margin-bottom: 1.2em;    
}

.post pre p, .post pre span, .post pre div
{
    font-size: 10pt;
}

#disqus_thread
{
    padding: 1em;
    border-bottom: 1px solid #CCC;
}

h1, h2, h3, #footer 
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
}

h1 
{
  font-size: 20px;
  line-height: 24px;
}

h2 
{
  font-size: 18px;
  line-height: 21.6px;
}

li 
{ 
    margin-bottom: 4px; 
}

p, ul, ol 
{ 
    margin-bottom: 18px; 
}

ul, ol 
{
  margin-left: 2em;
}

ul 
{
    list-style-type: square; 
}

header, footer, nav, article 
{ 
    display: block; 
}

.not-first
{
    margin-top: 24px;
}

.post 
{
  border-bottom: 1px solid #CCC;
}

.post p 
{
  font-size: 13pt;
}

.post .posttime 
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
    font-size: 11pt;
    color: #666;
}

.post .permalink
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
    font-size: 11pt;
    color: #666;
    text-align: right;    
}

.post .permalink a, .post .permalink a:visited, .post .permalink a:link
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
    font-size: 11pt;
    color: #666;
    text-decoration: none;    
}

.post .permalink a:hover
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
    font-size: 11pt;
    color: #666;
    text-decoration: underline;    
}

.post .metadata
{
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;       
    font-size: 11pt;
    color: #666;
}

#footer 
{
  margin-top: 24px;
  font-weight: bolder;
  font-size: 17px;
  line-height: 20.4px;
}

ol.commentlist
{
    list-style: none;
}

ol.commentlist li.first
{
    padding-top: 12px;
}

.comment-form
{
    margin-top: 24px;
}

.commentmetadata
{
    font-size: 10pt;
    color: #666;
}

cite
{
    font-style: normal;
}


#intro 
{
  color: #666;
  margin-top: 16px;
  margin-bottom: 32px;
  clear: both;
}

#intro.blank
{
  margin-bottom: 0px;
}

#subtitle, #title 
{ 
    color: #333; 
}

#wrapper 
{
  width: 32em;
  text-align: left;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

hr
{
    color: #666;
}

.post h3
{
    margin-bottom: 12px;
}
