@charset "utf-8";
/* CSS Document */

/* NEWS LIST*/

div.content_news{
	}
/* single item on list */
div.content_newsitem
	{
	}
div.newsitem_container
	{
	}
p.newsitem_date
	{
	}
h2.newsitem_subject
	{
	}
.newsitem_shortcontent p
	{
	}
a.newsitem_readmore{
	}
div.newsitem_image{
	}
div.content_news_linktoarchive{
	}
div.content_news_linktoarchive A
	{
	}

/* View single item on page */
div.newsview_container
	{
	}
p.newsview_date
	{
	}
h2.newsview_subject
	{
	}
p.newsview_shortcontent
	{
	}
p.newsview_content
	{
	}
a.newsview_return{
	}
div.newsview_image{
	}
div.newsview_thumbnails
	{
	}
/* View single item in thickbox*/
div.newstb_container
	{
	}
p.newstb_date
	{
	}
h2.newstb_subject
	{
	}
p.newstb_shortcontent
	{
	}
p.newstb_content
	{
	}
a.newstb_return{
	}
div.newstb_image{
	}


/*News Grid formatting   */
.newsitem a.image{
height:0;
padding-bottom:75%;
overflow:hidden;
}
.newsitem h2.item-title{
min-height:3em;
font-size:1.3em;
text-transform:none;
}
.newsitem h3{
    height:3em;
    font-size:90%;
    font-weight:normal;
}
.item-description-short{
height:140px;
overflow: hidden;
text-overflow: ellipsis;


}
.thumbnail {
    position: relative;
}
.thumbnail a i {
    top: 50%;
    left: 50%;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 2em;
    margin: -0.5em;
}
/* category colours */

/* project-news*/

a.button.project-news{
   background-color:#C5599E;
   color:#ffffff!important;
}
section.box a.project-news{
    color:#C5599E;
}
.project-news section.box{
    border-color:#C5599E;
}
/* healthier-europe*/

a.button.healthier-europe{
   background-color:#5BCFDE;
   color:#ffffff!important;
}
section.box a.healthier-europe{
    color:#5BCFDE;
}
.healthier-europe section.box{
    border-color:#5BCFDE;
}

/* activities*/

a.button.activities{
   background-color:#E6D953;
   color:#ffffff!important;
}
section.box a.activities{
    color:#E6D953;
}
.activities section.box{
    border-color:#E6D953;
}
