html {
  height: 100%;
}

body {
  background: #000000 url(../images/base.png) repeat top left;
  color: #DDD;
  font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
}

h1, h2 {
  letter-spacing: -2px;
  text-align: left;
}

h1 {
  margin: 0;
  font-size: 4em;
  float: left;
  text-shadow: #777 1px 1px 1px;
}

h2 {
  margin: 0;
  font-size: 2em;
}

h3 {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
}

h4 {
  margin: 0;
  margin-top: 5px; 
  font-size: 1.1em; 
}

blockquote {
  margin: 0 0 0 1.5em;
  padding-left: 1em;
  border-left: 5px solid #DDDDDD;
}

a {
  color: #DDD;
}

a:hover {
  color: #EEE;
}

img {
  border: none;
}

/* Header */

#header {
  background: #000000 url(../images/grad.png) repeat top left;
  height: 128px;
  margin: 0 auto;
}

#logo {
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}

#logo p {
  color: #DDD;
  margin-top: 37px;
  margin-left: 410px;
}

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

/* Content */
#body {
  width: 800px;
  margin: 0 auto;
}

#nonFooter {
  min-height: 100%;
  position: relative;
}
* html #nonFooter {
  height: 100%;
}

#content {
  float: left;
  width: 650px;
}

div.post {
  margin: 0;
  margin-bottom: 50px;
}

div.post div.title h2 {
  font-size: 2.2em;
  margin: 0;
  padding: 0;
}

div.post div.title h2 a {
  color: #FF9900;
  text-decoration: none;
}

div.post div.title p.post-attribution {
  color: #DDD;
  line-height: normal;
  font-size: 0.9em;
  margin: 0;
}

div.post div.date {
  border: 1px solid #000;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  width: 40px;
  margin: 0;
  margin-left: -50px;
  padding: 0;
}

div.post div.date p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

div.post div.date p.day, div.post div.date p.year {
  background: #FF9900;
  color: #000;
}

div.post div.date p.month {
  background: #000;
  color: #FF9900;
}

div.post div.links {
/*  background: transparent url(/images/caption-white.png) repeat scroll 0%;*/
  filter: alpha(opacity=70);
  background: #555;
  opacity: 0.7;
  margin: 0;
  margin-top: 20px;
  padding: 10px;
  width: 410px;
}

div.post div.links a {
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
}

div.post div.links a:hover {
  text-decoration: underline;
}

/* Sidebar */

#sidebar {
  color: #DDD;
  font-weight: normal;
  margin-left: 670px;
  margin-bottom: 10px;
  text-align: right;
  width: 170px;  
}

#sidebar #selfportrait img {
  border: 5px solid white;
}

#sidebar #info {
  text-align: justify;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar h2 {
  margin-top: 10px;
  letter-spacing: -1px;
  font-size: 1.6em;
  color: #FFFFFF;
}

/* Footer */

#footer {
  background: #222;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  color: #DDD;
  font-size: 0.9em;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  width: 800px;  
}

#footer div {
/*  display: inline;*/
}
#footer div.valid {
  float: right;
  margin-top: -14px;
}

div.comments h3 {
  border-bottom: 3px solid #FF9900;  
  font-size: 1.8em;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

div.comments.disabled {
  opacity: 0.3;
  background: #111;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

div.comment {
  background: #222;
  border: 1px solid #333;
  margin: 0;
  margin-top: 10px;
  padding: 10px;
}

div.comment.b {
  background: #252525;
}

div.comment h4 {
  margin: 0; padding: 0;
}

div.clear {
  clear: both;
}

div.pagination {
  background: #222;
  text-align: center;
  border: 1px solid #333;
  margin-bottom: 20px;
  padding: 3px;
}

div.comments input {
  width: 300px;
  font-size: 1.5em;
}

div.comments textarea {
  width: 300px;
  height: 150px;
}

div.fieldWithErrors {
  display: inline;
}

div.errorExplanation {
  margin-top: 20px;
}

div.photo {
text-align: center;
}
div.photo img {
  border: 10px solid #CCC;
}

p.note {
  background: #333;
  border: 1px solid #CCC; 
  padding: 10px; 
}

