/*

Author: Mr. Henry
Date: 2008-10-31

Relative font sizes:
- every other font size is derived from the base size
- 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.75em Helvetica, Arial, Verdana, Sans-serif; line-height: 1.5em; color: #000000; }


/* @group Links */
a 					{ color: #ee3124; text-decoration: underline; }
a, a:link, a:active	{  }
a:visited			{  }
a:hover				{ text-decoration: none; }
/* @end */


/* @group Headings */
h1, h2, h3, h4, h5, h6 { line-height: 1.2em; text-transform: uppercase; border-bottom: 1px solid #e1e1e1; clear: both; }

h1 { font-size: 4.00em; margin: 0 20px 20px 20px; padding: 0 10px; }
h2 { font-size: 2.00em; margin: 0 0 15px 0; padding: 0 10px 10px 10px; }
h3 { font-size: 2.00em; margin: 0 0 15px 0; padding: 0 10px 10px 10px; }
h4 {  }
h5 {  }
h6 {  }
/* @end */


/* @group General */
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: disc; }
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; color: #d4e1ee; }
.large		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet		{ color: #666; }

.highlight	{ background:#ff0; }
.added		{ color:#060; }
.removed	{ color:#900; }
/* @end */

/* @group Header */
#header     { line-height: 1.2em; }
#header h3	{ font-size: 2.50em; border: none; }
/* @end */


/* @group Content */
#content ul.links a			{ text-decoration: none; }
#content ul.links a:hover	{ text-decoration: underline; }
/* @end */


/* @group Footer */
#footer		{ font-size: 1.17em; color: #FFF; }
#footer h3	{ border-color: #f36f66; }

#credits        { font-size: 0.83em; color: #ffbbae; }
#credits strong { color: #ffffff; }
/* @end */


/* @group Misc */



/* @end */




