@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("chowhound.com") {
.tagline { visibility: hidden !important; }
#board-banner h2, #post-banner h2 {
font-size: 170% !important; /* :Change 'Boston Area' */
}
.post-call {
height: 20px !important;
padding: 6px 0 0 6px;
}
#maincontent h3 {
visibility:hidden !important;
padding: 0px 0 0 0px !important;
}
#maincontent .post .author { /* This is for 'posted by'. */
color: #ccc !important;
/* color:white; !! hide 'posted by' !!*/
visibility:hidden;
}
#maincontent .post .title {
font-family: Georgia, Times, serif !important;
font-size: 140% !important; /*!! change title size. !!*/
font-weight: normal!important;
color: #333!important;
}
#maincontent {
width: 909px !important; /*!! Make content area wider. */
}
#maincontent .reply-number {
font-size: 100% !important;
font-weight: normal !important;
}
#maincontent .post .postreplies {
text-transform: none !important; /* !!! was uppercase. */
}
/* Remove the red underlines from all hyperlinks.. */
a {
color: #555 !important;
text-decoration: none !important;
}
a.hover {
color: #333 !important;
text-decoration: underline !important;
}
#sidecontent .advert {
visibility:hidden !important; /* Hide ads. */
}
#footer {
visibility:hidden !important; } /* !Hide bottom nav stuff. */
}