/* ======================================================================================= */
/* JONATHAN SANFORD - SANFORDJ@ROGERS.COM | FEBRUARY 2009                                  */
/* ======================================================================================= */



/*
======================================================================================
These styles make printing our site a joy!
======================================================================================
*/

BODY {
font-family: "Trebuchet MS";
font-size: 15px;
color: #000;
background: #fff;
margin: 0;
padding: 0;
}

H1 {
font-size: 18px;
padding: 0px 0px 2px 0px;
border-bottom: 1px solid gray;
}

A {
color: #000;
text-decoration: underline;
}



#headerRight, #heroImage, #corporateNav, #memberNav, #navTouts, #toutContainer, #turkeyCalculatorContainer, #recipeLinkOptions, #footer, .clear, .btnBlue, .noPrint {
display: none;
}

#headerLeft A {
text-decoration: none;
color: #000;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
}

DT {
font-weight: bold;
text-transform: uppercase;
}

.copyCallout {
font-weight: bold;
font-style: italic;
}

#headerLeft {
border: 1px dotted #ccc;
padding: 2px 10px;
text-align: center;
}

#headerLeft A {
font-size: 10px;
}

#headerLeft a:before {
   content: "Thank you for visiting - ";
   }
   
#tomTable TD {
border: 1px solid #000;
}

/* Adds in the link after a link */

/*
#body a:link:after, #body a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 10px;
   }
   

a[href^="/"]:after {
   content: " (http://www.tfc.ca" attr(href) ") ";
   }

a:after {
    content: " (" attr(href) ") ";
}
*/

