body {
  margin: 0px;
  padding: 20px;
  margin-left: 50px;
  background: #F5F5F2;
  text-align: justify;
  font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000023;
}

h1, h2, h3 {
  font: 1.82em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

p, ol, ul {
  line-height: 1.67em;
}

ul {
  padding-left: 1.2em;
}

a {
  color: #828170;
}

a:hover {
  text-decoration: none;
}

hr {
  display: none;
}

/* Logo */

#logo h1 {
  margin: 0;
  height: 160px;
  padding: 40px 0 0 0px;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 4em;
  font-weight: normal;
  color: #000;
}

#logo h1 a {
  display: block;
  text-decoration: none;
  color: #000;
}

#logo p {
  margin: -103px 0 0 2px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#logo a {
  display: block;
  text-decoration: none;
  color: #000;
}

#logo2 h1 {
  margin: 0;
  height: 130px;
  padding: 40px 0 0 0px;
  text-transform: lowercase;
  letter-spacing: -2px;
  font-size: 2em;
  font-weight: normal;
  color: #000;
}

#logo2 h1 a {
  display: block;
  text-decoration: none;
  color: #000;
}

#logo2 p {
  margin: -103px 0 0 2px;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#logo2 a {
  display: block;
  text-decoration: none;
  color: #000;
}

/* Content */

#content {
  margin: 0px auto;
  padding: 20px 0 0 0;
  float: left;
  width: 50em;
  margin-bottom: 10px;
}

/* Post */

.post {
  margin-top: 20px;
}

.post .date {
  float: left;
  width: 29px;
  height: 32px;
  margin: 0;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 35px;
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

.post .date b {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: -5px;
  font-size: 14px;
  color: #A3A3A3;
  
}

.post .title {
  margin: 0;
  padding: 0px 0 0 0;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.4em;
}

.post .title a {
  color: black;
  text-decoration: none;
}

.post .meta {
  margin: 0 0 10px 20px;
  padding: 0;
  line-height:normal;
  text-transform: uppercase;
  color: #68647F;
  font-size: 95%;
}

.post .meta a {
  color: #7D7E8F;
}

.post .entry {
  margin: 0;
  padding: 0 0 20px 50px;
}

#older_posts {
  font-size: 120%;
}

#new_post {
  position: absolute;
  top: 1em;
  right: 1em;
}

/* Post */

.postzoom {
  margin-top: 20px;
  position: relative;
}

.postzoom .title {
  margin: 0;
  padding: 0px 0 0 0;
  font-size: 3em;
}

.postzoom .meta {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #68697F;
}

.postzoom .entry {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.postzoom .edit {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

/* Footer */

#footer {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000;
}

#legal {
  clear: both;
  margin: 0;
  padding: 10px 0;
  font-size: 10px;
  color: #ACACAC;
}

/* Archive */
.archive .date {
  font-size: 85%;
  color: #7D7E8F;
}

.archive .title a {
  font-size: 120%;
  text-decoration: none;
  color: #000023;
}

/* Edit post */

form[name=edit] input[name=title] {
  font-size: 100%;
  width: 300pt;
}
form[name=edit] input[name=tags] {
  font-size: 100%;
  width: 300pt;
}
form[name=edit] textarea {
  font-size: 100%;
  width: 50em;
  height: 25em;
}

/* Hide pastie credit. Not because we don't want to credit (we have
and entire post dedicated to that) but because it gets in the way
of the article flow since we use so many. */
.pastie .credit {display :none}