html {
  color: #666;
  font-family: Helvetica Neue;
  background: #fefefe; }

a {
  color: #444;
  text-decoration: none; }

.clear {
  clear: both; }

h1, h2, h3, h4 {
  color: #FF3399;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 22px;
  margin: 10px 0;
  padding-bottom: 3px;
  text-shadow: 0px 1px 3px #eee; }

h1 {
  position: absolute;
  left: -5px; top: -12px;
  font-size: 72px; }
  h1 a {
    color: #f3f3f3; }

h2 a, h3 a { color: #FF3399; opacity: 0.8; }
h2 a:hover { opacity: 1; }

h2 span.date {
  display:none;
  float: right;
  color: #bbb;
  font-size: 15px;
  margin: 2px 0 10px 0; }

h3 { font-size: 18px; margin: 20px 0 5px 0;}

h4 {
  font-size: 15px;
  margin: 20px 0 5px 0; }

p {
  font-size: 14px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  line-height: 24px;
  margin-bottom: 10px; }

p a, li a {
  border-bottom: 1px solid #333333; }
p a:hover, li a:hover {
  border-bottom: 1px solid #EF52AD; }

hr {
  margin: 20px auto 20px auto;
  border: none;
  width: 90%;
  color: #ccc;
  background-color: #ccc;
  height: 2px; }

code {
  font-family: Monaco, Courier-New, monospace;
  font-size: 12px;
  border: 1px solid #ccc; }

pre {
  margin: 20px 0;
  padding: 7px;
  background: #efefef;
  border: 1px solid #aaa;
  border-left: 6px solid #aaa;
  overflow-y: hidden;
  overflow-x: scroll; }

pre code { border: none; }

ol { margin-bottom: 10px; }

li {
/*  color: #777;*/
  margin-left: 15px;
  font-size: 13px;
  list-style-type: decimal;
  list-style-position: inside; }

blockquote {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 11px;
  font-style: italic;
  border-left: 4px solid #eee; }

cite { font-size: 11px; }

#wrapper {
  width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;}

  #wrapper a.about {
    position: absolute;
    top: 64px;
    left: -150px;
    font-size: 168px;
    text-decoration: none;
    color: #f3f3f3; }

  #wrapper a.about:hover { color: #eee; }

    #wrapper #main .post {
      margin-bottom: 40px; }
      #wrapper #main .post p {
        color: #444; }
    #wrapper #main #bout {
      margin-bottom: 40px; }
      #wrapper #main #bout img.me {
        margin-top: 5px;
        float: left; }
      #wrapper #main #bout p.details {
        width: 300px;
        float: right; }
