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

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

#channels, .pagenav, .navigation, #sidebar, #footer, .join, .vqbox, object, .featured, .social, #respond { display: none; }

img { border: 0; }

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

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

p, ul, ol {
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: 1.5em;
}
ul, ol {
padding-left: 2.5em;
}
li {
margin-bottom: .5em;
}
li p {
font-size: 1em;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
}
h5, h1 {
font-size: 2.4em;
line-height: 1.125em;
margin-bottom: 1em;
}
h2, .catdek h1 {
font-size: 1.6em;
line-height: 1em;
margin-bottom: 1em;
font-weight: 700;
}
h3 {
font-size:1.6em;
line-height:1.125em;
margin-bottom: .75em;
border-left: 1px solid #333;
padding-left: .5em;
}
h4 {
font-size: 1.8em;
font-weight: 700;
margin-bottom: 1em;
color: #776;
}
blockquote {
background: url(images/blockquote.gif) no-repeat 0 0;
padding:0 0 0 40px;
font-size: 1.125em;
}
a {
text-decoration: none;
color: #776;
}
a:hover, .current_page_item a {
color: #333;
}
p a, .post li a {
text-decoration: underline;
}
.featuredcarousel li span {
display: block;
}

} /* end IE5.x filter */

