body {
    font-family:'Droid Sans','Helvetica','Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: .9em;
    color: #525252;
    background-color: #ccc;
}

.linked {
  cursor:pointer;
}

#guts {
    padding: 10px 20px 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1 {
    line-height: 110%;
    font-size: 35px;
    font-family: 'Droid Sans','Helvetica','Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    margin-bottom: 20px;
}

h1 a {
    color: #424037;
}

h1 a:visited {
    color: #424037;
}

h3, h4, h5 {
    margin: 1.5em 0 0.8em 0;
}

p {
    margin: 1em 0;
}

a {
    color: #00A;
    text-decoration: none;
}

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

a:visited {
    color: #A0A;
}

a img {
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

blockquote {
    margin: 10px 20px;
    font-style: italic;
}

.footnote {
    font-size: 75%;
    padding-left: 20px;
    padding-bottom: 20px;
}

/* Posts */
#post {
/* standard */
/* terminal */
    margin-bottom: 0;
    padding-bottom: 3em;
}

#post h1 {
    margin-bottom: 0;
}

.subtags {
    text-align: right;
}

#post .subtitle {
    color: #BBB;
    margin-top: 0;
    font-size: 13px;
}

#post .subtitle a {
    color: #777;
}

#post .center {
    text-align: center;
}

#post img.bordered {
    border: 1px solid #AAA;
}

#post .updated {
    background: #FFFEEB;
    border: 1px solid #AAA;
    border-width: 1px 0;
    padding: 10px;
    margin: 20px 10px;
}

#post .updated h5 {
    margin: 6px 0;
}

#post pre, #post code {
    font-family:'Bitstream Vera Sans Mono','Courier',monospace;
    font: 12px 'Bitstream Vera Sans Mono','Courier',monospace;
}

#post pre {
    border: 1px solid black;
    background-color: #333;
    color: white;
    padding: 0.4em;
    margin: 20px 10px;
    overflow-x: auto; /* css-3 */
    white-space: pre-wrap; /* Mozilla, since 1999 */
    white-space: -moz-pre-wrap; /* Opera 4-6 */
    white-space: -pre-wrap; /* Opera 7 */
    white-space: -o-pre-wrap; /* Internet Explorer 5.5+ */
    word-wrap: break-word;
}

#post pre code {
    border: none;
}

#post code {
    border: 1px solid black;
    background-color: #333;
    color: white;
    font-size: 95%;
    padding: 0 0.2em;
}

#post code.kb {
    border-width: 2px;
    border-color: #dedede #bbb #bbb #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #EEE;
}

#post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
}

#post pre.terminal code {
    background-color: #333;
}

#post #older_and_newer {
    margin-top: 30px;
}

#post #older_and_newer strong {
    width: 6em;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

/* standard */

#post pre {
    border: 1px solid black;
    background-color: #333;
    color: white;
}

#post ul,
#post ol {
    margin-left: 1.25em;
}

#post code {
    border: 1px solid black;
    background-color: #333;
    color: white;
    font-size: 95%;
    padding: 0 .2em;
}

#post pre code {
    border: none;
}

/* terminal */

#post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
}

#header {
    background-color: #fff;
    font-size: 1.25em;
    margin: 0;
    padding: 0px 60px 20px 0px;
    font-weight: bold;
    line-height: 1.0;
    height: 80px;
}

#site {
    min-width: 800px;
    padding: 0;
    margin: 0;
}
#headertight {
    padding: 5px;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 10px;
    background-color: #111111; 
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

#headernav {
   vertical-align: baseline;
   font-size: 70%;
   padding-left: 300px;    
   color: #ccc;
}
#headernav span {
  position:relative;
  top:5px;
}

.headernava {
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

#headernav a {
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

#headernav a:visited {
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

#headernav a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#headertight a {
  position: relative;
  top:  5px;
}

#header a {
    text-decoration: none;
    color: #ccc;
}

#header .main {
    font-size: 120%;
    color: #ccc;
}

#header .alt {
    font-size: 120%;
    color: #2C77C1;
}


.site .footer {
    font-size: 80%;
    color: #666;
    background: #eee;
    border-top: 4px solid #eee;
    margin-top: 0em;
    padding-left: 2em;
    padding-right: 2em;

    overflow: hidden;
}

#rest {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 200px;

    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #111111 none repeat scroll 0 0;
    color: #CCCCCC;

}

.site .footer .contact {
    float: left;
    margin-right: 3em;
}

.site .footer .contact a {
    color: #8085C1;
}

#footlinks {
    width: 100%;
    text-align: center;
    padding: 80px 0 20px 0;
}
#footlinks a {
    padding: 0 10px 0 10px;
    color: #0060C2;
    text-decoration: none;
}

#footlinks a:hover {
    color: #0060C2;
    text-decoration: underline;
}

#footlinks a:visited {
    color: #0060C2;
}

.site .footer .rss {
    margin-top: 1.1em;
    margin-right: -.2em;
    float: right;
}

.site .footer .rss img {
    border: 0;
}

#license {
    width: 100%;
    text-align: center;
}

div.year {
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

div.year:last-child {
    margin-bottom: 0;
}

div.year h2.year {
    color: #888;
    float: left;
    margin: 0.2em 0 0 -3em;
    font-size: 250%;
}

div.year h3.month, div.year h2.tag {
    margin-top: 0;
}

#post p {
    text-align: justify;
}

ul.posts {
    list-style-type: none;
    margin-bottom: 2em;
}

ul.posts li {
    line-height: 1.75em;
}

ul.posts li strong.date {
    color: #888;
    margin-right: 5px;
}

.tag ul.posts li strong.date {
    width: 6.5em;
    display: inline-block;
    text-align: right;
}

/*
div.year {
    margin-bottom: 60px;
}

div.year h2.year {
    color: #888;
    float: left;
    margin:  0.2em 0 0 -3em;
    font-size: 250%
}

div.year h3.month, div.year h2.tag {
   margin-top: 0
}

div.year:last-child {
    margin-bottom: 0px;
}



ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts li strong.date {
  color: #888;
  margin-right: 5px;
  
}

*/

#search {
    margin: 25px 0;
}

#search .text {
    width: 180px;
    font-size: 100%;
}

ol#tag-cloud {
    margin-bottom: 35px;
}

ol#tag-cloud li {
    display: inline;
    line-height: 150%;
}

ol#tag-cloud li a {
    padding: 2px;
}

ol#tag-cloud li.tier-1 {
    font-size: 75%;
}

ol#tag-cloud li.tier-2 {
    font-size: 90%;
}

ol#tag-cloud li.tier-3 {
    font-size: 105%;
}

ol#tag-cloud li.tier-4 {
    font-size: 120%;
}

ol#tag-cloud li.tier-5 {
    font-size: 135%;
}

ol#tag-cloud li.tier-6 {
    font-size: 150%;
}

#outerguts {
    background: #ffffff;
    margin: 0;
    margin-bottom: 0em;
}

#guts {

    font-size: 100%;
    text-align: left;
    line-height: 1.5em;
    min-width: 640px;
    max-width: 800px;
    margin: 0 auto 2em auto;
    margin-bottom: 0em;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    height: 100%;
}

#guts #sidebar {
    float: right;
    width: 260px;
    margin-right: 1em;
    margin-bottom: 45px;
}

#guts #sidebar #title {
    color: #DAA520;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

#guts #sidebar #title a {
    color: #DAA520;
}

#guts #sidebar #title a:hover {
    color: #000;
}

#guts #sidebar #github, #guts #sidebar #tweets {
    margin-top: 45px;
}

#guts #sidebar #github {
    text-align: center;
}

#guts #sidebar #tweets h2 {
    margin-bottom: -5px;
}

#guts #sidebar #tweets li {
    list-style-type: none;
    font-size: 12px;
    background: #eee;
    padding: 8px 10px;
    margin: 15px 0;
}

#guts #sidebar #tweets li:after {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #eee;
    border-bottom: 0;
    width: 0;
    height: 0;
    display: block;
    margin: 5px 0 -15px 0;
}

#guts #content {
    width: 550px;
    margin-left: 1em;
}

.footer {
  font-size: 60%;
}

#guts #footer a {
    color: #8085C1;
}




