/*  
Theme Name: h2
Theme URI: http://holst.biz/
Description: Pretty pretty
Version: 1.0
Author: Jonathan Holst
Author URI: http://holst.biz/
*/
/*****************************************************************************
 
   PHPHACKER::CSS
   
   By Jonathan Holst <jonathan-a-holst.biz>
   
   No rights reserved. Feel free to take whatever you want.
   
   I've tried my best to comment the code where I felt it was appropriate, 
   but feel free to email me if you have questions about the code.
   Improvements are appreciated as well.
   
   Last modified June 15th 2006.
 
 ****************************************************************************/

* {margin: 0px;padding: 0px;} /* Control is the keyword. */

/* 
   GENERIC ELEMENTS 
*/
html {
  color: #000;
  background: #fff;
  
  font: 95%/1.3 'Gill Sans', GillSans, 'Gill Sans MT', sans-serif;
}

body {
  width: 60%;
  max-width: 70em;
  min-width: 35em;
  text-align: justify;
  padding-left: 5%;
  padding-top: 2%;
}

h2,h3,h4,h5,h6 {text-align: left;}

h2 {
  text-align: right;
  background: #eee;
  font-size: 4.5em;
  padding-right: 5%;
  text-transform: uppercase;
}

h3 {
  margin-top: 2em;
  font-size: 3em;
}

  h3 code {
    font: inherit;
  }
  
p {
  margin: 1em 0px;
}

  p code {
    font-size: 0.8em;
    color: #333;
  }

a {
  color: #000;
  text-decoration: underline;
}

pre {
  font-size: 0.9em;
  margin: 1em 0px;
  padding: 3%;
  border: 2px solid #300;
  background: #000;
  color: #fff;
  overflow: auto;
}

pre,code {
  font-family: Monaco, 'Courier New', Courier, monospace;
}

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

abbr {
  border-bottom: 1px dotted #000;
}

/*
   CLASSES
*/
.end {
  margin-left: 1em;
  color: #999;
  text-decoration: none;
}

.quantcast {
  display: none;
}


/*
   ID's
*/
#sitemap + ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
  #sitemap + ol li {
    font-size: 1.5em;
    font-weight: bold;
  }

    #sitemap + ol li ol {
      list-style-type: lower-roman;
    }
  
      #sitemap + ol li ol li {
        font-size: 0.7em;
        font-weight: normal;
      }

#footer {
  border-top: 1px solid #000;
  margin-top: 5em;
  padding-top: 0.2em;
}

#superninjaproduction {
  text-align: right;
  margin-top: 50px;
}

  #superninjaproduction a img {
    border: none;
  }
