/* main content */
#main #name {
    position: absolute;
    left: 256px;
    top: 16px;
}

/* featured post */
.featured-post {
    width: 464px;
    height: 20px;
    margin-bottom: 8px;
    background-image: url("/images/buttons/btn_normal.gif");
}

.featured-post:hover {
    background-image: url("/images/buttons/btn_hover.gif");
}

/* what we're watching */
#airing-static {
    position: absolute;
    left: 16px;
    top: 416px;
}
#airing h2 {
    display: inline;
}
#airing p {
    display: inline;
    position: absolute;
    font-family: monospace;
    font-style: italic;
    z-index: 2;
    font-size: 12px;
}
#airing-1-name {
    margin-top: 12px;
    left: 240px;
}
#airing-1-ep {
    font-size: 8px;
    margin-top: 315px;
    left: 310px;
}
#airing-1-thumbnail {
    position: absolute;
    left: 222px;
    top: 548px;
}
#airing-2-name {
    margin-top: 614px;
    left: 280px;
}
#airing-2-ep {
    font-size: 8px;
    margin-top: 633px;
    left: 318px;
}
#airing-2-thumbnail {
    position: absolute;
    left: 222px;
    top: 896px;
}

/* clock */
#clock-hr-10 {
    position: absolute;
    left: 34px;
    top: 1023px;
}
#clock-hr-1 {
    position: absolute;
    left: 72px;
    top: 1023px;
}
#clock-dots {
    position: absolute;
    left: 104px;
    top: 1030px;
}
#clock-min-10 {
    position: absolute;
    left: 130px;
    top: 1023px;
}
#clock-min-1 {
    position: absolute;
    left: 168px;
    top: 1023px;
}

/* news */
#news .middle {
   height: 386px;
   word-wrap: break-word;
   overflow-y: scroll;
   overflow-x: hidden;
}

#news ul {
    padding-left: 24px;
}

#news li {
    color: rgb(244, 247, 204);
    font-style: italic;
    font-size: 12px;
}

#news p {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 16px;
    color: rgb(221, 217, 234);
    font-style: normal;
}

/* posts */
#alt-right #posts {
    height: 386px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#posts a {
    display: block;
}

/* misc things */
.icon-link {
    position: relative;
    top: -8px;
    margin-left: 8px;
    margin-right: 8px;
}
