* {
  cursor: default ! important;
}

body {
  color: #FFFFFF;
  font-family: "DejaVu Sans", sans, Helvetica, Arial;
  font-size: small;
  cursor: default;
}

html {  
  background-color: #000000;
  color: #FFFFFF;
  font-family: "DejaVu Sans", sans, Helvetica, Arial;
  font-size: small;
  cursor: default;  
}

img {
  border-style: none;
  position: absolute;
  cursor: default;
}

a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: default ! important;
}

p {
  color: #FFFFFF;
  cursor: default ! important;
  text-align: center;
}

blockquote {
  color: #555555;
  font-style: italic;
  
}

div.post {
  font-size: small;
  min-width: 650px;
  width: 90%;
  margin-left: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  margin-top: 250px;
}

div.post div.posthead {
  font-size: inherit;
  line-height: 100%;
  background-image: url('line.png');
  background-repeat: repeat-y;
  background-position: left;
}

div.post div.posthead h1 {
  font-size: 300%;
  line-height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  letter-spacing: -3px;
  margin-left: 10px;
}

div.post div.posthead span {
  font-size: 150%;
  line-height: 100%;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-right: 10px;
}

div.post div.posthead hr {
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-style: none;
}

div.post div.postcontent {
  margin: 10px;
}

div.post div.postcontent p {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  text-align: left;
}

div.post div.postcontent {
  max-width: 100%;
  border-style: none;
}

div.post span.permalink {
  display: block;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 75%;
}

div.post span.permalink a {
  color: #AAAAAA;
}

div.headerimg {
  position: absolute;
  top: 25px;
  right: 5%;
  height: 220px;
  width: 80%;
  background-repeat: no-repeat;
  background-position: right top;
}

div.comments  {
  margin: 0;
  padding: 0;
  width: 90%;
  margin-left: 5%;
  padding-top: 30px;
  color: #222222;
}

div.comments span {
  font-weight: bold;
  color: #222222;
}

div.comments p {
  margin-top: 0;
  text-align: justify;
  color: #222222;
}

div.comment {
  margin-top: 5px;
  padding: 5px;
  border-width: 1px;
  border-style: none;
  border-top-style: dashed;
  border-color: #222222;
}

div.comment:hover {
  color: #FFFFFF;
  border-style: dashed;
  border-color: #FFFFFF;
}

div.comment:hover * {
  color: #FFFFFF;
}

div.comment:hover + div.comment {
  border-style: none;
}

div.addcomment {
  margin: 0;
  padding: 0;
  width: 90%;
  margin-left: 5%;
  padding-top: 30px;
}

div.addcomment textarea {
  color: #222222;
  background-color: transparent;
  width: 100%;
  height: 150px;
  border-style: none;
  margin: 5px;
  border-top-style: dashed;
  border-color: #222222;
  border-width: 1px;
}

div.addcomment textarea:active, div.addcomment textarea:focus, div.addcomment textarea:hover {
  color: #FFFFFF;
  border-style: dashed;
  border-color: #FFFFFF;
}

div.addcomment input {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222222;
  background-color: transparent;
  border-style: none;
}

div.addcomment input:hover, div.addcomment input:focus, div.addcomment input:active   {
  color: #FFFFFF;
  border-style: dashed;
  border-color: #FFFFFF;
  border-width: 1px;
}

hr {
  width: 90%;
  margin: 0;
  margin-left: 5%;
  color: #FFFFFF;
  border-style: none;
  border-bottom-style: dashed;
  border-color: #FFFFFF;
  border-width: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 0px;
  clear: both;
}

/*
::-moz-selection{
  background:transparent;
  color:#ffffff;
}

::selection {
  background:transparent;
  color:#ffffff;
}
*/