/*
 ***** NEWS STYLESHEET **********************************************************
 */
	 
/* list and item  */
	 #news-item .date,
	 #news-list .date
	 {
	 	font-size: 85%;
		margin: 0 0 1em 0;
		padding: 2px 0 3px 25px;
		background: url(/images/calendar.png) 0px 0px no-repeat;
		display: inline;
	 }
	 #news-list .body,
	 #news-item .body
	 {
	 	overflow: hidden;
	 }

/* list */

	 #news-list ul,
	 #news-list li
	 {
	 	margin: 0;
		padding: 0;
		list-style: none;
	 }
	 
	 #news-list li
	 {
		margin: 0 0 3px 0;
		padding: 0 0 10px 0;
		overflow: hidden;
	 }

	 #news-list h2
	 {
	 	margin: 0 0 .5em 0;
		clear: right;
	 }
	 #news-list h2 a
	 {
	   text-decoration: none;
	 }
	 #news-list h2 a:hover
	 {
	   text-decoration: underline;
	 }
	 #news-list h2 img
	 {
	 	vertical-align: middle;
	 }

	 #news-list .body
	 {
	 	margin-top: 10px;
	 }
	 
	 /* image */
	 #news-list .image
	 {
	 	float: left;
	 }

	 /* file download box */	 
	 #news-list .file-download,
	 #news-item .file-download
	 {
	 	clear: both;
	 }
	 
/* item */

	#news-item .date
	{
		display: block;
	}

	 

/* feed links */

	.feed-links
	{
		margin: 20px 0 0 0;
		clear: both;
	}
	.feed-links img
	{
	  margin-right: 5px;
	}
	.feed-links-right
	{
		float:right;
		margin: 10px 0 0 0;
	}

  @media only screen and (max-width: 767px) {
    .feed-links
    {
      display:none;
    }
  }	
	
/* mobile */

	.mobile #news-list .image,
	.mobile #news-item .image
	{
		float: none;
		overflow: hidden;
		display: block;
		clear: both;
		width: auto;
		margin: 0;
	} 
 