/* ======================================================================

    Other Crap.css

    timmychristensen.com

    Stylesheet prepared by Timothy Christensen
    Version: 11-10-09

 ======================================================================== */

/*----------------------------------------------------------------------- 
    Classes
 ------------------------------------------------------------------------ */

div.container { margin: 40px auto; width: 420px; }
div.sub-section { background: url(img/line_bg.gif) left top repeat-x; margin-top: 1.5em; padding: 3.0em 0 1.5em; }

p.description,
p.footnote {
  color: #64686F;
  font-family: 'Georgia', 'Palatino', 'Palatino Linotype', 'Times', 'Times New Roman', serif;
  font-style: italic;
  margin-bottom: 2.5em;
}
p.description { font-size: 14px; line-height: 1.5; }


/*----------------------------------------------------------------------- 
    Basic Elements
 ------------------------------------------------------------------------ */

a { color: #518BAE; text-decoration: none; }
a:hover { color: #344966; text-decoration: underline; }

body { background: #FFF url(img/noise_bg.jpg) left top repeat; color: #333D47; }

h1 {
  font-family: 'Georgia', 'Palatino', 'Palatino Linotype', 'Times', 'Times New Roman', serif;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  position: relative;
  text-indent: -1.0em;
  text-shadow: 1px 3px 0 #FFF;
}
h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.5em;
  text-shadow: 0 2px 0 #FFF;
}
h4 {
  font-family: 'Georgia', 'Palatino', 'Palatino Linotype', 'Times', 'Times New Roman', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 1.0em 0 0.75em;
}
ul { margin-bottom: 0; }
ul ul { margin-top: 4px; }
li { font-size: 14px; margin-bottom: 6px; }



/*----------------------------------------------------------------------- 

    Note to the reader:
    
    I basically stole all the design on this page from Noah Stokes. That
    guy really knows his web design and I follow and idolize the work he
    does. A big "thank you" to him if he happens to find this page and
    read the comments buried at the bottom of the CSS.
    
                                                      -Timmy Christensen

 ------------------------------------------------------------------------ */
