
/*
 +------------------------------------------------------------------------+
 | RASABOXES.ORG                                                          |
 +------------------------------------------------------------------------+
 | print.css                                                              |
 | minimal printing style sheet                                           |
 |                                                                        |
 | Dtek Digital Media, dtek.net                                           |
 | 2008.12.09                                                             |
 |                                                                        |
 +------------------------------------------------------------------------+
 */

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

/* misc layout elements
 +------------------------------------------------------------------------+
 */

#mainnav, #subnav, #searchform, .searchform, #footernav, .blognav, #front-photos, #sidebar img { display: none; }

img { border: 0; }

/* typography
 +------------------------------------------------------------------------+
 */

body {
  font-family: Helvetica, Arial, serif;
  font-size: 62.5%; /* resets 1em to 10px */
  color: #262626;
}

h1, h2, #main a { color: #ec1c24; }
div.block, div.block-hot, #credit a, .donate a:hover em { color: #808080; }
.donate a em, div.block-hot h2, div.block-hot h3 { color: #000; }

div.post, div.block { font-size: 1.3em; }
h5 { font-size: 2em; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
#footer { font-size: 1.2em; }
ul.blog li, ul.wp-tag-cloud li { font-size: 0.9em; }
ul.blog li a, ul.wp-tag-cloud li a { font-size: 1.1em; }
.postmeta small { font-size: 0.9em; }
h1 sup { font-size: 0.5em; }

div.post { line-height: 1.7; }

h2, .donate { text-transform: uppercase; }

h1, h2, h3 { font-weight: normal; }
.donate a em { font-style: normal; }

a, #credit a:hover, div.block a:hover { text-decoration: underline; }
h5 a, #credit a, .donate a, div.block a, a:hover { text-decoration: none; }

} /* end IE5.x filter */

