/*
Theme Name: Gorilla
Theme URI: http://nesgorilla.rugarandi.com
Description: Böp
Version: 1.2
Author: Johannes Burström
Author URI: http://johannes.ljud.org
Tags: nsf, nes, gorilla, ape
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
    font-family: "Envy Code R", "Bitstream Vera Sans Mono", "Dejavu Sans Mono", "Andale Mono", "Terminus", "Courier";
    background-color:#bcbcbc;
    background-image:url("background.png");
    background-repeat:no-repeat;
    padding:100px 0 0 440px;
    font-size:80%;
    color:#000;
}

#header h1 {
    display:none;
}

#wrapper {
    width:480px;
    overflow:visible;
}

.post {
    width:800px;
}


a,
a:visited,
a:active
{
    color:#000;
}

h2 a {
    text-decoration:none;
}

ul {
    margin-left:0;
    padding-left:1em;
}

