body
{
    background-color: #EDEDED;
    margin: 0;
    padding: 0;
    font-family: Georgia, Garamond, serif;
}

/* :-) */
h1, h2, h3, h4, h5, h6 { margin: 0 }

#header
{
    padding: 8px 20px;
    margin-bottom: 15px;
    border-bottom: 3px solid white;
    background-color: #229922;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 61px;
}

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

#header a:hover { color: #ccc; }

#header h1 { font-size: 45px; float: left; margin-right: 1em;}
#header h3 { font-size: 16px; margin-top: 30px; }

#blogroll
{
    position: absolute;
    top: 100px;
    left: 700px;
    width: 210px;
}

#blogroll ul
{
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

#posts
{
    padding-left: 20px;
    width: 650px;
    bottom: 50px;
}

#posts h2
{
    color: #323232;
    border-bottom: 1px solid #555555;
}

#posts .post, #blogroll
{
    padding: 10px 15px;
    border: 1px solid #9E9E9E;
    background-color: white;
    margin: 20px 0px;
    background-repeat: repeat-x;
    background-image: url(box-gradient.png);
}

#posts .post h3 { font-size: 110% }

#posts .post h3,
#posts .post h3 a,
#posts .post .author a,
#about a,
#blogroll a
{
     text-decoration: none;
}

a, #posts .post h3, #blogroll h2 { color: #186A18 }

#posts .post, #posts .post pre
{
    overflow: auto;
}

#posts .post .author
{
    color: #3D3D3D;
    font-size: 85%;
}

#posts .post .body
{
    margin: 15px 10px;
    text-align: justify;
}

#about
{
    clear: both;
    border-top: 3px solid white;
    padding: 8px 13px;
    background-color: #229922;
    color: white;
    left: 0;
    right: 0;
}

#about a
{
    color: white;
    font-weight: bold;
}

ul { list-style: square }

code pre
{
    background-color: #F9F9F9;
    padding: 7px 10px;
    border: 1px solid #DADADA;
}

blockquote
{
    background-color: #F9F9F9;
    padding: 6px 14px;
    border-left: 5px solid #DADADA;
}


.hackergotchi
{ 
  float: right;
  border: 0;
}
