body{
font-family: "MS ui gothic";
padding: 10px;
image-rendering: pixelated;
font-size: 13px;
position: relative;
background-image: url(/home/tumblr_p0zczvHGuF1utmqvso4_1280.jpg);
background-size: 100%;
background-attachment: fixed;
cursor: url("/index/24.gif"), auto;
}

a{
cursor: url("/index/24.gif"), auto;
color: blue;
}

a:hover{
font-style: italic;
}

a:visited{
color:orangered;
}

::-webkit-scrollbar {
width: 16px;
}

summary{
list-style: none;
text-decoration: underline;
color: blue;
padding-bottom: 3px;
}

summary:hover{
font-style: italic;
}


ul{
list-style-image: url("/index/bluebubble.gif");
text-align: left;
padding-left: 30px;
}

li:hover{
list-style-image: url("/index/redbubble.gif");
}

::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url("/index/scroll4.png");
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
 
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url("/index/scroll3.png");
}
 
::-webkit-scrollbar-button:vertical:increment {
background-image: url("/index/scroll2.png");
width: 14px;
height: 16px;
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
 
::-webkit-scrollbar-button:vertical:decrement {
background-image: url("/index/scroll1.png");
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 14px;
height: 16px;
}

/* boxes */
.container{
width: 750px;
max-height: 100%;
border: 3.5px double seagreen;
background-image: url("/home/cherry.gif");
}

.head{
width: 100%;
padding: 0;
border-bottom: 3.5px double seagreen;
}

.head img{
padding-top: 2px;
margin-left:-40px;
}

.side1, .welcome, .side2, .trainbox, .updates, .otherbox, .footer, .profile, .shiftbox, .half-left1, .half-right1, .half-right2{
    border: 1px solid darkseagreen;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 3px;
    padding: 2px;
    background: white;
} 

.main, .twoson, .wrap{
width: 100%;
display: flex;
}

.side1, .side2{
    width: 150px;
    height: 300px;
} 


.welcome{
    width: 500px;
    height: 245px;
    vertical-align: top;
    text-align: left;
    overflow: auto;
}

.trainbox{
height: 36px;
width:500px;
align-self: flex-end;
margin-left: -459px;
}

.trainbox img:hover{
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
transform: scale(1.15);
z-index: 999;
}

.adbox img{
border: 1px solid black;
}

.updates{
    width: 50%;
    height: 100px;
    float: left;
    background: linear-gradient(white 5%, azure)
}

.otherbox{
    width: 50%;
    height: 300px;
    background: linear-gradient(white 5%, azure);
}

.in-update{
border: 1px solid lightblue;
background: white;
width: 95%;
height: 70%;
overflow: auto;
overflow-x: hidden;
margin-top: 20px;
text-align:left;
padding-left: 3px;
}

.silly-box{
width: 350px;
height: 200px;
position: relative;
margin-top: -27%;
margin-left: -50%;
}

.half-left1{
    width: 357px;
    float: left;
    margin-top: -9%;
}

.half-right1{
    width: 357px;
    float: right;
}

.footer{
width: 733px;
height: 15px;
align-self: flex-end;
}

.status{
border-bottom: 1px dashed darkseagreen;
background: linear-gradient(white 5%, azure);
text-align: left;
margin-top: 5px;
padding-top: 7px;
line-height: 0.5;
}
/* about page specific */

.profile{
width:85%;
height: 300px;
overflow: auto;
text-align: left;
}

/*otherkin*/
.kinbox{
overflow: hidden;
background-image: url("/otherkin/bg_yellow2.gif");
padding: 3px;
margin-top: 6px;
height: 500px;
width: 600px;
text-align: center;
}

.shiftbox{
width: 145px;
height: 145px;
position: absolute;
}

/*animu page*/
.animu{
overflow: hidden;
text-align: left;
background-image: url("/anime/animeBG.png");
padding: 3px;
margin-top: 3px;
height: 500px;
width: 600px;
}