html, body {
    font-family:"Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    background: #000;
    color: #fff;
    margin: 0;
    font-size: 9pt;
}

a, a:hover, a:visited {
    color: red;
}

#container {
    text-align: center;
    width: 100%;
}

#content {
    width: 95%;
    margin: auto;
    text-align: left;
}

#poster, object, #small_stuff, #other, #login, #article_img, #footer, .small_avatar, .post_avatar{
    display: none;
}

#header {
    width: 100%;
    position: absolute;
    top: 0;
    height: 90px;
    background: url(/static/img/logo_mob.gif) center 10px no-repeat;
}
#header a {
    display: block;
    height: 0;
    padding-top:90px;
    overflow: hidden;
}

#main_menu {
}
#main_menu a {
    display: block;
    color: #fff;
    margin: 5px 5px 0 5px;
    font-weight: bold;
    background: red;
    text-align: left;
    padding: 3px 5px;
}

#big_stuff {
    padding-top: 80px;
}

ol, ul {
    margin: 0;
    padding: 0;

}

h1, h2, h3 {
    border-bottom: 2px dashed #ccc;
    padding: 10px 0;
    color: #fff;
    font-size: 1.2em;
}

h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited{
    color: red;
    text-decoration: none;
}

input, textarea {
    background: #ccc;
    border: 2px solid #fff;
    padding: 5px 0;
}

