/*
Description:Fautrever.com print styles
$Date: 2006-10-10 11:08:40 -0600 (Tue, 10 Oct 2006) $
$Rev: 65 $
$Author: nanobar $
*/

* {
margin: 0;
padding: 0;
}

#alt, #sidebar, #comments, .ads { display: none;} /*hide items that aren't essential*/

#footer, img, #topban, #nav, .single { display: none;} /*erin print*/

body {
background:#fff;
margin:0;
padding:0 1em 1em;
font-family:"Lucida Grande", Geneva, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
color:#111;
font-size:75%;/* set ems to match typical pts */
}

/* generic elements
-----------------------------------------------
*/
p,li,dt,dd,label,td{
font-size:1.2em;
line-height:1.4;
}
h1{ font-size:3.0em; }
h2{ font-size:2.4em; }
h3{ font-size:1.8em; }
h4{ font-size:1.4em; }

/* links
-----------------------------------------------
*/
a:link,a:visited,a:hover,a:active{
background:transparent;
outline: none;
color: #111;
text-decoration: none;
}

/* main areas text and spacing
---------------------------------
 */
h1 {
color:#7f7f7f;
}
h2 {
padding:3px 0 6px;
letter-spacing:1px;
color:#7f7f7f;
font-weight: bold;
}
.storycontent h3 {
font-size: 1.6em;
margin: 0 0 .25em 0;
}
p {
margin:0;
padding:.33em 0;
}
li {
margin-left: 1em;
list-style: none;
}
h2.pagetitle {
margin: .5em 0 0;
padding: 2px 0;
border-bottom: 1px solid #f1f1f1;
}
.storycontent {
padding: 1em 0;
border-bottom: 1px solid #f1f1f1;
}
.storycontent ul li {
margin: 2px 0 2px 20px;
list-style: disc;
}
.filed {
color: #ababab;
font-size: 1em;
}
body#article .filed {
padding: 1em 0;
}

/* footer and legal stuff
---------------------------
*/
#footer {
padding: .5em 0;
font-size: 90%;
}
blockquote{
width:94%;
margin: 1em 0;
padding: 0 3%;
text-align:justify;
color: #444;
}
cite{
font-size:90%;
}
ins{
font-weight:bold;
text-decoration:none;
background:#ffc;
}
del{
text-decoration:line-through;
color:#999;
}
