/**
 * @file
 * Visual styles for Bartik's featured top.
 */

.featured-top {
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px 10px;
  margin: 0;
  background:#e8f1fc;
  /*background: rgba(30, 50, 10, 0.08);*/
  border-bottom: 1px solid #e7e7e7;
  /*text-shadow: 1px 1px #fff;*/
clear:both;
	color: #000;
}
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}
.featured-top p {
  margin: 0;
  padding: 0;
}
.dark .featured-top { background: #444;border-bottom: 1px solid #555;}
.dark .featured-top h2{background: #333;border-left: 6px solid #ccc;}
.dark .site-footer { background: #2b2b2b;}
.dark .site-footer__top.clearfix{border-bottom: 1px solid #444;}

