body {
  background-color: white;
  color: #981779;
  font-family: ms pgothic;
  font-size: small
}

/*containers*/

.main {
  position: relative;
  height: 800px;
  width: 1100px;
  margin-left: 140px;
  margin-top: 5px
}

.left {
 position: relative;
 width: 200px;
 height: 500px;
 margin-right: 15px;
}

.right {
  position: relative;
 width: 800px;
 height: 650px;
 margin-left: 15px;
 vertical-align: top;
}

.left, .right {
 display: inline-block; 
}

.swirlies {
  position: fixed;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: 100;
}

/*boxes*/

.box {
  position: relative;
  border: 20px solid transparent;
  border-image: url('/whitelaceborder.png') 34 round;

}

.pfp {
 position: relative;
 width: 200px;
 height: 310px;
 margin: 5px 5px 5px 5px;
}

.chat {
  position:relative;
  height: 245px;
  width: 200px;
  margin: 5px 5px 5px 5px;
}


.info {
 position: relative;
 width: 600px;
 height: 490px;
 margin: 5px 5px 5px 5px;
}

/*design*/

.pfpimage {
 width: 100px;
 height: 100px;
 border: 2px solid black;
}

.nameinfo {
  width: 80px;
  height: 100px;
  vertical-align: top;
}

.lastfm {
  width: 190px;
  height: 20px
}

.nameinfo , .pfpimage {
  display: inline-block
}

.pfpwhitebox {
 width: 190px;
 height: 300px;
 background-image: url(catatoniabg.png);
 background-size:cover;
 padding: 5px 5px 5px 5px;
}


.chatwhitebox {
 width: 190px;
 height: 235px;
  background-image: url(catatoniabg.png);
 background-size:cover;
 padding: 5px 5px 5px 5px;
}

.basicinfowhitebox {
 width: 590px;
 height: 480px;
 background-image: url(catatoniabg.png);
 background-size:cover;
 padding: 5px 5px 5px 5px;
}

.interestsboxwhite {
  position: relative;
width: 575px;
 height: 180px;
background-image: url(catatoniabg.png);
 background-size:cover;
  border-style: inset;
 padding: 5px 5px 5px 5px;
 margin-top: 5px;
  overflow: auto;
}

.gifimg {
  position:relative;
  width: 275px;
  height: 275px;
}

.textbox {
  position: relative;
  width: 295px;
  height: 260px;
 vertical-align: top;
  border-style: inset;
  padding: 5px;
 overflow: auto;
}

.directory {
  position: relative;
  width: 100px;
  height:80px;
  margin-top: -10px;
  text-align:center;
}

.gifimg , .textbox {
  display: inline-block;
}


.cbox {
  height: 230px;
  width: 185px;
  border: 2px solid transparent;
  border-radius: 5px;
}

.statuscafe {
    padding: .5em;
    background-color: rgba(240, 255, 255, 0);
}
.statuscafe-username {
    margin-bottom: .5em;
}
.statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

p {
  line-height: .9;
}

li::marker {
  content: none;
}

li {
  line-height: 1.2;
}

a {
  text-decoration:dotted;
    color: #981779;
  font-size: smaller
}

a:hover {
  text-shadow: 0 0 2px #981779;
}

b {
  text-shadow: 0 0 2px #981779;
}