/*
 * Copyright, 2010, Alberto Manuel Velázquez Canales
 * Licensed under the Creative Commons Attribution 3.0 license
 */

body
{
    font-size: 1em;
    font-family: sans-serif;
    
    color: #000000;
    background-color: #ffffff;
    
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

h1, h3, h5
{
    background-color: inherit;
    color: #97000f;
}

a
{
    color: #97000f;
    background-color: inherit;
    
    text-decoration: underline;
}

a:visited
{
    color: #909090;
    background-color: inherit;
}

a:hover
{
    color: #ffffff;
    background-color: #97000f;
}

img
{
    border-width: 0px;
}

pre, code, kbd, samp
{
    font-family: monospace;
}

pre
{
    white-space: pre;
    
    padding: 1em;
    
    overflow: auto;
}

blockquote, cite
{
    font-family: serif;
    font-style: italic;
}

table
{
    table-layout: fixed;
}

td
{
    border-width: 1px;
    border-style: solid;
    border-color: #97000f;
    
    padding: 0.5em;
}

/*
 * Sections
 */

div#footer
{
    clear: both;

    margin-bottom: 1%;

    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: thin;

    font-size: 0.7em;
    text-align: center;
}

div#footer h2
{
    display: none;
}

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

div#footer ul li
{
    display: inline;
}

div#footer ul li:before
{
    content: "| ";
}

div#footer ul li:after
{
    content: " |";
}

div#footer cite
{
    /* small serif font is small */
    font-family: sans-serif;
}

/*
 * Classes
 */

pre.shell
{
    background-color: #000000;
    color: #ffffff;
}

pre.coding
{
    background-color: #909090;
    color: #000000;
}

p.note
{
    padding: 5px;
    
    border-style: dashed;
    border-color: #97000f;
    border-width: 2px;
}

p.quote
{
    text-align: right;
}

p.image
{
    text-align: center;
}

