@font-face {
    font-family: 'rainyhearts';
    src: url('/fonts/rainyhearts.woff2') format('woff2'),
         url('/fonts/rainyhearts.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'msgothic';
    src: url('/fonts/MS-Gothic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}



body {
    background-color: #1f1122;
    background-image: url("/siren/tiledmaulo.png");
    background-size: 20%;
    background-repeat: repeat;
    image-rendering:pixelated;
}

p {
        font-family: 'msgothic';
        font-size: 16px;
        color: #fff;
}
a {
        text-decoration: underline 1.5px dotted #f00;
        color: #6c4165;
}
a:hover {
    color: #f00;
    text-decoration: underline 1.5px dotted #7f0000;
    font-weight: bold;
}
a:visited {
    color: #1a101a;
}

.header {
    width: 700px;
    height: 200px;
    margin: auto;
    margin-top: 50px;
    background-color: #000;
    margin-bottom: 0px;
    border: 1px solid #473449;
    border-radius: 25px 25px 0px 0px;
    background-image: url(/siren/repeatbg.gif);
    background-repeat: repeat;
    animation: bgScroll 30s linear infinite;
                box-sizing: border-box;
    
    box-shadow: 0px 20px 20px #0b0310;

                overflow:hidden;

}

@keyframes bgScroll {
  0% {
    background-position : 0px 0px
  }
  100% {
    background-position : -808px 808px
  }
}

.main {
    width: 700px;
    height: 600px;
    margin: auto;
    margin-top: 0px;
    background-color: #000;
    margin-bottom: 30px;
    border: 1px solid #473449;
    box-shadow: 0px 20px 20px #0b0310;
    padding: 5px;
                box-sizing: border-box;

    background-image: url("/siren/decor/bgshadow.png");
    background-repeat:no-repeat;
    background-position-x:100%;
    background-position-y:95%;

}
.pickyourpoison {
    background-color: transparent;
    width: 650px;
    height: 25px;
                box-sizing: border-box;
    padding-left: 10px;

}
.pickyourpoison a {
        font-family: 'tewi';
        font-size: 10px;
        text-decoration: underline 1.5px dotted #9268a6;
        color: #9d7baf;
}
.pickyourpoison a:hover {
    color: #c896df;
    text-decoration: underline 1.5px dotted #fff;
    font-weight: bold;
}
.pickyourpoison a:visited {
    color: #9d7baf;
}
.footer {
    width: 500px;
    height: 50px;
    margin: auto;
                box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 0px #f00;
}

.headerdecal {
    margin-right: 0px;
    margin-bottom: 0px;
    height: 200px;
                box-sizing: border-box;
                float:right;
                overflow:hidden;
    z-index:1;

}
.headerdecaltext {
 margin-right: 0px;
    margin-bottom: 0px;
    height: 200px;
                box-sizing: border-box;
                float:right;
                overflow:hidden;
                z-index:2;

}
.content {
    margin: auto;
    display: block;
    margin-top: 10px;
    width: 650px;
    height: 500px;
    border: none;
    overflow-y: scroll;
}