body {
    background: #110022;
    font-family: 'Nunito', sans-serif;
    color: #ddd;
    font-weight: 400;
    font-size: 12pt;
}

h1 {
    font-size: 24pt;
    font-weight: 700;
    clear: both;
    padding-top: 0;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

h2 {
    font-size: 20pt;
    font-weight: 600;
    clear: both;
    padding-top: 25px;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

h3 {
    font-size: 16pt;
    font-weight: 600;
    clear: both;
    padding-top: 25px;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    text-align: right;
    margin-bottom: 6px;
}

header {
    height: 40px;
    max-width: 950px;
    margin-top: 20px;
    margin-right: 30px;
    font-weight: 800;
    text-align: right;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
}

nav ul li:not(:last-child):after { content: " | " }

footer {
    max-width: 900px;
    margin-top: 75px;
    border-top: solid #999 1px;
    padding-top: 10px;
    margin-left: 50px;
    margin-right: 30px;
    clear: both;
    font-size: 10pt;
    font-weight: 400;
    color: #888;
    text-align: left;
}

img[usemap], map area {
    outline: none;
}


a:link {color: #eee; font-weight: 700; text-decoration: none;}
a:visited {color: #eee; font-weight: 700; text-decoration: none;}
a:hover {color: #eee; font-weight: 700; text-decoration: underline;}
a:active {color: #eee; font-weight: 700; text-decoration: underline;}

header a:link {color: #eee; font-weight: 800; text-decoration: none;}
header a:visited {color: #eee; font-weight: 800; text-decoration: none;}
header a:hover {color: #eee; font-weight: 800; text-decoration: underline;}
header a:active {color: #eee; font-weight: 800; text-decoration: underline;}

#logo {
    position: absolute;
    top: -30px;
    left: 50px;
    font-weight: 900;
    font-size: 36px;
    background: -webkit-linear-gradient(#e4e, #660);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#logo a:link {color: #e4e; font-weight: 900; text-decoration: none;}
#logo a:visited {color: #e4e; font-weight: 900; text-decoration: none;}
#logo a:hover {color: #e4e; font-weight: 900; text-decoration: none;}
#logo a:active {color: #e4e; font-weight: 800; text-decoration: none;}

#page_content {
    margin-left: 50px;
    margin-right: 30px;
    max-width: 900px;
}

#info_content {
    margin-left: 50px;
    margin-right: 30px;
    max-width: 900px;
}

#endnav {
    text-align: center;
}

.endnav-bullets {
    font-size: 90%;
}

#age_page img {
    max-width: 500px;
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    margin: auto;
}

#error_page p {
    width: 350px;
    position: absolute;
    top: 300px; left:50px; right:0; bottom:0;
    margin: auto;
    color: #ffffff;
    font-size: 20pt;
    font-weight: 800;
}

#error_page img {
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    margin: auto;
}

#issue_image {
    float: left;
    width: 400px;
    margin-bottom: 25px;
}

#issue_desc {
    margin-top: 5px;
    text-align: left;
}

#issue_nav {
    margin-top: 5px;
    text-align: center;
}

#issue_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#issue_nav ul li {
    display: inline;
}

#extra_downloads {
    margin-top: 5px;
}

#title-sort {
    margin-left: 6px;
}

#title-sort input[type="radio"] {
    margin-left: 12px;
}

#character_info {
    font-size: 9pt;
    width: 350px;
    float: right;
    border: #ddd 1px dotted;
    padding: 10px;
    margin: 10px;
    margin-right: 0;
    margin-bottom: 30px;
}

#character_info p {
    margin: 0;
}

#calendar {
    width: 90%;
    margin-left: 15px;
    clear: both;
    border-collapse: collapse;
}

#calendar td {
    font-size: 10pt;
    width: 14%;
    vertical-align: top;
    text-align: left;
    height: 100px;
    border: #888 1px solid;
    padding: 5px;
}

#calendar th {
    font-size: 12pt;
    font-weight: 800;
    width: 14%;
}

#calendar .cal-date {
    font-size: 150%;
    font-weight: 700;
    color: #bbb;
}

#calendar .cal-date-today {
    font-size: 150%;
    font-weight: 700;
    color: #bb252a;
}

#calendar .cal-date-outside {
    font-size: 150%;
    font-weight: 500;
    color: #444;
}

.creators {
    font-style: italic;
    font-weight: 500;
    font-size: 90%;
}

.characters {
    text-align: right;
    font-style: italic;
    font-weight: 500;
    font-size: 90%;
}

.download {
    margin: 20px auto;
    display: inline-block;
    padding: 5px;
    font-size: 120%;
    border: solid #ddd 1px;
    text-align: center;
}

.download_disabled {
    color: #696969;
    margin: 20px auto;
    display: inline-block;
    padding: 5px;
    font-size: 120%;
    border: solid #696969 1px;
    text-align: center;
}

#issue_image ul li:not(:last-child):after { content: " • " }

#page_container {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
}

.all_pages_page {
    padding-bottom: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    border-bottom: 1px #555 solid;
}

#page_container img {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    position: relative;
}

#page_counter {
    text-align: right;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #aaa;
    font-weight: 200;
    font-size: 10pt;
}

.big-title-list {
    font-size: 12pt;
    float: left;
    width: 275px;
    height: 325px;
    margin-right: 10px;
    margin-bottom: 20px;
}


.small-title-list {
    font-size: 9pt;
    float: left;
    width: 140px;
    height: 225px;
    margin-right: 10px;
}

.issue-date {
    font-size: 90%;
    color: #ccc;
}

.page_nav {
    font-size: 12pt;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;

}

.page_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page_nav ul li {
    display: inline;
}

.page_nav ul li:not(:last-child):after { content: " • " }

.favorite-yes {
    color: #eddd21;
}

.favorite-no {
    color: #888;
}

.login-register-form-container,
.join-form-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 60px;
    width: 350px;
}

.login-register-form,
.join-form {
    width: 300px;
}

.login-register-form input[type=text],
.login-register-form input[type=email],
.login-register-form input[type=password] {
    font-size: 15pt;
    font-weight: 200;
    width: 300px;
    margin-bottom: 15px;
}

.login-register-form .nope {
    border: #ff0432 3px solid;
}

p .nope {
    color: #ff0432;
}

.button {
    font-size: 13pt;
    font-weight: 600;
    padding: 6px;
    font-family: 'Nunito', sans-serif;
    min-width: 100px;
    margin-left: 30px;
    background: transparent;
    color: #fff;
}

.login-register-button,
.join-button {
    margin-left: 205px;
    border: 3px solid rgb(255, 199, 242);
}

.hot-button {
    border: 3px solid #f22;
}

.cool-button {
    border: 3px solid #22f;
}

.offer-description {
    margin-left: 25px;
}

.offer-description p {
    font-weight: lighter;
    font-style: italic;
}

#add-to-cart {
    font-size: 14pt;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-25%, -50%);
    width: 500px;
    height: 200px;
    text-align: right;
    background-color: rgba(3, 16, 56, 0.9);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 5px 10px 8px rgba(42, 64, 138, 0.3);
    padding: 20px;
    z-index: 100;
    display: none;
}

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: black;
    opacity: 0.6;
}

#byline {
    margin-left: 100px;
    font-style: italic;
    font-weight: 300;
}

.word_count {
    text-align: right;
    font-weight: 200;
    font-style: italic;
    font-size: 80%;
    padding-bottom: 5px;
}

#art_credit p {
    text-align: right;
    font-style: italic;
    font-weight: 300;
    padding-top: 0;
    margin-top: 0;
}

#text p {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 4pt;
    text-indent: 1em;
}

#text p:first-of-type {
    text-indent: 0;
}
