/* ----------------------------layout placing------------------------------------ */
/*------------------------------------------------------------------------------- */

#center {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}

#menu {
    overflow: hidden;
    text-align: initial;
    background-color: #b7b7e7;
    top: 207px;
    position: absolute;
    width: 190px;
    left: 23px;
    height: 744px;
    float: left;
    font-size: 10px;
    padding-top: 5px;
    padding: 5px;
    font-family: "Verdana", "Courier New", monospace;
    font-size: 13px;
}

#renderBodyDiv {
    background-color: #ece5fd;
    top: 207px;
    position: absolute;
    width: 547px;
    left: 213px;
    height: 744px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
}

#renderBodyDiv .doll-title-bar a:link {
    color: #ffffff !important;
    text-decoration: dashed !important;
    font-weight: 700;
}

#pic2 {
    background: url("template.png");
    height: 985px;
    width: 800px;
    z-index: 7;
    position: absolute;
    margin-bottom: 200px !important;
    background-repeat: no-repeat;
}

#text {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


/* ----------------------------colors n style------------------------------------ */
/*------------------------------------------------------------------------------- */

body {
    font-family: "Verdana", "Courier New", monospace;
    font-size: 13px;
    background: url("stripe2.png") #FED8C3;
}

h1 {
    font: normal 1.8em Tahoma, sans-serif;
    margin-bottom: 4px;
}

#menu h2 {
    color: white;
    font-size: 1em;
    line-height: 30px;
    margin: 0;
    padding-left: 12px;
    background-color: #4a3e6a;
    text-align: left;
}

#menu li a {
    /*    font-size: 1.1em;*/
    color: rgb(42, 42, 42);
    display: block;
    padding: 8px 0px 8px 20px;
    text-decoration: none;
    width: 95%;
}

#menu li a:hover {
    background: #383164;
    color: #ffffff;
}

.image {
    width: 100%;
}


li:nth-child(even) {
    background-color: #b7b7e7;
}

li {
    background-color: #8d8cd2;
    list-style: none;
}

ul {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

b {
    color: #e17db3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    color: transparent;
    align-self: center;
    text-align: center;
    margin: 0px;
}

.news {
    background-color: #f2f2ff;
    border-style: dashed;
    border-width: 3px;
    border-color: #4a3e6a;
    padding: 10px;
    font-family: "Verdana", "Courier New", monospace;
    font-size: 13px;
    height: 300px;
    overflow: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.divider-bar {
    padding: 15px;
}

.doll-title {
    padding: 10px;
    font-family: "Verdana", "Courier New", monospace;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

#renderBodyDiv a:link,
#renderBodyDiv a:active,
#renderBodyDiv a:visited {
    color: #4a3e6a;
    text-decoration: dashed !important;
    font-weight: 700;
}

#renderBodyDiv a:hover {
    color: white;
    background-color: #807fbe;
}

textarea {
    background-color: #b7b7e7;
    border-style: dashed;
    border-width: 1px;
    border-color: #030303;
    padding: 10px;
    font-size: 10px;
    margin: 2px;
    resize: none;
    width: 150px;
}

@media only screen and (max-width: 1000px) {
    #center {
        margin-left: 600px;
    }
}

/* ----------------------------scroll bar-------------------------------------- */
/*------------------------------------------------------------------------------ */

::-webkit-scrollbar {
    width: 15px;
    height: 20px;
}

::-webkit-scrollbar-thumb {
    background: #4a3e6a;
    border: 1px solid #8d8cd2;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #8d8cd2;
    border-radius: 0px;
    width: 0px;
    border: 1px dotted #8d8cd2;
}



/* ----------------------------dolls------------------------------------- */
/*------------------------------------------------------------------------------ */

.menu-little-pixel {
    width: 11px;
    margin-right: 10px;
}

.doll-div {
    display: inline-table;
    padding: 10px;
}

.doll-title-bar {
    background-color: #4a3e6a;
    border-style: solid;
    border-width: 1px;
    border-color: #b7b7e7;
    padding: 2px;
    color: aliceblue;
    font-family: "Verdana", "Courier New", monospace;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}

/* ------------------speech bubble front page----------------- */
/*------------------------------------------------------------ */

.speech-bubble {
    position: relative;
    border-radius: .4em;
    background: #8d8cd2;
    padding: 25px;
    padding-bottom: 35px;
    font-size: 12px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left-color: #8d8cd2;
    border-right: 0;
    margin-top: -17px;
    margin-right: -17px;
}



.speech-bubble-inner {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

/* ------------------------------------------ */
/* ------------------kisekae table----------------- */

.kisekae-div {
    background-color: #b7b7e7;
    border-style: dashed;
    border-width: 3px;
    border-color: #030303;
    font-size: 13px;
    text-align: left;
}

.kisekae-div-title {
    background-color: #4a3e6a;
    border-style: solid;
    border-width: 1px;
    border-color: #b7b7e7;
    padding: 5px;
    color: aliceblue;
    font-size: 14px;
    text-align: center;
}

.kisekae-div-content {
    padding: 10px;
}

.kisekae-div-inner {
    display: flex;
}

/* ------------------------------------------ */
/* ------------------bases page ----------------- */


.box-header {
    background-color: #ffaeb5;
    border-left: 1px solid #ffaeb5;
    border-top: 1px solid #ffaeb5;
    border-right: 1px solid #ffaeb5;
    border-radius: 3px 3px 0px 0px;
    padding: 3px;
    color: #734557;
    text-align: left;
}

.box-content {
    background-color: #fffee0;
    border-left: 1px solid #ff7ea5;
    border-bottom: 1px solid #ff7ea5;
    border-right: 1px solid #ff7ea5;
    border-radius: 0px 0px 3px 3px;
    padding: 3px;
}


/* -- -----------------pixel-cuties-webring table----------------------- */

#pixel-cuties-dollz {
    background-color: #ffffff;
    margin: 15px;
    border: 2px solid #df84a5;
    border-radius: 10px;
    text-align: center !important;
    align-content: center;
    display: grid;
    padding: 10px;

}



/* -- ---------------------------------------- */
/* -- ---------------------------------------- */
/* -- ---------------------------------------- */