/*   
Theme Name: Simple
Description: Simple Theme designed for my own site
Author: Alberto Velázquez
Author URI: http://www.yollotl.net/~beto/
Version: 42

Released under the Creative Commons Attribution 3.0 license
*/

/* Don't Repeat Yourself */
@import url(/~beto/style.css);

div#content
{
    float: left;

    /* The section should be 75% width:
    width + padding + margin + border */
    width: 70%;
    margin-right: 5%;
    padding: 0;
    border-width: 0;

    overflow: hidden;    
}

div#menu
{
    /* The section should be 25% width:
    width + padding + margin + border */
    width: 22%;
    margin: 0;
    margin-left: 1%;
    border-left-width: 1px; /* Assuming 1px < 1% */
    border-left-style: solid;
    border-left-color: #97000f;
    padding-left: 1%;

    overflow: hidden;
}

div#menu h2
{
    font-size: 1em;
}

div#menu ul
{
    margin: 0;
    
    padding: 0;
    
    list-style-type: none;
}

div#menu ul li
{
    display: block;
    
    padding-bottom: 0.5em;
}

div#whitespace
{
    clear: both;
}

p.postinfo
{
    font-weight: bold;
}

div.post
{
    margin-bottom: 5em;
}

div#bottom h2
{
    display: none
}
div#archive
{
    width: 33%;
    float: left;
}


div#categories
{
    width: 33%;
    float: left;
}

div#planets
{
    width: 33%;
    float: left;
}

