/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{background:#FFFcolor:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* micro-clearfix */
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; }

html {
    overflow-y: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;

  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #cccccc, #FFFFFF);
  background-image:    -moz-linear-gradient(top, #cccccc, #FFFFFF);
  background-image:      -o-linear-gradient(top, #cccccc, #FFFFFF);
  background-image:         linear-gradient(to bottom, #cccccc, #FFFFFF);

}

body {
    color: #1A1A1A;
    font-family: verdana;
}

#container {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 35em;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 3em 4em 4em 4em;
}

#container.post {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
    margin: 5em auto;
}

#container.home h1,
#container.notfound h1 {
    font-size: 40px;
}

#container.home p,
#container.notfound p {
    font-size: 22px;
    line-height: 40px;
    text-align: justify; text-justify: newspaper;
}

#container.home #share,
#container.notfound  #share,
#container.archive  #share {
    display: none;
}


#nav {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0;
}

#nav li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.posts {
    margin: 20px 0;
    font-weight: bold;
    color: #666;
}

.posts li {
    margin-top: 15px;
}

.posts a {
    text-decoration: none;
    color: #1A1A1A;
}

.posts a:hover {
    text-decoration: underline;
}

#share {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#share * {
    text-decoration: none;
    vertical-align: bottom;
}

#share a,
#share a:hover {
    text-decoration: none;
}

.hn-share-iframe {
    height: 20px !important;
    overflow: hidden;
    width: 75px !important;
}

.reddit_button {
    font-size: 9px !important;
}

.reddit_button img {
    height: 15px !important;
    vertical-align: bottom !important;
}

h1 {
    font-size: 40px;
    margin: 0px;
}


h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

strong {
    font-weight: bold
}


p {
    margin: 1em 0;
    clear: both;
}

a {
    color: #1A1A1A;
}

a:hover {
    color: #666;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-style: italic;
  float: right;
}

blockquote p {
    margin: 0;
}

p code,
li code {
    display: inline-block;
    font-family: monospace;
    vertical-align: bottom;
    overflow-x: auto;
    padding: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}

ul {
    margin-bottom: 15px;
}

li {
    margin-left: 15px;
    margin-bottom: 5px;
    list-style: disc inside;
}

.codeblock {
    margin: 15px 0;
    overflow-x: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}

.highlighttable {
    padding: 5px;
    font-family: monospace;
}

.highlighttable pre {
    max-width: 550px;
}

.highlighttable .code {
    padding: 7px;
    width: 100%;
}

.highlighttable .code a:hover {
    color: inherit;
}

.highlighttable .linenos {
    padding: 7px;
    border-right: 1px solid #999;
}

.highlighttable .linenos a {
    color: #666;
    text-decoration: none;
}

.highlighttable .linenos a:hover {
    color: #333;
    font-weight: bold;
}

