/*********************************************************** The idea with the style information defined here is to declare everything visible in the basic article template and then select out certain elements that don't exist in specific pages, like the head in calendar, or the dec in frontline, by the article div's class Article: Top: Head Dec Kicker Authors Date Body: p Bottom: **********************************************************/ div#article { font-family: verdana; margin: 10px; } div#article p { font-family: verdana; } div#article span#head { font-size: 14px; color: #333; font-family: arial; font-weight: bold; position: relative; width: 100%; display: block; } div#article span#dec { font-size: 11px; color: #333; position: relative; width: 100%; display: block; margin-bottom: 5px; } div#article span#kicker { font-size: 9px; font-weight: bold; color: black; } div#article span#date { font-size: 9px; color: black; } div#article span#authors { font-size: 11px; font-style: italic; color: #333; position: relative; width: 100%; display: block; } div#article span#bios { font-size: 11px; font-style: italic; } div#article span#bios span#authbio { font-weight: bold; } div#article div#body { font-size: 12px; } div#article div#body td { font-size: 12px; } div#article div#letter { background: #cccccc; border: 1px dashed #777777; color: black; font-family: courier new; font-size: 12px; padding: 5px; margin-bottom: 10px; } div#article div.letter { background: #cccccc; border: 1px dashed #777777; color: black; font-family: courier new; font-size: 12px; padding: 5px; margin-bottom: 10px; } div#article div#art { background: #cccccc; font-size: 9px; text-align: center; margin: 0; padding: 0; } div#article div#art img { border: 1px solid black; } div#article div#bottom { margin: 0; padding-top: 3px; width: 100%; border-top: 1px dashed #777777; } /* Here's where the magic happens */ div#article.poodah span#dec { display: none; } div#article.poodah span#authors { display: none; } div#article.poodah div#bottom { display: none; } div#article.viewpoint span#dec { display: none; } div#article.viewpoint span#authors { display: none; } div#article.scene span#dec { display: none; } div#article.signatures span#authors { display: none; } div#article.signatures div#bottom { display: none; } div#article.frontline span#dec { display: none; } div#article.calendar div#top { display: none; } div#article.calendar div#bottom { display: none; } div#article.horoscopes span#dec { display: none; } div#article.horoscopes div#bottom { display: none; } div#article.columns span#dec { display: none; }