/*-----------------------------------------------------------------------------
Title:             Fontdeck Test
Author:            dmcnally84@gmail.com
Date/Version:      May 2010
-----------------------------------------------------------------------------*/

*                  { margin: 0; padding: 0; }
body               { line-height: 1.5; color: #eaeaea; background: #31482d url('bg.png'); font-family: "Fontin Sans Bold", 'Trebuchet MS', Arial, serif; font-weight: bold; font-style: normal; }
a                  { color: #eaeaea; }
#wrapper           { width: 800px; margin: 0 auto; }

h1, h2             { text-shadow: 0px 2px 1px rgba(0, 0, 0, .7); }

h1                 { font-size: 60px; margin: 40px 0 20px 0; }
h2                 { font-size: 36px; }
p                  { font-size: 30px; margin-top: 30px; }
footer p           { font-size: 18px; margin-bottom: 20px; }
