body
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #ad0101;
}

a:hover, a:visited, a:link, a:active
{
    color: #882626;
    text-decoration: none;
    border-bottom: 1px dotted #9c0200;
}

a:hover
{
    border-bottom-style: solid;
}

p
{
    line-height: 21px;
}

h1
{
    margin: 0;
    padding: 0;
    display: block;
    height: 120px;
    background: url(/static/images/header.png) transparent repeat-x;
}

h1 a
{
    text-indent: -9999px;
    background: url(/static/images/logo.png) transparent no-repeat;
    display: block;
    height: 36px;
    width: 305px;
    position: absolute;
    top: 20px;
    left: 20px;
}

a img
{
    border: none;
}

#tagline
{
    position: absolute;
    top: 45px;
    left: 20px;
    color: #fff;
}

#jump
{
    position: absolute;
    top: 54px;
    right: 10px;
}

#jump a
{
    color: #fff;
}

#navbar 
{
    list-style: none;
    padding: 0;
    margin: 10px;
    position: absolute;
    top: 0;
    right: 20px;
}

#navbar li
{
    float: left;
    margin-right: 10px;
}

#navbar li a
{
    color: #fff;
    padding: 3px;
}

#navbar li a:hover
{
    background-color: #ad3c3c;
}

#content
{
    padding: 10px;
    background-color: #fff;
}

h2
{
    color: #9c0200;
    border-bottom: 1px solid #9c0200;
}

h3
{
    padding: 3px 0;
}

h3 a
{
    border-width: 0 !important;
}

h3 .updated
{
    color: #666;
    font-weight: normal;
}

/* [x] for deleting stuff in lists */
li form
{
    /*float: left;*/
    /*display: inline;*/
    margin: 0;
    padding: 0;
}

li input
{
    margin: 0 !important;
    padding: 0 !important;
    /*float: left;
    display: inline;*/
    background-color: transparent;
    border: none !important;
    width: auto !important;
}

/* tag weights */

#tags
{
    padding: 10px;
    margin: 0 0 0 20px;
    background-color: #f3f3f3;
    float: right;
    width: 300px;
}

#tags a
{
    border: none;
}

#tags a:hover
{
    text-decoration: underline;
}

.weight_0 {font-size: 12px;}
.weight_1 {font-size: 14px;}
.weight_2 {font-size: 16px;}
.weight_3 {font-size: 18px;}
.weight_4 {font-size: 20px;}
.weight_5 {font-size: 22px;}

#footer
{
    text-align: center;
    padding: 40px 20px 20px 20px;
    color: #fff;
    background: url(/static/images/footer.png) transparent repeat-x
}

#footer a
{   
    color: #fff;
    border: none;
    text-decoration: none;
}

/* form shit */

form label
{
    float: left; 
    width: 120px;
}

form input.textbox, form textarea
{
    border: 1px solid #882626;
    margin-bottom: 3px;
    padding: 3px;
    width: 400px;
}

form textarea
{
    height: 200px;
}


form input.submit
{
    border: auto;
}
