html {
    height: 100%;
}
body {
    background: #212A31;
    text-align: center;
    font-family: tahoma, trebuchet ms, arial, sans-serif;
    font-size: 75%;
    margin: 0 auto;
    background-image: url('../images/bodybg.jpg');
    height: 100%;
}

a {
    color: #333;
}

#wrapper {
    width: 50em;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding:  0 2em 0 2em;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    min-height: 100%;
}

#menu {
    overflow: hidden;
    position: absolute;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: 27em;
    width: 10em;
    background: #fff;
    
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
    #menu ul li a {
        color: #333;
        display: block;
        width: 10em;
        height: 3em;
        line-height: 3em;
        float: left;
        text-align: center;
        text-decoration: none;
        background-image: url('../images/border_shadow.jpg');
        background-repeat: repeat-y;
    }
    
    #menu ul li a:hover {
        font-weight: bold;
        color: #000;
    }

#logo {
    font-size: 5em;
    color: #212A31;
    font-family: trebuchet ms, tahoma, arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 100%;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    text-indent: -9000px;
}

p.antispam {
    width: 1px;
    height: 1px;
    overflow: hidden;
    float: right;
}

p.story {
    font-size: 2.5em;
    line-height: 1.5em;
    background: #eee;
    padding: 1em;
    margin: 1em 0 0 0;
}
    p.story em {
        display: block;
        text-align: right;
        font-size: 0.5em;
        color: #999;
    }
    
div.votes a {
    color: #333;
    text-decoration: none;
}

div.votes a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

div.comment {
    background: #ddd;
    padding: 0.5em;
    margin: 0.5em;
    border-bottom: 1px #333 solid;
}


.apple_pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 1em; }
  .apple_pagination a, .apple_pagination span {
    padding: .2em .3em; }
  .apple_pagination span.disabled {
    color: #AAA; }
  .apple_pagination span.current {
    font-weight: bold;
    background: transparent url(apple-circle.gif) no-repeat 50% 50%; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }