/* CSS Document */

div#newsbox
{
  background-color: #333333 ; /* #c9c9c9   #10171c*/
  background: rgba(33, 33, 33, 0.3);
  /*color:#9ca6af; */
  font-family:  "Droid Sans", Helvetica,Arial,sans-serif,"myriad pro", verdana, "Lucida Grande", sans-serif;
  font-size: 1em; 
  border: 1px solid #f9f9f9;
  height: 210px;
  /*opacity:0.8;
  filter:alpha(opacity=80); */
  overflow: hidden;
  padding: 20px;  
  /*display: none; 
  visibility: hidden;  */
  
  width: 86%;
  max-width: 86%; 
  min-height: 185px;
  margin-right: 20px;
  margin-bottom: 20px;   
  padding: 7%;
  float: left; 
  border: 1px solid white;
}

div#newsbox h1
{
  color: white;
  text-transform:uppercase;
  border-bottom: 1px solid #527C8E;
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}

div.newsboxcontent
{
  position: relative;
  height: 190px;
  text-align: center;
  /*height:80%;*/

  /*margin-top: 10px; 
  overflow:hidden;  If image corners should be inside newsbox  */
}

div#newsbox div.newsboxcontent:first-child {
    left: 0;
}


div.newstext
{
  text-align: left;
  padding: 10px 10px 10px 10px;
  position: absolute; 
  bottom: 0px;
  background: rgba(33, 33, 33, 0.8); 
  color: white;
}


.newsdate
{
  font-size: 0.7em;
  line-height: 1em;
}

.newsheader
{
  font-size: 0.9em;
  line-height: 0.9em;
}

.newssummary
{
  margin-top: 15px;
  text-indent: 10px;
  /*margin-left: 10px;   */
  font-size: 0.7em;
  line-height: 1.2em;
}