@font-face {
    font-family: 'Goudy Old Stylex';
    font-style: normal;
    src: url('../resources/fonts/SortsMillGoudy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Goudy Old Stylex';
    font-style: italic;
    src: url('../resources/fonts/SortsMillGoudy-Italic.ttf') format('truetype');
}

body {
    margin: 0px;
    font-family: 'Goudy Old Stylex', Garamond, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a img {
    border: none;
}

a {
    color: saddlebrown;
    text-decoration: none;
}

.submit {
    padding: 0 2px;
    margin: 2px;
    font-size: 11px;
}

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

ol {
    margin: 0px 0 0 0;
    padding: 0;
}

ol li {
    margin: 0 0 10px 10px;
}

ul a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
}

h1 {
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 40px;
    border-bottom: 0px solid #aaaaaa;
    text-transform: uppercase;
    line-height: 1.2;

}

h1 a {
    color: #000000;
}

h2 {
    margin: 15px 0 0 0;
    font-weight: normal;
    padding: 0 0 0 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;

}

h3 {
    margin: 15px 0 3px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: expanded;

}

.left, .alignleft{
    float:left;
    margin-right:10px;
    margin-bottom:5px;
    max-width:100%;

}

.right, .alignright {
    float:right;
    margin: 0 0 10px 10px;
    max-width:100%;

}

.centre, .aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
}

img.flatcover {

    box-shadow: 5px 5px 5px #666666;
}

header {
    padding: 0;
    background-color: #666666;
}

#fc header {
    background-color: inherit;

}

#fc h2 {
    text-transform: none;
}

#titleheader {
    margin: 0px auto;
    max-width: 1200px;
}

#logo {
    padding: 10px 0 25px 0;
    float: left;
}

#logo img {
    max-width: 400px;
}

#xfc_minicart {

    float: right;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    margin: 62px 12px 0 0;
    color: #eeeeee;
}

#xfc_minicart p {
    padding: 0px;
    margin: 0px;
}

#xfc_minicart a {

    color: #eeeeee;
}

nav {
    padding: 0;
    background-color: #666666;

}

#navigation {
    padding: 60px 0 7px 0;
    text-align: center;
    margin: 0px auto;
    max-width: 1200px;
}

#navigation ul {
    margin: 0 auto 10px auto;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-stretch: expanded;

}

#navigation li {
    display: inline;
    font-style: normal;
    margin: 0 10px 0 10px;
    color: #eeeeee;

}

#navigation li a {
    color: #eeeeee;
    text-decoration: none;
}

#navigation li a:hover {
    color: #aaaaaa;
    text-decoration: none;
}

body#editing a#editing,
body#book a#book,
body#author a#author,
body#about a#about,
body#contact a#contact,
body#news a#news,
body#submissions a#submissions {
    color: #eeeeee;
    font-size: 22px;
    font-weight: bold;
}

#main-col-a {

    float: left;
    width: 30%;
    padding: 10px;

}

#main-col-a img {

    width: 100%;
}

#main-col-b {

    float: right;
    width: 62%;
    padding: 10px;
}

#sidebox {
    border: 1px solid #cccccc;
    margin-top: 10px;
}

#sidebox h2 {
    margin: 0px 0 5px 0;
    padding: 4px;
    font-size: 20px;
    font-family: "Goudy Old Style", Garamond, Georgia, Times, "Times New Roman", sans-serif;
    color: #000000;
    text-align: center;
    background: #eeeeee;
    font-weight: normal;
    border-bottom: #cccccc 1px solid;

}

#sidebox ul {
    list-style-type: none;
    padding: 0 5px 5px 5px;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
}

#sidebox p, #sidebox form {
    list-style-type: none;
    padding: 0 5px 5px 5px;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

body#book a#book-top,
body#editing a#editing-top,
body#subscribe a#subscribe-top,
body#authors a#authors-top,
body#authors-home a#authors-top,
body#anthologies a#anthologies-top,
body#anthologies-home a#anthologies-top,
body#contact a#contact-top,
body#about a#about-top,
body#submissions a#submissions-top,
body#submissions-home a#submissions-top,
body#newsletter a#newsletter-top,
body#news a#news-top {
    color: #eeeeee;
    font-weight: bold;
    font-size: larger;

}

#infobox {
    float: right;
    width: 230px;
    margin-top: 10px;
    padding: 10px;
    border: 1px #aaa dotted
}

#infobox ul {
    margin-top: 20px;
}

#infobox a {
    text-decoration: none;
}

#infobox a:hover {
    text-decoration: underline
}

.list-info {
    font-size: 10px;
    font-style: italic;
    color: #666666;
    text-decoration: none;
}

main {
    background-color: #fefefe;
    margin: 0px;
    padding: 100px 0;
    font-size: 18px;
    line-height: 1.6;
}

#maincontainer {
    max-width: 1200px;
    margin: 0 auto;
}

#maincontainerfull {
    max-width: 750px;
    margin: 0 auto;
}


.caption {
    color: #666;
    text-align: right;
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
}

main h2 {
    padding-bottom: 5px;

}

h2 a {
    color: #000;
    text-decoration: none;
}

main ul {
    padding: 10px 10px 10px 20px;
    list-style-type: disc;
}

main ol {
    padding: 10px 10px 10px 20px;
}

main li {
    margin-bottom: 5px;
}

main p.details {

    font-size: smaller;
    line-height: normal;

}

form p {
    margin: 15px 0 3px 0;
    padding: 0;
}

form h2 {
    margin-top: 40px;
}

.formhint {
    font-size: smaller;
    color: #333;
    font-style: normal;
}

#pagenav {
    list-style: none;
}

section {
    clear: both;
    padding: 40px 0;
}

.sectioncontainer {
    max-width: 1200px;
    margin: 20px auto;
}

section h2 {
    text-align: center;
    padding: 0;
    margin: 0 auto 40px auto;
}

section.books {
    background-color: #dddddd;
}

section.news {
    background-color: #dddddd;
}

section.submissions {
    background-color: #dddddd;
}

section.subbox {
    background-color: #bbbbbb;
    padding: 5px 0;
}



#ecomsidebar {
    float: right;
    width: 250px;
}

#ecomsidebar p {
    padding-right: 10px;
}

#ecomsidebar ul, #ecomsidebar ol {
    padding-right: 10px;
    list-style-type: none;
}

#ecombox {
    border: 1px solid #cccccc;
    margin-top: 10px;
    border-radius: 5px;

}

#ecombox h2 {
    margin: 0px 0 5px 0;
    padding: 4px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #eeeeee;
    font-weight: normal;

}

#ecombox ul {
    list-style-type: none;
    padding: 0 5px 0 5px;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

#ecombox li {
    padding: 0 0 5px 0;
    margin: 0;
}

#ecombox p, #ecombox form {
    list-style-type: none;
    padding: 0 5px 5px 5px;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

#section-col-a, #section-col-b, #section-col-c {
    margin: 0;
    padding: 10px;
    width: 32%;
    box-sizing: border-box;
}

#section-col-a h2, #section-col-b h2, #section-col-c h2 {
    margin-top: 15px;
    text-transform: none;

}

#section-col-a ul, #section-col-b ul, #section-col-c ul {
    margin-bottom: 20px;
}

#section-col-a li, #section-col-b li, #section-col-c li {
    line-height: 150%;
}

#section-col-a {
    float: left;

}

#section-col-b {
    margin: 0 auto;
}

#section-col-c {
    float: right;

}

.news_container{
    display: flex;
    flex-wrap: wrap;
    column-gap:5%;
    row-gap:50px;
    max-width: 1200px;
    margin: 20px auto;
}

.news_tile h2 {
    margin-top: 15px;
    text-transform: none;

}

.news_tile ul {
    margin-bottom: 20px;
}

.news_tile li {
    line-height: 150%;
}

.news_tile  {
    flex: 0 1 30%;
    box-sizing: border-box;
}
.news_tile img{
    max-width:100%;
}





#foot-col-a, #foot-col-b {
    margin: 0;
    padding: 20px;
    width: 48%;
    box-sizing: border-box;
}

#foot-col-a h2, #foot-col-b h2 {
    margin-top: 0;

}

#foot-col-a ul, #foot-col-b ul {
    margin-bottom: 20px;
}

#foot-col-a li, #foot-col-b li {
    line-height: 150%;
}

#foot-col-a {
    float: left;

}

#foot-col-b {
    float: right;

}

footer {
    clear: both;
    margin: 0;
    background-color: #666666;
    color: #eeeeee;
}

footer a {

    color: #eeeeee;
}

#footercontainer {
    max-width: 1200px;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

#mc_embed_signup ::placeholder {
    font-style: italic;
}

#mc_embed_signup input[type=submit] {
    margin: 0px 0px 0px 10px;
    color: inherit;
    border: #000000 1px solid;
    padding: 3px;
    background-color: transparent;
}

#mc_embed_signup input[type=email] {
    margin: 0px;
    color: inherit;
    border: #000000 1px solid;
    padding: 3px;
    background-color: white;
}