/*
threeintentions.com by Dtek Digital Media
minimal printing style sheet
edited 2009.11.19
*/

/* be sure IE5.x only displays these rules for print... */
@media print
{

/*
misc layout elements
*/

#header ul, #searchform, #featured-head { display: none; }

img { border: 0; }

/*
typography
*/

#header h5 { font-size: 1.5em; }

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 62.5%; /* resets 1em to 10px */
  line-height: 1.6;
  color: #324149;
}

h1, #content h2, #content h3, #sidebar h3, a.action { font-family: Georgia, serif; }

#header ul { font-size: 1.4em; }
#intro, #content, #footer { font-size: 1.2em; }
#sidebar { font-size: 1.15em; }
#intro h1 { font-size: 2.2em; }
h1 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
#sidebar h2 { font-size: 1.35em; }
#sidebar h3 { font-size: 1.4em; }

a.action { font-size: 1.1em; }

h1, h2, h3, h4 { line-height: 1.3; }

a { text-decoration: none; color: #b73926;  }
a:hover { text-decoration: underline; }

#header ul a { color: #34514d; }
#header ul a:hover, #header ul li.current_page_item a { color: #b73926; text-decoration: none; }

#intro a { color: #fff; text-decoration: underline; }
#intro a:hover, a.action:hover { text-decoration: none; }

#intro, #intro h2, a.action { color: #fff; }
#sidebar h3 { color: #b73926; }
h2, h3, #footer, #footer a { color: #334f4b; }
#content h3, .postmeta, a.action:hover { color: #57998b; }
blockquote { color: #767676; }

h1, h2, h3 { font-weight: normal; }
blockquote { font-style: italic; }

ul.blognav li.next { text-align: right; }

} /* end IE5.x filter */
