@charset "utf-8";
/* 

NEWS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- news stylesheet  --------- */

/*News*/
div.news h1{
	border-bottom:1px solid #FFF;
	box-shadow: 0 2px 2px -2px gray;
	padding-bottom:10px;
	}
div.news-panel
	{		
	border-bottom:1px solid #FFF;
	box-shadow: 0 2px 2px -2px gray;
	padding:30px 0;
	width:100%;
	}
div.news-panel.last
	{		
	border-bottom:none;
	box-shadow:none;
	}
div.news-panel.colour-one h2
	{		
	color:#2D4098 ;
	}
div.news-panel.colour-two h2
	{		
	color:#286911 ;
	}

div.news-image-bg-panel{
	width:40%;
	height:200px;
	overflow:hidden;
	margin-bottom:1em;
	float:left;
	margin-right:15px;
	border:1px solid #FFF;
	-webkit-box-shadow: 0px 0px 3px 1px #666;
	-moz-box-shadow: 0px 0px 3px 1px #666;
	box-shadow: 0px 0px 3px 1px #666;	
	}
/*News List Item*/
div#linkedin-share{
	float:right;
	margin-top:12px;
	z-index:9999;
	}
div.news-list-item
	{
	}

div.news-panel a.news-link
	{		
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
	top:0;
	left:0;
	text-decoration:none!important;
	}
div.nav-side.news span.date{
	font-style:italic;
	font-family:Arial;
	font-size:0.8em;
	line-height:1.8;
	}
/*News Item*/
div.news-item  div#fadeshow-image img
	{
		max-width:100%;
	}
	
	

/*Has Slider Content?*/
div#news-slideshow .has-slider-content
	{
	}	
	
/*Hidden Content*/
div#news-slideshow .has-slider-content .slider-content.hide
	{
		
	}
	
/*Has Slider Content Read More*/
div#news-slideshow .has-slider-content a.closed
	{
		color:#F00;
	}		

/*Has Slider Content Read Less*/
div#news-slideshow .has-slider-content a.open
	{
		color:#F00;
	}		
	
/* News Widget */
div.news-widget
	{
	}

/* News Thumbnail */
div.news-thumbnail
	{
	}
	
/* News Widget Button */
div.news-widget a.button
	{
	}
