/* --------------------------------------------------------------------------
 *
 * Copyright CMS Quick Start 2010.
 * The following CSS is to be used only for approved CMS Quick Start themes.
 *
 * -------------------------------------------------------------------------*/


/*************************************************/
/* TYPOGRAPHY */
/*************************************************/
a:link, a:visited, li a.active {
  color:#ff3336;
}
#main .view-front-featured .featured-summary span a:link, #main .view-front-featured .featured-summary span a:visited {
  color:#ff5c4d;
  background-image:url(images/featured-arrow.gif);
}
#main a:link, #main a:visited, #main li a.active {
  color:#fa0004;
}
/*************************************************/
/* LAYOUT */
/*************************************************/
#footer {
  background:#540200 url(images/footer-bg.png) left top repeat-x;
}
/*** Poll ***/
.poll .bar .foreground {
  background-image: url(images/poll_foreground.gif);
}
/*************************************************/
/* Featured DD-Block */
/*************************************************/
.view-front-featured {
  background-image:url(images/featured-bg.png);
}