

body {
  background-color: #3A0A0A;
  background-image: url(/xblog/s/bg.jpg);
  background-repeat: repeat;
  color: #FDFDFD;
  font-family: "Trebuchet MS";
  text-align: center;
  font-size: 15px;
  font-weight: lighter;
}

a:link {
  color: #DD0000;
}

a:visited {
  color: #D79300;
}

b {
  color: #b2b2b2;
}

.works{
  font-size: 17px;
  font-variant: small-caps;
  font-weight:bold;
}

.kofi{
  background-color: #c9742e;
  border: 3px double #ffd875;
  border-radius: 20px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1px;
  padding-right: 1px;
  color: #290f00;
}

.button{
  background-color: #990000;
  color: #FDFDFD;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 5px #D79300;
  border-radius: 20px;
  border-style: double;
}

a.button{
    color: #FDFDFD;
    }


.footer{
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}

.dotted {
  border-top: 2px dotted #D79300;
}

blockquote {
    border-left: 5px solid #D79300;
    padding: 0px 0px 0px 9px;
    font-family: Gill Sans MT;
}

.nav{
  background-color:#3A0A0A;
  position:relative;
  right: -40px;
  width:150px;
  white-space: normal;
  word-wrap: break-word;
  border: 10px #DD0000;
  border-style: ridge;
  padding: 10px;
  margin-right: 8px;
  margin-left: 4px;
}

/* do NOT make the width bigger than >1100 unless you only want it visible on larger laptop screens */
.contain{
  position: relative; 
  top: 10px;
  display: flex;
  margin:auto;
  flex-direction: row;
  align-items: flex-start;
  width: 1100px;
  justify-content: center; 
}

.constrict{
  position: relative; 
  top: 10px;
  display: flex;
  margin:auto;
  flex-direction: row;
  align-items: flex-start;
  width: 1100px;
}


.corral{
  position: relative; 
  display: flex;
  margin:auto;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
}

.coalese{
  position: relative; 
  display: flex;
  flex-direction: row;
  align-items: center;
  display: inline;
}


.box{
  background-color:#3A0A0A;
  border: 10px #DD0000;
  width:850px;
  padding: 10px 20px 8px 20px;
  border-style: ridge;
  margin-left:7px;
  margin-right:7px;
}

.update{
  background-color: #2D0000;
  border: 4px #DD0000;
  width: 350px;
  height: 70px;
  padding: 3px;
  overflow: auto;
  border-style: ridge;
  color: #FDFDFD;
}

a:link.update{
  color: #DD0000;
}

a:visited.update{
  color: #D79300;
}

.todo{
  background-color: #3d1201;
  border: 4px #ff7300;
  width: 200px;
  height: 200px;
  padding: 3px;
  margin-left: -40px;
  position: relative;
  right: 30px;
  overflow: scroll;
  overflow-x: hidden;
  border-style: ridge;
}


.caption{
  font-size: 10px;
}


details{
  padding: 9px;
  width: 500px;
}

details > summary{
  font-size: 18px;
  color: #ffb91e;
  border: 3px dotted;
  padding: 3px;
}

details > a:link{
  color: #faf9c5;
}

details > a:visited{
  color: #faf9c5;
}

#statuscafe {
    padding: .6em;
    background-color: #bfa273;
    border: 3px ridge #ff7300;
     color: #852800;
       overflow: auto;
       width: 220px;
       height: 90px;
  position: absolute;
  bottom: 30%;
  right: 87%;
    
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#statuscafe a:link {
  color: #c24400;
}

#statuscafe a:visited {
  color: #c24400;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
  white-space: nowrap;
}

.tooltip .tooltiptext {
    visibility: hidden;
  background-color: #592600;
  position: absolute;
  color: #f1c300;
  text-align: center;
  padding: 3px 0;
  border-radius: 6px;
  width: 100px;
  top: 120%;
  left: 50%;
  margin-left: -50px;
  overflow: auto;
  white-space: normal;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

