/* Globals */
body {
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  background: black;
}

a:link, a:visited {
  color: #330000;
}

a:hover {
  color: white;
  background: black;
  text-decoration: none;
}

p {
  margin: 0;
}

span.quo {
  color: red;
}

/* Main */
#main {
  /*margin-left: 20%;
  margin-right: 20%;
  */
  width:750px;
  background: #fff;
  align:center;
  margin-left: auto;
  margin-right: auto;
}


/* Header */
#header {
  text-align: center;
/*  border-bottom: 1px solid #ccc;*/
  padding-bottom: 3px;
}

#header span.logo {
  font-size: 4.3em;
  display: block;
}

#header a.logo {
  color: red;
  text-decoration: none;
  background: #fff;
}

#header span.admin {
  float: right;
}

#header span.tags {
  float: right;
  display:none;
}


/* Content */
#content {
  padding: 0 10px 0 10px;
}

#tags {
  display:none;
  padding-top: 5px;
  margin-bottom: 5px;
}

div.post-date { 
  margin-bottom: 15px;
  padding-bottom: 2px;
/*  border-bottom: 1px solid #bbb;*/
}

a.post-date {
  font-size: 1.5em;
  font-family: helvetica;
  color: #c0c0c0;
  letter-spacing: -1px;
  text-decoration: none;
}

a:hover.post-date {
  background: #eee;
}

div.post {
  margin-bottom: 30px;
}

div.post-title {
  margin-bottom: 5px;
}

div.post-body {
  margin-bottom: 5px;
}

div.post-tags {
  text-align: right;
  color: #808080;
}

/* Time Travel */
#time-travel {
  text-align: center;
  margin-bottom: 10px;
}

#time-travel a {
  text-decoration: none;
}

/* Footer */
#footer {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-right: 2px;
  padding-left: 2px;
}

#footer div.powered-by {
  float: right;
}

#footer span.bracket {
  color: red;
}
