/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */
pre{
  width: 90%;
}
pre .str, code .str { color: #65B042; } /* string  - green */
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
pre .com, code .com { color: #34cf1d; font-style: italic; } /* comment - gray */
pre .typ, code .typ { color: #faff93; } /* type - light blue */
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
pre .pun, code .pun { color: #fff; } /* punctuation - white */
pre .pln, code .pln { color: #fff; } /* plaintext - white */
pre .tag, code .tag { color: #faff93; } /* html/xml tag    - light blue */
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
pre .atv, code .atv { color: #fff411; } /* html/xml attribute value - green */
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */

pre.prettyprint, code.prettyprint {
        background-color: #21221c;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        -khtml-border-radius: 8px;
        border-radius: 8px;
        margin-left: 0;
}



/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre .str, code .str { color: #060; }
  pre .kwd, code .kwd { color: #006; font-weight: bold; }
  pre .com, code .com { color: #600; font-style: italic; }
  pre .typ, code .typ { color: #404; font-weight: bold; }
  pre .lit, code .lit { color: #044; }
  pre .pun, code .pun { color: #440; }
  pre .pln, code .pln { color: #000; }
  pre .tag, code .tag { color: #006; font-weight: bold; }
  pre .atn, code .atn { color: #404; }
  pre .atv, code .atv { color: #060; }
}


#home_button {
    margin: 5px 0 0 5px;
  display: inline-block;
  position: relative;
  background-color: #f8f13f;
  color: yellow;
}

#face-pic {
    height: 100px;
    width: 100px;
    float: right;
  margin: 5px 0 10px 0;
  border: solid black 1px;
    }
#header {
  display: block;
   width: 100%;
    border: solid black 1px;
    background-color: grey;
    position: relative;
}
#blogsite-title {
  font-family: Verdana;
    font-size: 24px;
  position: absolute;
    margin-left: 35%;
    padding: 2px;
    color:#3153f8;
    border: 3px blue solid;
}

#content {
  margin-right: 25px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
a:link {
  text-decoration: none;
  color: black;
}

.link-readmore a:link{
text-decoration: none;
color: #f95010;
}

.link-readmore a:hover{
color: #66CDAA;
}



.blog-post {
    width: 100%;
    display: inline-block;
    /*padding: 20px 50px 20px 20px;*/
    border-top: 1px solid black;
}

.blog-title {
    font-size: 18px;
    text-align: left;
}

.post-pic {
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom:5px;
    margin-top: 10px;
}



.footer {
  clear: left;
  height: 100px;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
  /*padding: 5px 5px 5px 5px;*/
  border-top: 1px solid black;
}

.footer-icon {
    margin: 10px auto 0 auto;
    height: 50px;

}

body {
  font-family: Verdana;
  font-size: 14;
}
/*
pre{
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  margin-bottom: 10px;
  overflow: auto;
  width: auto;
  padding: 5px;
  background-color: #eee;
  width: 650px!ie7;
  padding-bottom: 20px!ie7;
  max-height: 600px;
}*/