﻿body {
background:#0e0e0e url(https://64.media.tumblr.com/15c18eb6be02e6b62601f109f677b598/47d032ea233c8d6b-19/s100x200/fd65edf5a03d67e051bbad76621fc4c24ae8dfd8.gifv) fixed;
text-align:left;
letter-spacing:1px;
font:10px calibri, tahoma;
color:#EAE3D7;}


a:link, a:visited, a:active {
color:#A4609A;text-decoration:none;}
a:hover {
color:#999;}

  
  
  ::-webkit-scrollbar-thumb {
background-color: #fff;  
border-radius: 0px;
border:1px solid #999;
}
::-webkit-scrollbar {
width: 7px; height: 4px; 
background: #fff;
}

ul {
  list-style-position: inside;
  list-style-type:none;
  padding-left: 0;
}


.thumb { 
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px dotted #666;
    padding:3px;
    background:#EAE3D7;
    border-radius: 5px;
    transition: filter 0.3s, transform 0.3s;
    display: inline-block;
}

.gif { 
    border: 1px dotted #666;
    padding:2px;
    background:#EAE3D7;
}

.marquee {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: scroll-right;
}

#wrapper {
    margin: 0 auto;
    width: 610px;
}

#header {
    float: left;
    height: 130px;
    width: 610px;
    background: #FFF;
}

#content {
    float: left;
    background: transparent;
    width: 400px;
  margin-top:10px;
}

#leftcolumn {
    background: transparent;
    width: 200px;
    float: left;
  padding-right:10px;
  margin-top:10px;
}

#footer {
    height: 40px;
    width: 610px;
    background: transparent;
    clear: both;
  text-align:left;
}
    
    .lefttitle {font:11px courier new;color:#030000;text-transform:uppercase;background:#C43A08;padding:4px;padding-bottom:0px;border-top-right-radius:5px;border-top-left-radius:5px;letter-spacing:2px;}
    .contenttitle {font:11px courier new;color:#030000;text-transform:uppercase;background:#C43A08;padding:4px;padding-bottom:0px;border-top-right-radius:5px;border-top-left-radius:5px;letter-spacing:2px;}
    
    .box {background:#030000;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:4px;border:2px solid #490B23;border-top:0px;margin-bottom:12px;}
     
    .bannertitle {font:11px courier new;color:#030000;text-transform:uppercase;background:#C43A08;padding:4px;padding-bottom:1px;border-top-right-radius:5px;border-top-left-radius:5px;letter-spacing:2px;border-bottom:2px solid #C43A08;}
    .bannertitle a {color:#030000;} a:hover {color:#A4609A;}

    .bigtitle {font:26px courier new;text-transform:uppercase;}
    .shrineheader {border-radius: 3px;}
</style>