body {
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  text-align: center;
  background: #000000 url('/images/body.png') top left repeat-x;
  color: white;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h4, h5 {
  font-size: 130%;
}
h4 {
  background: #121E0E;
  color: #AECBA3;
  padding: 10px 10px 10px 0px;
}
a, a:visited {
  color: #67ad4f
}
a:hover {
  color: white;
}
pre {
  font-size: 160%;
  border: 1px solid #333;
  background: #111;
  padding-left: 1em;
}
p code {
  font-size: 140%;
  background: #111;
}
ul {
  padding-left: 20px;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
#header {
  height: 135px;
  text-align: center;
  background: #121e0e url('/images/header.jpg') top left no-repeat;
  font-family: Candara, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 20px;
}
#header h1 {
  font-size: 480%
}
#header .byline {
  font-size: 180%
}
#footer {
  height: 20px;
  background: black url('/images/footer.png') bottom center no-repeat;
  text-align: center;
  padding-top: 20px;
  color: #65785e;
  clear: both;
}
#page {
  background: black url('/images/page.jpg') top center no-repeat;
}
#sidebar {
  float: right;
  width: 270px;
}
#sidebar div.content {
  background: #121e0e;
  border: 1px solid #67ad4f;
  width: 240px;
  clear: right;
  margin: 10px;
  padding: 5px;
}
#sidebar #signs_of_geek div.content {
}
#sidebar h3 {
  font-size: 140%;
  font-weight: normal;
  text-align: center;
}
#sidebar div p {
  text-align: justify;
  margin: 0;
  padding-top: 5px;
  color: #aecba3;
}
#content {
  margin-right: 270px;
  margin-left: 10px;
  padding-top: 10px;
}
#content h3 {
  font-size: 180%;
  font-weight: bold;
}
#header h1 a, #content h3 a {
  color: white;
  text-decoration: none
}
#header h1 a:hover, #content h3 a:hover {
  text-decoration: underline
}
#content .entry {
  padding-bottom: 20px;
  padding-right: 20px;
  color: #b5c0b1;
}
#content .entry li {
  padding-bottom: 5px;
}
#content p,
#content ul {
  font-size: 120%;
  line-height: 140%;
}
#content .dateline {
  color: #76896f;
}
#content .important {
  background: #121e0e;
  border: 1px solid #67ad4f;
  margin: 10px;
  padding: 5px;
}
#content .important a {
  color: white;
}
#content .note {
  text-align: center;
}

/***
 * PAGE SPECIFIC STYLES
 ***/

/**** ARCHIVE PAGE ****/
ul#archive {
  margin-top: 0px;
}

/**** PROJECTS PAGE ****/
ul#projects {
  margin-top: 0px;
}
ul#projects li {
  padding-bottom: 15px;
}
ul#projects li div {
  padding: 5px 10px 10px 10px;
}
.example {
  margin: 10px;
  border: 1px solid #67AD4F;
  background: #121E0E;
  padding: 10px;
}
.example .title {
  font-weight: bold;
}

.gist {
  font-size: 80%;
}
