body {
  background-color: #1E0126;
  margin: 0px;
  padding: 0px;
}

* {
  color: #A966BF;
  font-family: Warree, Verdana, Sans-Serif;
  font-size: 11px;
  line-height: 21px;
}

a {
  border-bottom: 1px #4E3058 dashed;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px #38233E dashed;
}

select, input, textarea, button {
  border: 1px #700095 solid;
  background-color: #232323;
  line-height: 15px;
}

textarea {
  overflow: hidden;
}

.purple {
  color: #8D33AA;
}

.seamlessinput {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 1.3em;
  display: inline;
}

#main {
  width: 380px;
  height: auto;
  background-color: #211524;
  border: 0px;
  border-left: 1px #555555 solid;
  border-right: 1px #555555 solid;
  padding: 10px;
  margin-left: 80px;
  margin-right: auto;
  float: left;
}

#entrytitle {
  margin-top: 16px;
}

#addentry {
  display: none;
}

#addentry input {
  width: 120px;
  display: block;
  margin-top: 16px;
}

#addentry textarea {
  width: 120px;
  border-top: 0px;
  display: block;
}

#addentry button {
  border-top: 0px;
}

#comment {
  background-color: #000000;
  border: 1px #555555 solid;
  position: absolute;
}

#comments {
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  margin-left: 480px;
}

#commenting {
  visibility: hidden;
  position: absolute;
  background-color: transparent;
  width: 275px;
  opacity: 0.85;
  z-index: 2;
}

#commentingtitlebar {
  background-color: #000000;
  width: 275px;
  height: 11px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 12px;
  display: block;
}

#commentingtitlebuttons {
  width: auto;
  font-size: 11px;
  margin: 0px;
  margin-left: auto;
  padding: 0px;
  line-height: 11px;
  float: right;
  cursor: default;
}

#commentinginput {
  width: 275px;
  border: none;
  overflow: hidden;
  display: block;
}

#loginprompt {
  float: right;
  display: inline;
}

#usernameinput {
  margin-right: -2px;
  border-right: 0px;
}

#loginsubmit{
  border-left: 0px;
}