/* archive */

div.news-archive { 
  margin-top: 8px;
}

div.news-archive-title { 
  color: #C5311B;
  font-weight: bold;
}

span.news-archive-year { 
  color: #C5311B;
  font-weight: bold;
}


/* news - display on the page Novice */

div.news-item { 
  margin-bottom: 2em;
}

span.news-date { 
  color: #C5311B;
  font-weight: bold;
  font-size: 90%;
  display: block;
}

span.news-name { 
  display: block;
  font-weight: bold;
}

span.news-blurb { 
  display: block;
}


/* individual news item */

div.news-body { 
  margin-top: 2em;
}

span.news-individual-date { 
  color: #C5311B;
  font-weight: bold;  
}

span.news-individual-blurb { 
  font-weight: bold;  
}

span.news-individual-text { 
  display: block;
  margin-top: 2em;
}

ul { 
  margin: 0.5em 0px 0px 1em;
  list-style: disc;
  text-indent: 0em;
  padding-left: 3em;
}

img.news-image { 
  float: left;
  margin: 4px 8px 4px 0px;
}
