/*-------------------------------------------------
NEWS
-------------------------------------------------*/
#bodyText #news {
  margin: 0;
  width: inherit;
  height: inherit;
  /**/
  /*border: 1px dashed #f00;*/
}
#news .post{
  margin: 0 0 2em 0;
}
#news .post img{
  display: block;
  /*float: left;*/
  margin-right: 1em;
  margin-bottom: .5em;
}
#news .post p{}
#news h1.title{
  margin: 0 0 .25em 0;
}

