/* General styles */

body {
  background-color: #1a1a17;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: normal;
  font-size: 9pt;
  font-family: sans-serif;
  line-height: 22px;      
}      

p {
  margin: 0;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: justify;
}

dl { 
  margin: 0;
}

dd { 
  font-size: 7pt;
}

dl dd p {
  font-size: 8pt;
  line-height: 22px;
  text-align: left;
}

/* Link styles */

a {
  text-decoration: none;
  font-weight: bold;
  color: #ffc90b;
}

a:hover {
  background-color: white;
  color: black;
}

a img {
  border-width: 0;
  display: block;
}

a.image:hover { 
  background-color: inherit;
}

/* General form styles */

input, textarea {
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid white;
  color: white;
  font-family: inherit;
  font-size: inherit;
}

input:focus, textarea:focus {
  background-color: #333333;
}

/* General column styles */

.column {
  float: left;
  margin: 1%;
}

.column p:first-child { 
  margin-top: 0;
}

/* Masthead -- leftmost colum */

#masthead {
  width: 19%;
  margin-right: 0;
}

/* Link blog aka the short list -- middle column */

#short-list {
  width: 24%;
  margin-left: 0;
  float: right;
  clear: none;
}

#short-list * {
  text-align: right;
}

/* Main column */

#main {
  float: right;
  width: 50%;
}

#main h1.entry-title {
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

#main .entry-summary { 
  font-style: italic;
}

#main .entry-content { 
  margin-top: 1em;
}

/* Comment list and form styles */

ul#commentlist {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 2em;
}

.entry-meta, .comment-meta {
  color: #ccc;
  text-align: right;
}

.comment-content p {
  margin-bottom: 0;;
}

textarea#content {
  border-width: 0;
  border-left: 1px solid white;
  width: 55%;
  padding-left: 1em;
  float: left;
  margin-right: 1%;
  overflow: auto;
}

#comment-personaldetails p { 
  margin: 0;
  padding: 0;
  text-align: right;
}

#comment-personaldetails input {
  float: right;
  clear: right;
  width: 41%;
}

span.required {
  color: maroon;
}

input#submit {
  font-size: 9pt;
  border-width: 0;
  font-weight: bold;
  color: #ffc90b;
  clear: left;
  float: right;
}

input#submit:hover {
  background-color: white;
  color: black;
}

/* Recent posts and archives page styles */

div.recent-posts { 
  padding-bottom: 1em;
  text-align: center;
}

ul.entry-list,
ul.entry-list ul {
  list-style-image: none;
  list-style: none;
  text-align: left;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

ul.entry-list li {
  display: block;
  clear: both;
  width: 100%;
}

ul.entry-list h3 {
  text-align: right;
  width: 20%;
  margin: 0;
  float: left;
}

ul.entry-list ul.month {
  display: block;
  width: 80%;
  float: left;
  clear: right;
}

ul.entry-list .day-label {
  width: 5%;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
  clear: none;
  font-weight: bold;
}

ul.entry-list .entry-description {
  float: left;
  width: 91%;
  clear: right;
}

/* Footer styles */

#the-small-print {
  float: right;
  clear: none;
  width: 100%;
  margin-top: 2em;
}

#the-small-print p { 
  font-size: 7pt;
  text-align: center;
  padding-left: 30%;
  padding-right: 30%;
}
