/*

Relative font sizes:
- every other font size is derived from the base size (12px = 1em)
- use the em calculator to calculate your font size : http://riddle.pl/emcalc/

Read more about using a vertical rhythm:
24ways.org/2006/compose-to-a-vertical-rhythm

*/

body { font: 0.69em/1.5em "Courier New", Arial, Sans-serif; color: #333; }


/* @group Links */
a         { color: #d00; font-weight: bold; text-decoration: none; } 
a:active  { color: #f66; }
a:visited { text-decoration: line-through; }
a:hover   { text-decoration: underline; }
/* @end */


/* @group Headings */
h1, h2, h3, h4, h5, h6 { }

h1 { font-size: 1.82em; margin-bottom: 20px; }
h2 { font-weight: bold; }
h3 {  }
h4 {  }
h5 {  }
h6 {  }
/* @end */

/* @group Misc */
p         { margin: 0 0 1.5em; }
p.last    { margin-bottom: 0; }

ul, ol    { margin:0 1.5em 1.5em 1.5em; }
ul        { list-style-type: square; }
ol        { list-style-type: decimal; }
dl        { margin: 0 0 1.5em 0; }
dl dt     { font-weight: bold; }
dd        { margin-left: 1.5em;}

blockquote      { margin: 1.5em; color: #666; font-style: italic; }
strong, b       { font-weight: bold; }
em, dfn         { font-style: italic; }
dfn             { font-weight: bold; }
pre, code       { margin: 1.5em 0; white-space: pre; }
pre, code, tt   { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt              { display: block; margin: 1.5em 0; line-height: 1.5; }
q               { font-style: italic; }
small           { font-size: 0.92em; margin-bottom: 1.875em; line-height: 1.5em; }
big             { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

input, textarea { font: 1em Helvetica, Arial, Sans-serif; color: #333333; }
/* @end */


/* @group Header */
/* @end */


/* @group Navigation */
/* @end */


/* @group Content */
/* @end */


/* @group Sidebar */
/* @end */


/* @group Footer */
/* @end */

/* @group Misc */
/* @end */