/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------- typography ------------------------- */
body {
    font-family:'Oxygen Mono', sans-serif;
    font-size:13px;
    line-height:1.5em;
}

table {
    margin-bottom: 20px;
}

pre {
    line-height:1.3em;
    font-family:'Oxygen Mono', sans-serif !important;
    font-size:11px;
}

a {
    color:blue;
}

em {
    font-style:italic;
    color:rgb(255,128,128);
}
strong em {
    color:inherit;
}

body strong {
    font-weight:400;
    color:olive;
}


#about,
h1,h2,h3,h4,h5 {
    font-family: 'PT Serif Caption', serif;
    font-size:28px;
    font-weight:400;
    margin-bottom:20px;
}

h3 {
    font-size:18px;
    color: black;
    margin-bottom: 5px;
}

#about {
    font-size:12px;
}

::-moz-selection {
    background:yellow;
    color:black;
}

::selection {
    background:yellow;
    color:black;
}

/* --------------------------- structure  ------------------------- */
body {
   background-color:white;
}

img,
ul,
ol,
p,
pre {
    margin-bottom:20px;
}

pre {
    background-color:whitesmoke;
    padding:10px;
    overflow:hidden;
    width:750px;
}

code {
    background-color:rgb(255, 254, 221);
}

body ul,
body ol {
    list-style:disc;
    margin-left:30px;
}
body ol {
   list-style:square;
}

#post_links {
    margin-bottom:100px;
}

#about {
    width:200px;
    position:absolute;   
    top:20px; 
    right:20px;
}

#logo {
    position:absolute;
    right:55px;
    top:100px;
}

#content {
    background-color:#fffcbb;
    background-color:white;
    width:750px; 
    padding:20px;
}

#page img {
    width:100%;
}

td, th {
    text-align: left;
    font-size: 11px;
    padding: 4px 20px 4px 4px;
    border-bottom: 1px solid whitesmoke ;
}
th { 
    color: red;
}