@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

body {
  background: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #999999;
}

h1, h2, h3 {
}

h1 {
  font-size: 1.5em;
}

h2 {
  letter-spacing: -1px;
  font-size: 2em;
}

h3 {
  font-size: 1em;
}

p {
  margin-top: 1.8em;
  line-height: 180%;
}

ul, ol {
  margin-left: 3em;
  line-height: 180%;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a {
  color: #CCCCCC;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

hr {
  display: none;
}

img {
  border-width: 0px;
}

/* Header */
#header {
  width: 95%;
  height: 230px;
  text-align: center;
  margin: 0 auto;
}

#header h1, #header h2 {
  float: left;
  margin: 0;
  color: #FFFFFF;
}

#header h1 {
  padding: 30px 0 0 20px;
  font-size: 2em;
}

#header h2 {
  padding: 47px 0 0 8px;
  font-size: 1.8em;
  font-style: italic;
}

#header a {
  text-decoration: none;
  color: #FFFFFF;
}

#header img {
  float: right;
  margin: 1em;
  padding: 0em; /* top, right, bottom, left */
}

/* Menu */
#menu {
  width: 960px;
  height: 51px;
  margin: 0 auto;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
  padding: 12px 10px 0 20px;
}

#menu a {
  text-decoration: none;
  letter-spacing: -1px;
  font-size: 1.2em;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline;
}

/* Page */
#page {
  width: 95%;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}

/* Content */
#content {
  float: left;
  width: 65%;
  font-size: 1.2em;
}

.post {
  margin-bottom: 40px;
}

.post .title {
  border-bottom: 1px solid #454545;
}

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

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

.post .meta {
  height: 20px;
  padding: 15px 20px;
  background: url(images/img05.gif) no-repeat;
  line-height: normal;
}

.post .meta a {
  text-decoration: none;
  font-weight: bold;
}

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

.post .meta .byline {
  float: left;
}

.post .meta .comments {
  float: right;
}

/* Sidebar */
#sidebar {
  float: right;
  width: 295px;
}

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

#sidebar li {
}

#sidebar li ul {
  padding: 0 0 20px 20px;
  list-style: square inside;
}

#sidebar h2 {
  height: 50px;
  padding: 13px 20px 0 20px;
  background: url(images/img06.gif) no-repeat;
  font-size: 1.6em;
}

#sidebar p {
  line-height: normal;
  text-align: center;
  margin: 1%;
}

#sidebar img {
  margin: 3px;
  padding: 0px; /* top, right, bottom, left */
}

div.vcard {
  border-width: 1px;
  border-style: solid;
  border-color: #888;
  margin: 5%; /* top, right, bottom, left */
  padding: 5%;
}

img.hcard {
  margin: 0%;
  padding: 2px 0px 0px 0px; /* top, right, bottom, left */
}

/* Footer */
#footer {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  background: url(images/img07.gif) no-repeat center;
}

#footer p {
  margin: 0;
  line-height: normal;
  text-align: center;
}
