@font-face {
    font-family: 'DovesType-Regular';
    src: url('fonts/DovesType-Regular.eot');
    src: url('fonts/DovesType-Regular.eot') format('embedded-opentype'),
         url('fonts/DovesType-Regular.woff2') format('woff2'),
         url('fonts/DovesType-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;

    margin-left: 250px;
    max-width: 600px;

    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-feature-settings: "lnum" 1;
    font-kerning: normal;

    font-family: "DovesType-Regular", Georgia, serif;
    font-size: 16pt;
}

a:link {color: #000; text-decoration: none; border-bottom: solid 1px #c9c9c9; }
a:visited {color: #000; text-decoration: none; border-bottom: solid 1px #c9c9c9; }
a:hover {color: #000; text-decoration: none; border-bottom: solid 1px #000; }
a:active {color: #000; text-decoration: none; border-bottom: solid 1px #000; }

h1 {
    font-weight: bold;
    font-size: 30pt;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

h2 {
    font-weight: normal;
    font-size: 19pt;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

p {
    line-height: 20.5pt;
    padding-bottom: 0px;
    margin-bottom: 14px;
    padding-top: 0px;
    margin-top: 0px;
}

footer {
    margin-top: 48px;
    border-top: solid 1px #c9c9c9;
    padding-top: 12px;
    font-size: 12pt;
    margin-bottom: 18px;
}

.bullet {
    font-size: 125%;
    text-align: center;
    color: #a09999;
}

input[type="text"] {
    padding: 2px;
    border: none;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    transition: border 0.3s;
    font-family: "DovesType-Regular", Georgia, serif;
    font-size: 16pt;
}

textarea {
    margin-top: 4px;
    vertical-align: top;
    padding: 5px;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    font-family: "DovesType-Regular", Georgia, serif;
    font-size: 16pt;
}

blockquote {
    background: #eee;
    padding: 5px;
}

label {
    font-size: 13pt;
}

button {
    background: #222;
    color: #eee;
    margin-top: 4px;
    vertical-align: top;
    text-align: center;
    padding: 9px;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    font-family: "DovesType-Regular", Georgia, serif;
    font-size: 16pt;
}

#story-logo {
    position: absolute;
    top: 730px;
    left: 175px;
}

#logo {
    position: absolute;
    top: 95px;
    left: 20px;
}

#pw_adbox_79634_4_0 {
    position: absolute;
    top: 550px;
    left: 45px;
}

#data_policy {
    margin-top: 12px;
    border-top: solid 1px #c9c9c9;
    padding-top: 12px;
    margin-bottom: 12px;
}

#fiction_submission {
    padding-top: 36px;
    border-top: solid 1px #c9c9c9;
    margin-top: 12px;
}

#cover_letter {
    width: 650px;
    height: 250px;
}

#submissions_list {
    width: 600px;
    font-size: 12pt;
    border: solid 1px #c9c9c9;
    padding: 5px;
    border-collapse: collapse;
}

#submissions_list td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
    padding-right: 10px;
    border-top: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
}

.form_item {
    margin-bottom: 20px;
}

.form_error {
    color: #f33;
}

.align-right {
    clear: both;
    float: right;
}

#story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 667px;
}

#story-title {
    margin-bottom: 3px;
}

#byline {
    margin-left: 50px;
    font-size: 125%;
}

#editors-note {
    margin-left: 50px;
    margin-right: 30px;
    color: #999;
}

#image-credit {
    margin-top: 670px;
    color: #999;
    text-align: right;
    margin-right: -150px;
    font-size: 85%;
    margin-bottom: 0;
}

#copyright {
    color: #999;
    text-align: right;
    font-size: 85%;
}

.story-block {
    width: 500px;
    height: 333px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.byline {
    margin-left: 53px;
}

.dateline {
    margin-left: 53px;
    color: #333;
    font-size: 85%;
}

.extract {
    margin-left: 50px;
    border-color: #c9c9c9;
    border-style: dotted;
    border-width: 2px;
    padding: 3px;
    padding-bottom: 0;
    margin-bottom: 12px;
    color: #333;
    font-size: 95%;
}

.jump {
    text-align: right;
}

.updates {
    color: #999;
    text-align: right;
    font-size: 90%;
    margin-right: 75px;
}

#story p:first-of-type:first-child:first-letter {
    float: left;
    color: #a09999;
    font-size: 80px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.hanging-quote {
    text-indent: -0.45em;
}