.news-holder p {
    margin-top: 10px;
	font-family: 'Open Sans';
}

.news-holder p .date
{
	display: inline-block;
	font-size: 14px;
	color: #9e9e9e;
	
}

/*
.news-holder p .date:after
{
	content: "|";
	display: inline-block;
	width: 20px;
	text-align: center;
}

 */

.news-holder p .cat
{
	color: #0277bd;
	font-family: 'Open Sans';
	font-size: 14px;
	text-decoration: none;
}

.news-holder p .cat:hover
{
	opacity: .4;
	text-decoration: none;
}

.news-holder {
    margin: 0 auto;
    font-family: Verdana, sans-serif;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.news-headlines {
  position: relative;
  list-style: none;
}

  .news-headlines li {
    padding: 10px 20px 5px 70px;
    margin-bottom: 7px;
    position: relative;
    z-index: 20;
	list-style: none;
    /*height: 91px;*/
  }
  
  .news-headlines li:last-child
  {
	  margin-bottom: 0;
	  padding-bottom: 0;
  }
  
    .news-headlines li a {
		color: #212121;
		font-family: 'PT Serif';
		font-size: 16px;
		color: #212121;
		text-decoration: none;
	}
	
	.news-headlines li a:hover {
		text-decoration: underline;
	}

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  /*.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }*/

  .news-headlines li:hover, a:hover {
      cursor: pointer;
  }
  
  .news-headlines .highlight {
     width: 60px;
	 height: 60px;
     background: url(../img/sliderstripe.png) no-repeat left center;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   /*float: left;*/
   /*width: 58%;*/
   margin-left: 360px;
}

.news-preview {
   float: left;
   width: 398px;
   height: 380px;
   overflow: hidden;
   background: #ededed;
   position: relative;
   z-index: 5;
   *margin-left: -1px;
   position: relative;
}

  .news-preview img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto 5px auto;
	overflow: hidden;
  } 

.news-content {
    position: absolute;
    background: #ededed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}