@charset "utf-8";
/* 

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

*/

/* --------- news stylesheet  --------- */
div.faqs-slideshow {
  background: #f7f7f7 !important;
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.faqs-slideshow h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 15px;
  font-size: 1.6em;
}
div.faqs-slideshow:hover h2 {
  color: #1855c5;
  text-decoration: underline;
}
div.faqs-slideshow div.text {
  border: 1px solid #e5e5e5;
  padding: 20px;
  background: #fff;
}
/*News*/
div.news div#fadeshow-image {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-right: 15px;
  width: 35%;
  float: left;
}
div.news div#fadeshow-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

/*News List Item*/
div.news-list-item {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
div.news-list-item.first {
  border-top: none;
  padding-top: 0;
}

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

/*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: #1855c5;
}

/*Has Slider Content Read Less*/
div#news-slideshow .has-slider-content a.open {
  color: #1855c5;
}

/* News Widget */
div.news-widget {
}

/* News Thumbnail */
div.news-thumbnail {
}

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