/*

Author: Mr. Henry
Date: 2009-09-18

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 Georgia, "Times New Roman", serif; color: #252525; }


/* @group Links */
a 				    { color: #d9474a; }
a, a:link, 
a:active	        {  }
a:visited		    {  }
a:hover			    { text-decoration: none; }
/* @end */


/* @group Headings */
h1, h2, h3, h4, h5, h6 { }
.single h1              { margin-bottom: 40px;}
.tag h1              { margin-left: 75px; margin-bottom: 40px;}
#content h1,
body.home h2    { font-family: "Arial Black", sans-serif; font-size: 2.18em; line-height: 0.9em; font-weight: bold; color: #252525; text-transform: uppercase; }
h2 a  { color: #252525; text-decoration: none; }
h2              { font-size: 1.8em; text-transform: uppercase; margin: 0 0 1em 0; }
h3              { font-size: 1.6em; text-transform: uppercase; margin: 0 0 1em 0; }
h4              { font-size: 1.3em; text-transform: uppercase; margin: 0 0 1em 0; }
h5              { font-size: 1.1em; text-transform: uppercase; margin: 0 0 1em 0; }
h6              { font-size: 1em; font-weight: bold; }
/* @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: disc; }
ol				    { list-style-type: decimal; }
dl				    { margin: 0 0 1.5em 0; }
dl dt			    { font-weight: bold; }
dd				    { margin-left: 1.5em;}

blockquote	        { font-family: "Arial Black", Arial, sans-serif; font-size: 2em; line-height: 0; color: #000;  }
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 */
body.page .post .entry blockquote,
body.single .post .entry blockquote     { font-family: Georgia, "Times New Roman", serif; font-size: 3.17em; color: #000; text-transform: uppercase; }

.post .meta                 { font-family: "Arial Black", sans-serif; font-size: 0.91em; color: #FFF; text-transform: uppercase; }
.post .meta a               { color: #FFF; text-decoration: none; }
.post .wp-caption-text      { font-size: 0.91em; font-style: italic; text-align: center; }

.commentlist .author        { font-size: 1.27em; text-transform: uppercase; }
.commentlist .author a      { color: #000; }
.commentlist .time          { color: #666; }
.commentlist .comment-edit-link         { font-size: 0.91em; text-decoration: none; text-transform: uppercase; }
.commentlist .comment-edit-link:hover   { text-decoration: underline; }
.commentlist .moderation    { color: #E39686; }
    
#respond #submit            { color: #FFF; text-transform: uppercase; }

body.page h2                { display: none; }
/* @end */


/* @group Sidebar */
#sidebar .nav a             { font-family: "Arial Black", Arial, sans-serif; font-size: 2.18em; line-height: 0.8em; color: #252525; text-transform: uppercase; text-decoration: none; }
#sidebar .photo .caption    { font-size: 0.91em; font-style: italic; }
#sidebar .tagcloud .inner   { text-align: center; }
#sidebar .tagcloud a        { color: #000; text-decoration: none; }
#sidebar .tagcloud a:hover  { text-decoration: underline; } 
/* @end */


/* @group Footer */
/* @end */

/* @group Misc */
.post-edit-link             { margin-left: 75px; text-transform: uppercase; }
/* @end */