html {
  overflow-y:scroll;
}

body {
  background:#FFFFFF;
  color:#1A1A1A;
  margin:0;
}

body, textarea {
  font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
}

h1,h2,h3, h4, input {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
  margin:0;
}

ol, ul, dl {
  margin-left:2em;
}

ol li {
  list-style:decimal outside;
}

ul li {
  list-style:disc outside;
}

img {
  border:0;
}

table {
  border-collapse:collapse;
  border:0;
}

td {
  border:0;
  padding:0;
}

pre, code {
  font-family:monospace;
  color:#050;
}

pre {
  margin:17pt;
  margin-right:0;
  padding-left:15pt;
  border-left:1px solid #ddd;
  line-height:16pt;
  overflow:auto;
}

a, a code {
  color:#00c;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#hd-container {
  width:100%;
  height:150px;
  background:#000000 url('/static/images/headerbg.png') repeat-x;
  text-align:center;
  margin:auto;
  border-bottom:solid 1px #CCCCCC;
}

#hd-wrapper {  
  width:73.076em;
  *width:71.25em;
  height:150px;
  margin:auto;
}

#hd {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14pt;
  text-align:left;
  margin-top:0px;
  float:left;
  width:100%;
}

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

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

#bd {
  margin-top:20px;
  font-size:10pt;
  width:100%;
}

#ft {
  margin-top:10px;
  width:100%;
}

#title {
  width:500px;
  float:left;
  margin-top:65px;
}

#menu {
  float:right;
  margin-top:68px;
}

#menu li {
  display:inline;
  margin-left:10px;
}

#content {
  width:100%;
}

#content h1 {
  font-size:20pt;
  font-weight:bold;
}

#content p,
#content li {
  line-height:17pt;
}

#content p {
  margin:0;
  margin-bottom:1em;
}

#sidebar {
  float:right;
  line-height:0;
  width:138px;
}

#sidebar .section {
  padding-bottom:10px;
}

#badgepanel .left {
  float:left;
}

#badgepanel .right {
  float:right;
}

#linkedfeed .left, 
#linkedfeed .right {
  margin-top:10px;
}

#entries {
  width:100%;
}

.entry h1 a {
  color:#000000;
  text-decoration:none;
}

.entry h2 {
  font-size:15pt;
  margin-bottom:3pt;
}

.entry {
  margin-bottom:2em;
  width:100%;
}

.entry .date {
  margin-top:3px;
}

.entry .body {
  margin-top:1em;
}

.entry .footer {
  margin-top:1em;
}

.entry .tile {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}

.entry #disqus_thread {
  margin-top:4em;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry #disqus_thread p,
.entry #disqus_thread li {
  line-height:normal;
}

#about h1, #interwebs h1 {
  margin-bottom:6pt;
}

#interwebs ul {
  margin-bottom:15px;
}

