/*--- demo (not included in the theme) --- */

.view-demo-featured .views-row {
  text-align: center;
  width: 960px;
}
.view-demo-featured .view-content {
  position: relative;
}
.view-demo-featured .views_slideshow_singleframe_pager {
  bottom: 20px;
  left: 50px;
  position: absolute;
  z-index: 10;
}
.views_slideshow_singleframe_pager div {
  margin-right: 4px;
  padding: 0;
}
.views_slideshow_singleframe_pager .pager-item a {
  padding: 2px 6px;
}
.views_slideshow_singleframe_pager .activeSlide a {
  background: #cde3f1;
}

.promo-center-2cols .heading {
}
.promo-center-2cols .block h2 {
	float: left;
  width: 320px;
}
.promo-center-2cols .more {
	float: right;
	padding: 7px 0 7px 24px;
	width: 126px;
}

.promo-center-left-content ul {
	padding: 0;
}
.promo-center-left-content ul li {
  display: inline;
  float: left;
  text-align: center;
  width: 100px;
  margin: 0 15px 0 0;
  min-height: 150px;
}
.promo-center-left-content ul li img {
  border: 1px solid #cde3f1;
  height: 75px;
  width: 75px;
  padding: 12px;
}
.promo-center-left-content ul li img:hover {
  border: 1px solid #27333a;
}

.promo-center-right-content ul {
	padding: 0;
}
.promo-center-right-content ul li {
  border-bottom: 1px solid #cde3f1;
  margin: 0;
  padding: .5em 0 .5em 1em;
  list-style: none;
}
.promo-center-right-content .item-list ul li {
  list-style-image: none;
}
.promo-center-right-content li:first-child,
.promo-center-right-content li.views-row-first {
  border-top:  1px solid #cde3f1;
}
.promo-center-right-content li:hover {
  background: #27333a;
  color: #fff;
}
.promo-center-right-content li:hover a:hover {
  color: #fff;
}
.promo-center-right-content .info {
  font-size: .85em;
  color: #999;
}
 .promo-center-right-content .views-field-created {
   margin-right: 1em;
 }

.footer-content p {
  padding: 0 1em;
}

.footer-content .leftpane {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  width: 130px;
}
.footer-content .rightpane {
  float: left;
  padding-left: 10px;
  width: 130px;
}

/* image_assist */
span.inline-left {
  float: none;
}

/* views fluid grid */
li.views-fluid-grid-item {
  background: none;
  border: none;
  overflow: visible;
  padding: 0;
}