body{    
    background-image: url("images/id9.gif");
    background-attachment: fixed;
    background-position: top left;
}

img{
    max-width: 100%;
}

.mainwindow.forumdiary{
    padding: 0px;
    max-width: 900px;
}


.forumdiary .forumtitle{
    padding: 0px 20px;
    border-bottom: ridge 4px #7c73e6;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.forumdiary .forumtitle>span{
    padding-bottom: 10px;
}

.forumpost{
    border-bottom: ridge 4px #7c73e6;
    
}

.forumpost .postheader{
    border-bottom: dashed 2px #7c73e6;
}
.forumpost .postheader h3{
    padding-left: 8px;
}


.forumpost .postprofilebody{
    display: flex;
    gap: 20px
}

.forumpost .postprofile{
    border-right: dashed 2px #7c73e6;
    padding: 15px 0px;
    min-width: 200px;
    width: 200px;
}

.forumpost .postprofile .postactivity ul{
    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 10px;
    list-style-type: ">";
    font-size: 0.85em;
}
.forumpost .postprofile .postactivity ul:last-of-type{
    padding-bottom: 0px;
}
.forumpost .postprofile .postactivity ul li:first-of-type{
    padding-top: 0px;
}
.forumpost .postprofile .postactivity ul li{
    padding-top: 4px;
}


.forumpost .postprofile .pfp{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: outset 4px white;
    box-shadow: 4px 4px #7c73e6;
}

.forumpost .postprofile .posttags{
    padding: 0px 15px;
    padding-top: 20px;
    
    
    
}