/* ***********************************************************
   200307web.css
   the master style sheet for web version of the midnight rambler
   css by Mary Wior
   ***********************************************************
*/


/* ********************************
   disappearing reappearing classes
   ******************************** 
   PLEASE NOTE
   -----------
   these rules are numbered and need to stay in order so that
   the javascript to make the online neweletter stuff appear
   and disappear will work.  They also have to be first.

   The actual appearance and such of these classes is implemented
   both below and in the apropriate style sheet, but they are 
   "declared" here for ease of reference.  
  
   Text-decoration is set to none as a nonsense attribute because
   browers (like safari) don't count the empty rules.
*/
/*  * grouped stuff */
/*  0 */  .events { text-decoration: none; }
/*  1 */  .fine-print { text-decoration: none; }
/*  2 */  .ad { text-decoration: none; }
/*  3 */  .news { text-decoration: none; }
/*  * articles  */
/*  4 */  #F0 { text-decoration: none; }
/*  5 */  #F1 { text-decoration: none; }
/*  6 */  #F2 { text-decoration: none; }
/*  7 */  #F3 { text-decoration: none; }
/*  8 */  #F4 { text-decoration: none; }
/*  9 */  #F5 { text-decoration: none; }
/* 10 */  #F6 { text-decoration: none; }
/* 11 */  #F7 { text-decoration: none; }
/* 12 */  #F8 { text-decoration: none; }
/* 13 */  #F9 { text-decoration: none; }

/*
   Stuff that stays the same on the web and in print

   This section should go away eventually, I'm just too tired to do it now.
*/

.article { border: none;  }
.article p { }  
.article h3 { 
  text-align: center; font-weight: bold; text-decoration: underline; }
.ad { text-align: center; border: double;  }
.ad h3 { 
  font-weight: bold; font-style: italic; } 
.ad p { font-style: italic; }
.paid {  }
.footnote { font-size: 80%; } 
.sig { font-style: italic; }
.letter p + p { }
.letter .sig { text-indent: 0; }

