body
{
    background: #13131f url('/images/main/main-background.jpg') repeat-y center top;
    color: #efefe7;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #ffdede;
    text-decoration: none;
}

.hide-normal
{
    display: none;
}

/* Content */
#title-top
{
    width: 1058px;
    margin: 50px auto 0px auto;
    margin-left: -17px;
}

#content
{
    width: 1024px;
    margin: 0px auto;
    border-left: 4px solid white;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    margin-left: -4px;
}

#content-body
{
    position: relative;
    background:
        url('/images/main/content-background-middle.gif') no-repeat center top,
        url('/images/main/content-background-bottom.jpg') repeat-y center top;
    min-height: 600px;
    padding: 20px 40px 0px 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
}

.page-titles
{
    width: 100%;
    text-align: center;
}


/* Menus */
.button-list-container
{
    display: table;
    width: 100%;
}

.button-list-item
{
    float: left;
    width: 33.3333%;
    height: 260px;
    text-align: center;
    display: table-cell;
}

.button-list-item-caption
{
    width: 175px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    margin-top: 5px;
}


/* Story styling */
.story-author
{
    display: block;
    margin-bottom: 20px;
    color: #ffd700;
    font-style: italic;
}

.story-title
{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #cccccc;
}

.story-body
{
    display: block;
}

.story-divider
{
    margin: 30px auto;
    width: 50%;
    height: 2px;
    border-top: 2px dashed white;
    border-bottom: 2px dashed white;
}

.author-divider
{
    margin: 30px auto;
    width: 100%;
    height: 2px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}


/* ZC */
.zc-image
{
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.zc-image img
{
    width: 100%;
}

.zc-bullet
{
    width: 25%;
    float: left;
    margin-bottom: 20px;
}


/* Contact */
.contact-input
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px double #F0F0F0;
    padding: 10px;
    background-color: #13131f;
    color: #F2F2F2;
    box-sizing: border-box;
    vertical-align: baseline;;
}

.contact-submit
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px double #f2f2f2;
    padding: 10px 50px;
    background-color: #fefefe;
    color: #13131f;
    box-sizing: border-box;
    vertical-align: baseline;;
}