/* 
==========================================
print.css

	Only articles are displayed.

==========================================
*/

/*
------------------------------------------
    Basic layout and defaults
------------------------------------------
*/

body {
  width:       6.5in;
  background:  #fff;
  color:       #000;
  font-size:   12pt;
  }

/* 
------------------------------------------
  Display, but no formating 
------------------------------------------
*/

.fullPage     {  } 
.center       {  }

/* 
------------------------------------------
  Do not display
------------------------------------------
*/

.topper       { display: none;}
.header       { display: none;}
.horizmenu    { display: none;}
.leftCol      { display: none;}
.location     { display: none;}
.linkButtons  { display: none;}
.rightCol     { display: none;}
.NotAFooter   { display: none;}
.footer       { display: none;}
.articleList  { display: none; }


/* 
------------------------------------------
  Display and formating of generic objects
------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
  clear:     both;
  color:     #000;
  }

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}
h5 {font-size:  9pt;}
h6 {font-size:  8pt;}


a,
a:link,
a:visited {
  color:            #000;
  text-decoration:  none;
  }

a:hover,
a:active {
  color:             #000;
  text-decoration:   underline;
}

.cont {
  font-style:        italic;
  font-size:         10px;
  }


/*
------------------------------------------
  Articles
------------------------------------------
*/

.article h2 {
  margin-bottom:          0;
  }

.byline,
.articledate       { 
  display: block; 
  font-size:  10px; 
  font-family: sans-serif;
  }

.articledate { 
  font-style: italic; 
  }

.article img {
  float:      left;
  padding:     0px;
  margin:     10px;
  border:     1px solid #000;
  }


/*
------------------------------------------
  Calendar events
------------------------------------------
*/
.dates2rem {
   margin:                 0px;
   padding:                0px;
   }

.dates2rem p,
.dates2rem p.event, 
.dates2rem p.date,
.dates2rem p.time {
  color:                  #000000; 
  }

.dates2rem p.event {
  margin:                 10px 0px 0px;
  font-size:              12px;
  font-family:            serif;
  }

.dates2rem p.date,
.dates2rem p.time {
  margin-top:             0px;
  margin-left:            10px;
  margin-bottom:          0px;
  font-size:              10px;
  font-family:            sans-serif;
  font-style:             italic;
  }

.dates2rem p.info {
  margin-top:             0px;
  margin-left:            10px;
  margin-bottom:          0px;
  font-size:              10px;
  font-family:            sans-serif;
  }
