#content {
  width: 760px;
  margin: 100px auto 100px auto;
  position: relative;
}

#virtual-private-servers h1, #virtual-private-servers h2, #virtual-private-servers a {
  color: #299a37;
}

#web-development h1, #web-development h2, #web-development a {
  color: #b4b87a;
}

#about-contact h1, #about-contact h2, #about-contact a {
  color: #2b6a77;
}

#weblog a {
  color: #bb1e74;
}

#logo {
  width: 620px;
}

#links {
  list-style-type: none;
}

#links li {
  display: inline;
}

#body {
  margin: 30px 0 0 50px;
}

div.error, div.notice {
  margin: 0 0 20px 0;
  padding: 10px;
  border: solid 1px #000;
}

div.error {
  background-color: #381919;
}

div.notice {
  background-color: #193819;
}

.post .byline, .post .meta, p.readmore, .comment .byline {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}

.post .body, .post .excerpt, .comment .body {
  margin: 10px 0 28px 0;
}

.comments h4, .add-comment h4 {
  text-transform: uppercase;
}

div.add-comment label {
  font-size: 12px;
}

div.add-comment input, div.add-comment textarea {
  margin-bottom: 14px;
  font-size: 12px;
  padding: 4px;
}

div.add-comment input[type="text"] {
  width: 300px;
}

div.add-comment textarea {
  width: 300px;
  height: 150px;
}
