@charset "utf-8";
/* 

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

*/

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

/*News*/
div.news {
}

/*News List Item*/
div.news-list-item {
}

/*News Item*/
div.news-item {
  background: #e5f4f8;
  border: 1px solid #bfe7f1;
  margin-bottom: 10px;
  padding: 10px;
}

/*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 {
}

div.news-widget .widget-item {
  margin-bottom: 40px;
}

div.news-widget .content {
  clear: none;
}

div.news-widget .content p {
  font-size: 1.6em;
  line-height: 1.5;
}

div.news-widget .content h3 {
  clear: both;
  margin-bottom: 0.5em;
}

/* News Thumbnail */
div.news-widget .widgetImg {
  padding-left: 0;
  padding-top: 5px;
}

/* News Widget Button */
div.news-widget a.button {
  clear: both;
}
