/*.no-js .top-bar {
    display: none;
}
*/

p, h1, h2, h3, h4, td, li {
    font-family: ybreplayregular;
}

@font-face {
    font-family: 'ybreplayregular';
    src: url("../fonts/BPreplay.otf") format("opentype");
    src: url('../fonts/ybreplay-webfont.woff2') format('woff2'),
    url('../fonts/ybreplay-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ybreplaybold';
    src: url("../fonts/BPreplayBold.otf") format("opentype");
    src: url('../fonts/ybreplaybold-webfont.woff2') format('woff2'),
    url('../fonts/ybreplaybold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#bannercontainer {
    position: relative;
}

#mytitlebar {
    background-color: white;
    color: black;
    font-family: ybreplayregular, sans-serif;
    width:100%;
}

#mysubbar {
    background-color: white;
    color: darkgray;
    font-family: ybreplayregular, sans-serif;
    width:100%;
}

#mysubbarlist {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

#smallsubmenu {
    margin-bottom: 5px;
}

#ybtitle {
    position: absolute;
    top: 30px;
    right: 70px;
    color: yellow;
    font-family: ybreplaybold, sans-serif;
    font-size: 6em;
}

#ybsubtitle {
    text-align: center;
    padding-top: 1em;
}

.ybsubheads {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.menu > li > a {
    text-align: center;
}

#animframe{
    border: none;
}

#ybbanner {
    padding-bottom: 10px;
}

.centredtext {
    text-align: center;
}

.dt-published {
    font-weight: bold; }

.blogauthor {
    font-style: italic;
    font-weight: bold; }

.forumpost {
    background-color: #FFE3C1;
    padding: 0.5rem;
    margin: 0.3125rem;
    border-radius: 0.625rem;
    border: solid 1px #EC6F06; }
.forumpost p {
    margin-bottom: 0.5rem; }

.forumouter {
    padding: 0.625rem; }

.forumtopic {
    border: solid 1px #4DA10F;
    border-radius: 0.625rem;
    padding: 0.5rem;
    margin: 0.3125rem;
    list-style-type: none; }

.postlisttitle {
    padding: 0.625rem 0.625rem 0 1.125rem; }
.postlisttitle h2 {
    margin-bottom: 0; }

.postauthor {
    font-style: italic; }

.postedit {
    margin-bottom: 0; }
.postedit a {
    border-radius: 0.3125rem;
    margin-bottom: 0; }

.topicheading {
    font-weight: bold; }

.sidetopiclist .forumtopic {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0.3125rem;
    list-style-type: disc; }
.sidetopiclist .forumouter {
    background-color: #fefefe; }

#hostbutton {
    margin-top: 40px;
}

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#smalltitle {
    font-weight: bolder;
}

footer {
    background-color: #531DFF;
    color: #FFFF00;
    padding-top: 1rem;
    margin-top: 1rem;
}

.privlink {
    text-align: right;
}

.privlink a,.footernav a {
    color: #fceb00;
}

.privlink a:hover,.footernav a:hover {
    color: #FFFEEA
}

.sitemaphead {
    margin-bottom: 0;
}

.footernav {
    list-style-type: none;
}

@media only screen and (max-width : 1023px) {
    #ybtitle {
        font-size: 4em;
    }

    #smalltitle {
        text-align: center;
    }

    #smalllogo {
        margin: 5px auto;
        display: block;
    }
}

@media only screen and (max-width : 700px) {
    #ybtitle {
        position: absolute;
        top: 30px;
        right: 70px;
        font-size: 4em;
    }
}