
body{
  position:relative;
  margin-top:40px;
  height:100%;
  width:100%;
  background-image:url("backgrounds/sparklecloud.gif");
  font-family:'Garamond', serif;
  font-size:15px; 
  color: darkslateblue;
  letter-spacing:0.5px;
  padding:12px;
  text-align:center;
}

#header{
  margin:0px auto; 
  width:872px;
  background-image:url("images/sonadow/water.gif");
  border:10px slateblue;
  border-style:ridge;
  top:0px; 
  left:0px;  
  font-weight: bold;
  line-height:60px;
  text-align:center;
  font-size:70px;
  color:slateblue; 
  letter-spacing:18px;
}

#mirror{
  transform: scaleX(-1);
}

#commentbox{
  font-family:'Garamond', serif;
}

#linkity{
  position:relative; 
  top:-30px
}
#box1{
  margin:40px auto;
  width:820px;
  padding:38px 26px 26px 26px;
  background-image:url("images/sonadow/water.gif");
  font-size:16px;
  line-height:22px;
  height:100%;
  outline:10px ridge slateblue;
  clear:left;
}
#box2{
  position:relative;
  width:750px;
  font-size:20px;
  font-weight:bold;
  color:darkslateblue;
  background-image:url("backgrounds/paper.png");
  background-size:512px;
  border: 10px slateblue;
  border-style: hidden ridge ridge ridge;
  margin:-5px auto 40px auto;
}
#buttonbar{
  padding-top:40px;
  margin:0px auto; 
  margin-top:30px;
  width:872px;
  height:32px;
  text-align:center;
  letter-spacing:3px;
  background-image:url("backgrounds/paper.png");
  background-size:512px;
  outline:10px ridge slateblue;
}
#welcomeboxcontainer{
  position:relative;
  margin:auto;
  width:1040px;
}

#welcomebox{
  float:left;
  width:155px;
  padding-left:6px;
  font-size:25px;
  font-weight:bold;
  background-image:url("backgrounds/paper.png");
  background-size:512px;
  background-color: white;
  border:10px ridge slateblue;
  color:slateblue;
  text-shadow: paleturquoise 2px 2px;
  margin:-20px auto;

}
#foot{
  clear:both;
  text-align:center;
  font-size:11px;
}
h1{
  margin:0px auto;
  display:block;
  border: 8px solid slateblue;
  font-size:22.5px;
  line-height:22px;
  font-weight:bold;
  background:paleturquoise;
  letter-spacing:8px;
  padding:6px;
  margin-left:-24px;
  margin-right:-24px;
  margin-top:-5px;
  color:slateblue;
  font-style:underline;
  border-style:ridge;

} 
#imagebox{
  position:relative;
  border: 5px inset slateblue;
  outline:5px outset slateblue;
  padding:0px;
  margin:20px auto 20px auto;
  width:540px;
  background:paleturquoise;
  display:grid;
}

#collumn{
  position:absolute;
  background-image:url("images/sonadow/dove.gif");
  background-color:white;
  width:300px;
  height:100%;
}

#textbox{
  margin:24px;
  padding:12px; 
  border: 10px ridge slateblue;
  background:lightcyan;
}


a{
  text-decoration:none;
  color:darkslateblue;
}

a.cornerbutton{
  background-color:transparent;
  border: none;
  height: 64px;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  float: right;
  width: 64px;
  background-image:url("images/misc/smallcorner.png");
}
.cornerbutton:hover{
  background-image:url("images/misc/bigcorner.png");
}
.button{
  display:inline-block;
  width:382px;
  background-color: slateblue;
  font-size:20px;
  color:azure;
  text-transform:uppercase;
  line-height:16px;
  padding:12px;
  border:5px slateblue solid;
  border-style: outset;
  background-image:none;
  letter-spacing:14px;
  font-weight:bold;
  outline:0px solid transparent;
  transition: 0.3s;
}
.button:hover{
  border-style: inset;
  transition: 0.3s;
  outline:5px solid azure;
}

.nsfw{
  display:inline-block;
  width:382px;
  background-color: slateblue;
  font-size:20px;
  color:azure;
  text-transform:uppercase;
  line-height:16px;
  padding:12px;
  border:5px slateblue solid;
  border-style: outset;
  letter-spacing:14px;
  font-weight:bold;
  outline:0px solid transparent;
  transition: 0.3s;
  background-image:none;
}
.nsfw:hover{
  background-image:url("images/sonadow/bigfire.gif");
  background-size:64px;
  color:yellow;
  border: 5px red outset;
  transition: 0.3s;
  outline:5px solid yellow;
}
.nsfw:active{
  border-style:inset;
}

.foot:hover{
  background-color:darkslateblue;
  color:azure;
}
textarea{
  width:100%
}