body
{
  background: white;
  margin: 0;
  padding: 0;
  color: #222;
  font-family: Georgia, serif;
}

.heading
{
  padding-bottom: 10px;
  font-family: 'helvetica neue', helvetica;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 20px;
  border-bottom: 4px solid #333;
  color: #000;
}

.heading.red
{
  background: #fa0;
}

.heading span
{
  font-weight: lighter;
  text-transform: none;
  font-size: 0.8em;
  line-height: 1em;
}

#article pre
{
  margin: 20px -80px 20px 0px;
  padding: 10px;
  line-height: 1.1;

}

/* header */

#header
{
  margin-bottom: 50px;
  padding: 10px;
  background:  #000;
}

#header .container
{
  padding:  0
}

#header h1 a
{
  background: url(/images/overstimulate.png) no-repeat bottom;
  display: block;
  height: 50px;
  width: 175px;
  float: left;
  margin-top: 3px;
}

#header h1 a:hover
{
  background: url(/images/overstimulate.png) no-repeat top;
}

#header a span {
  display: none;
}

#header ul#menu {
    padding: 0;
    display: inline;
    margin-top: -1px;
}

#header ul#menu li {
  display: inline;
}

#header ul#menu li a
{
  text-align: left;
  display: block;
  float: right;
  padding: 3px;
  margin-top: 5px;
  color: #fff;
  text-decoration: none;
  width: 140px;
  margin-left: 5px;

}

#header ul#menu li a em {
  font-size: 0.7em;
  color: #ddd;
  display: block;
}

#header ul#menu li a:hover {
  color: #f80;
}

#header ul#menu li a:hover em {
  color: #ffa;
}

/* footer */

#footer
{
  margin: 0;
  padding: 0
}

#footer .container
{
  border-top: 4px solid black;
  font-size: 0.8em;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 30px;
}

#footer li
{
  padding-bottom: 2px;
}

#footer .license
{
  font-size: 0.8em;
  padding: 0;
  text-align: center;
  margin: 0
}

#footer .container .license a
{
  background: none;
}

#footer .container h4
{
  margin: 0;
  text-align: left;
  padding-bottom: 8px;
}

#footer .container a
{
  color: #333;
  font-weight: bold;
  font-size: 0.9em;
}

#footer .container a:hover
{
  color: #08f;
  background: #fff;
}


/* content */

abbr {
  border-bottom: 1px dashed #888;
}

#body
{
  min-height: 500px;
}

#body .container
{
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

#content {
  padding: 20px 0;
}

#article li
{
  margin: 10px 0 20px 40px;
  list-style: square;
}

#stats
{
  font-size: 0.75em;
}

#stats #published {
    padding-left: 20px;
    background: url(/images/calendar_view_month.png) no-repeat top left;
}

#stats #comments {
    padding-left: 20px;
    background: url(/images/comment.png) no-repeat top left;
}
#stats #tags {
    padding-left: 20px;
    background: url(/images/tag_blue.png) no-repeat top left;
}

#stats #feed a {
    padding-left: 20px;
    background: url(/images/feed-icon-14x14.png) no-repeat top left;
}

#recent_posts ul
{
  margin-top: 20px
}

#recent_posts
{
  padding: 10px;
  background: #ffc;
  border: 1px solid #fdc;
  margin-bottom: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#recent_posts ul
{
  margin: 0;
}

#recent_posts li
{
  list-style: square;
  margin-left: 20px;
}

#recent_posts #more
{
  float: right;
  font-size: 0.6em;
  margin: 0
}

pre
{
  font-size: 12px;
  color: #0f0;
  padding: 5px;
  background: black;
  overflow: auto;
  font-family: Courier, mono;
  font-weight: bold;
  border:  none;
}

#site {
    margin: 0;
    text-align: left;
    background: ;
}

#site a
{
  color: white;
}

#site a:hover {
  color: #fff;
}

ul
{
  list-style: none;
  margin-left: 0;
  text-align: left;
}

p.notice
{
  background:#df9;
  padding:7px 15px;
  border:1px solid #bd7;
  margin-top:0;
  font-size:0.8em;
}

p.error
{
  background:#c00;
  color:white;
}

.comment
{
  border-top: 4px solid #eee;
  padding-top: 6px;
  padding-bottom: 10px;
}

.date
{
  font-style: italic;
}

blockquote {
  background: transparent url(/images/quote.gif) no-repeat top left;
  padding: 5px 10px 5px 20px;
  margin: 20px;
}

blockquote cite {
  display: block;
  font-size: 0.66em;
  text-align: right;
  padding-right: 6em;
}

.box h4
{
  font-size: 0.9em;
  color: #333;
  font-weight: lighter;
  padding-bottom: 10px
}

.box
{
  font-size: 0.9em;
  border: 1px solid #fdc;
  -moz-border-radius: 2px;
  background: #ffc;
  padding: 10px;
  margin-bottom: 20px
}

#subscribe
{
  background-image: url(/static/feed.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#subscribe p
{
  margin-bottom: 5px
}

#subscribe input
{
  padding: 1px;
  margin: 0;
  border: 1px solid #fdc;
}

#subscribe input[type=submit]
{
  background: #f80;
  margin-left: 10px;
  font-size: 0.7em;
  -moz-border-radius: 4px;
  color: #fff;
}
#subscribe input[type=submit]:hover
{
  border: 1px solid #888;
  cursor: pointer;
}

#subscribe #feedcount {
    float: right;
    padding: 0 2px 2px 0;
}

#featured_projects img {
    border: 1px solid #ccc;
    background: white;
    margin: 0;
    padding: 0;
}

#featured_projects a {
    margin: 0 1px 0 0;
}



#hcard {
    background: white url(/images/jesse.gif) no-repeat bottom right;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    margin-bottom: 1em;
}
#hcard img {
    margin: 0;
    border: 1px solid #eee;
    background: #fff;
}

#hcard .sites span {
    display: none;
}

#hcard img:hover {
    border: 1px solid #f80;
}

#hcard em {
    font-size: 10px;
    color: #888;
}

#hcard #skills {
    display: block;
    width: 130px;
    font-size: 11px;
    color: #555;
    padding-bottom: 10px;
}

#technorati_hcard {
    font-size: 11px;
    padding-left: 20px;
}
