/*******************
Code specific to the Your Life sub-template
********************/

body {
  background-image: url('img/Your Life/bg.gif');
}

.container_border {
  border-color: hsl(0, 0%, 100%);
}

.container_bg_bg {
  background-color: hsl(30, 49%, 49%);
}
/*Header*/

.callToAction_fg_fg {
  color: hsl(0, 0%, 100%);
}

.callToAction_bg_bg {
  background-color: hsl(0, 0%, 39%);
}

.callToAction_bg_hover_bg_hover:hover {
  background-color: hsl(0, 0%, 45%);
}

.actionButton {
  color: inherit;
}

.header_bg_bg {
  background-color: hsl(43, 43%, 77%);
}

.headerWrapper_border {
  border-color: hsl(30, 49%, 49%);
}

.header_border {
  border-color: hsl(0, 0%, 100%);
}
/*Navigation*/

.menu_bg_bg {
  background-color: hsl(0, 0%, 100%);
}

.menu_fg_fg {
  color: hsl(0, 0%, 0%);
}

.navLink_fg_hover_fg_hover:hover {
  color: hsl(0, 0%, 57%);
}

.important_active_fg_fg {
  color: hsl(0, 0%, 31%);
}
/*Main Content*/

.slideshowSection_bg_bg {
  background-color: hsl(0, 0%, 100%);
}

.slideshowSection_border {
  border-bottom-color: hsl(43, 43%, 70%);
}

.slideshowExtra_border {
  border-color: hsl(0, 0%, 100%);
}

.slideshowGrid_border {
  border-color: hsl(0, 0%, 100%);
}

.slideshowExtra_bg_bg {
  background-color: hsl(31, 19%, 24%);
}

.innerMain_bg_bg {
  /*background-color: hsl(0, 0%, 100%);*/
}

.innerMain_border {
  border-color: hsl(0, 0%, 100%);
}

.infoBox_bg_bg {
  background-color: hsl(0, 0%, 91%);
}

.infoBox_border {
  border-color: hsl(0, 0%, 100%);
}

.clickHere_fg_fg {
  color: hsl(0, 0%, 100%);
}

.clickHere_bg_bg {
  background-color: hsl(30, 49%, 49%);
}

.clickHere_bg_hover_bg:hover {
  background-color: hsl(30, 67%, 58%);
}

.clickHere_fg_hover_fg:hover {
  color: hsl(0, 0%, 100%);
}
/*Sidebar and Footer*/

.sidebar_title_fg_fg {
  color: hsl(31, 19%, 24%);
}

.sidebar_bg_bg {
  background-color: hsl(30, 49%, 49%);
}

.sidebar_fg_fg {
  color: hsl(0, 0%, 100%);
}

.footer_border {
  border-top-color: hsl(31, 19%, 24%);
}

.footer_bg_bg {
  background-color: hsl(43, 43%, 77%);
}

.footer_fg_fg {
  color: hsl(0, 0%, 100%);
}
