/* Cursor Styles */body, html, textarea {
    cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
}
a {
    cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}
a:hover {
    cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}

body {
    margin: 0;
    padding: 0;
    background: #070246 url('https://pwnedby1400.neocities.org/images/profile-2011/background.jpg') no-repeat center top;
    background-size: 100% 100%;
    font-family: Verdana, sans-serif;
}

a {
    color: #52b1ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Header Styles */
#Header {
    width: 900px;
    margin: 0 auto;
}

.header-image {
    width: 100%;
    height: auto;
    display: block;
}
.Navigation {
    width: 900px;
    height: 30px;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/blue-nav.png') repeat-x;
    line-height: 30px;
    margin: 0 auto;
}

.Navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.Navigation li {
    display: inline-block;
}

.Navigation a {
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
    display: inline-block;
}

.Navigation a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#MainBackground {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 1000px;
    background: url('https://pwnedby1400.neocities.org/images/profile-2011/content-background.png');
    z-index: -1;
}

#RepositionBody {
    width: 840px; 
    margin: 20px auto;
    position: relative;
}

.CenterColumn {
    width: 100%;
    padding: 0;
}

.tableBorder {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    background: #454a4d;
    border: 1px solid #000;
}

.forumHeaderBackgroundAlternate {
    background-color: #35393b;
    color: #e8e6e3;
    padding: 5px;
}

.forumRow, .forumAlternate {
    background-color: #454a4d;
    border-top: 1px solid #000;
    padding: 5px;
}

.forumAlternate {
    background-color: #3a3f42;
}

.forumRowHighlight {
    background-color: #35393b;
    padding: 5px;
    color: #e8e6e3;
}

.normalTextSmallBold {
    font-size: 12px;
    font-weight: bold;
    color: #e8e6e3;
    font-family: Verdana, sans-serif;
}

.normalTextSmall {
    font-size: 12px;
    color: #e8e6e3;
    font-family: Verdana, sans-serif;
}

.normalTextSmaller {
    font-size: 11px;
    color: #e8e6e3;
    font-family: Verdana, sans-serif;
}

.linkSmallBold {
    font-size: 12px;
    font-weight: bold;
    color: #52b1ff;
    text-decoration: none;
    font-family: Verdana, sans-serif;
}

.linkSmallBold:hover {
    text-decoration: underline;
}

.tableHeaderText {
    background-color: #35393b;
    color: #e8e6e3;
    padding: 5px;
    font-size: 13px;
    text-align: left;
}

.thread-nav {
    float: right;
}