body {
    background-image: linear-gradient(#118C8B,#0E2532);
    font-family: "LTC Jenson Regular, Georgia, Times, Serif";
    font-size: 16px;
    margin: 0px;
}

#mainC {
    width: 1260px;
    margin: 0px auto;
}

#topNavC {
    background-color: #000;
    width: 1100px;
    height: 85px;
    margin: 0px auto 0px;
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 21px;
}

#topNavC a {
    color: #AAD5D5;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

#topNavC a:hover {
    color: #F93717;
}

#mainLogoC {
    width: 468px;
    margin: 40px auto;
}

#mainOuterC {
    width: 1060px;
    margin: 0px auto;
    background-color: #000;
    padding: 80px 0px;
}

#mainOuterC.home {
    padding: 30px 0px;
}

#mainInnerC {
    width: 900px;
    margin: 0px 80px;
    background-color: #fff;
}

#mainFooterC {
    width: 1060px;
    margin: 40px auto 0px;
    background-color: #000;
    padding: 80px 0px 0px;
    color: #fff;
    font-size: 18px
}

#mainFooterTitleC {
    font-size: 24px;
    margin-bottom: 30px;
}

#mainFooterInnerC {
    margin: 0px 80px;
}

#mainFooterInnerC a {
    color: #fff;
}
#mainFooterInnerC a:hover {
    color: #f00;
}

#footerCol1 {
    width: 200px;
    float: left;
}
#footerCol2 {
    margin-left: 30px;
    margin-right: 100px;
    width: 415px;
    float: left;
}
#footerCol3 {
    width: 150px;
    float: left;
}
#footerCol3 div {
    margin: 18px;
}


#footerCopyrightC {
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
#footerCopyright {
    float: left;
}

#footerCredit {
    float: right;
}



/* Page: Homepage */
.panel_outerNav {
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
    background-color: #000;
    user-select: none;
}
.panel_nav {
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    overflow: auto;
    font-size: 16px;
    font-weight: normal;

}
.panel_nav div {
    display: inline-block;
    margin: 5px;
}

.disabledLink {
    color: #666 !important;
}

.panel_nav .navItem {
    cursor: pointer;
}

.panel_nav a {
    color: aqua;
    text-decoration: none;
}

.panel_nav a:hover {
    color: red;
}

#panelNavArrowPrevC {
    width: 88px;
    position:absolute;
    top: 1200px;
    left: 59px;
    z-index: 100;
}

#panelNavArrowNextC {
    width: 88px;
    position:absolute;
    top: 1200px;
    right: 15px;
    z-index: 100;
}

#panel_footnoteOuterC {
    width: 1060px;
    margin: 40px auto;
    background-color: #000;
    padding: 80px 0px;
}

#panel_footnoteInnerC {
    width: 900px;
    margin: 0px 80px;
    background-color: #fff;
}
#panel_footnoteInnerC a {
    color: #000;
    text-decoration: underline;
}
#panel_footnoteInnerC a:hover {
    color: #F00;
}

#panel_footnoteHeader {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 10px;
}

#panel_footnotePublishDate {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

#panel_footnoteBody {
    font-size: 18px;
    margin: 0px 150px;
    padding-bottom: 50px;
}






/* Page: Story So Far */

#storyC {
    padding: 40px 150px;
}

#storyC a:link{
    color: #000 !important;
}

#storyC a:hover {
    color: #F00 !important;
}
#storyC a:visited {
    color: #000 !important;
}


#story_header {
    text-align: center;
    font-size: 36px;
}

.story_chapterRow {
    margin-top: 50px;
}
.story_chapterHeader {
    font-size: 24px;
}
.story_chapterTitle {
    font-size: 30px;
}
.story_panelC {
    margin: 15px 0px 70px;
    overflow: auto;
}
.story_panelTitle {
    font-size: 24px;
    margin-bottom: 3px;
}
.story_panelsubTitle {
    font-size: 24px;
    font-style: italic;
}




/* Page: What the Hell? */
#wthC {
    width: 600px;
    padding: 30px 150px;
}

#wthC a {
    color: #000;
}


#wth_header {
    text-align: center;
    font-size: 36px;
}

#wth_subHeader {
    font-style: italic;
    text-align: center;
    font-size: 24px;
}

.wth_image {
    display: block;
    margin: 40px 0px;
}
