body {
  font-family:  "Courier", "Helvetica";
  color: #444;
  padding: 0px;
  margin: 40px 0px;
  text-align: center;
}

a {
  color: rgb(170, 112, 0);
  text-decoration: none;
}
a:hover {
  color: rgb(185, 132, 33);
  text-decoration: underline;
}

ul {
  list-style: none;
  margin-left: -43px;
}

h1 {
  font-size: 51px;
}

#post h1 {
  font-size: 31px;
}

h2, h3 {
  font-family: "Courier";
  font-size: 20px;
  text-align: left;
}

blockquote {
  margin: 1em 2em;
  padding: .5em 1em;
  background: rgba(255,156,0, 0.15);
  border-radius: 10px;
}
blockquote p { 
  margin: 0;
}

blockquote span {
  display: block;
  width: 100%;
  text-align: right;
}

blockquote img {
  float: left;
  margin-right: 15px;
}


del {
  color: #CCC;
}

#fuzzyline {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  -moz-box-shadow:    0px 0px 35px rgb(255,156,0);
  -webkit-box-shadow: 0px 0px 35px rgb(255,156,0);
  box-shadow:         0px 0px 35px rgb(255,156,0);
}

section, footer, nav {
  width: 600px;
  display: block;
  margin: auto;
  text-align: left;
}

hr {
  opacity: 0.5;
}

footer hr {
  height: 3px;
  background: rgb(255,156,0);
}

#gary {
  float: left;
  margin: 0px 20px 20px 0px;
  border: 7px solid white;
  -moz-box-shadow:    0px 0px 10px rgba(0,0,0,50);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,50);
  box-shadow:         0px 0px 10px rgba(0,0,0,50);
}

#home nav {
  padding: 20px;
}
#home nav a {
  background: url(/images/button.png);
  border: 1px solid #333;
  -webkit-border-radius:  12px;
  -moz-border-radius:     12px;
  border-radius:          12px;
  margin: 250px 20px;
  padding: 4px 8px;
  font-size: 18px;
  font-family: "Courier New", "Courier", monospace;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
#home nav a:hover {
  color: black;
}
#post nav a {
  text-decoration: none;
  color: #666;
}
#post nav a:hover {
  color: #333;
}

p.gist {
  background: rgba(255,156,0,0.33);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.85em;
}