/* $bgContainer, color, Main Background */
/* $bgContainerImage, image, Main Background Texture, /_img/bg_container.png */
/* $bgFooter, color, Footer Background */
/* $linkColor, color, Links */
/* $navText, color, Nav Text */
/* $headingColor, color, Headings */

/* ========== Main Background - blue ===================================== */

#container{
  /* $bgContainer */
  background-color: #208ab0;
}

#nav li.current a,
#nav li a:hover{
  /* $bgContainer */
  background: #208ab0;
}
#quicklinks h4{
    /* $bgContainer */
    color: #208ab0;
}

/* ========== Main Background Texture ==================================== */

#container{
  /* $bgContainerImage */
  background-image: url(/_img/bg_container.png);
}

/* ========== Footer Background - cyan =================================== */

body,
#footer{
  /* $bgFooter */
  background-color: #e8e8e8;
}

body{
  /* $bgFooter */
  border-top-color: #e8e8e8;
}

/* ========== Links - red ================================================ */

a,
#sidebar #subnav li li a,
#quicklinks h3{
  /* $linkColor */
  color: #cc5e2b;
}

#billboard #rotatorbtns a.activeSlide,
.event .month,
#sidebar .minical table td.linked-day,
.minical span,
.minical td.linked-day,
#content table.calendar caption span,
a.blog-comment-number,
form#searchForm a#search_go,
.sermons #pagination a#current,
.sermons #pagination a:hover{
  /* $linkColor */
  background-color: #cc5e2b;
}

#traildiv ul{
  /* $linkColor */
  border-color: #cc5e2b;
}

/* ========== Nav Text - yellow ========================================== */

#nav li a{
  /* $navText */
  color: #ffffff;
}

/* ========== Headings - green =========================================== */

h1,
h2,
h3,
h4,
h5,
h6,
#sidebar #subnav li a:hover,
#content table.calendar caption,
.blogs h2 a,
#content .comment .comment-meta span,
#sidebar #subnav li li a:hover,
#sidebar #subnav li li.current > a,
#sidebar .widget h2,
.monkForm legend{
  /* $headingColor */
  color: #000;
}
