
#home {
    background: #040404;
    color: silver;
    font-size: 32px;
    line-height: 1.0;
}

#home #screen {
}
#navbar-iframe { display: none !important; }

body
{
    background: #f4f3db;
    color: #222222;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
}

#blogInfo
{
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 8px;
    font-size: 12px;
    color: #7f7f7f;
}

#blogInfo > *,
#Header1 > *
{
    margin-bottom: 8px;
}

#blogInfo ul {
    list-style-type: none;
    padding-left: 0;
}

#blogInfo li {
    display: block;
    list-style-position: outside;
}

#blogContent
{
    width: 55%;
    font-size: 26px;
    line-height: 1.4em;
    margin: 1em auto;
}

#blogContent code
{
    font-size: 20px;
    background: white;
    padding: 2px;
    color: #007f00;
}

pre.prettyprint,
#blogContent code
{
    border: 1px solid #afdfaf !important;
}


#blogContent > *
{
    margin-bottom: 16px;
}

.infoTitle
{
    margin-top: 32px;
}

.title
{
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

.title a, .title a:hover, .title a:visited
.blogTitle a, .blogTitle a:hover, .blogTitle a:visited
{
    color: inherit;
    text-decoration: inherit;
}

#blogInfo a, #blogInfo a:hover, #blogInfo a:visited
{
    color: #5f5faf;
    text-decoration: inherit;
}

#blogInfo a:hover
{
    text-decoration: underline;
}

pre
{
    padding: 8px !important;
    font-size: 13px;
    background: #efefef;
}

pre, pre *
{
    line-height: normal;
    1.0 !important;
}

.footer
{
    width: 50%;
    border-top: 1px solid #9f9f9f;
    font-size: 16px;
    line-height: 1.2;
}

.blogPost
{
    margin-bottom: 52px;
    min-height: 100px;
}
/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

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