#page {
  width: 755px;
  padding: 15px 10px;
}

#header {
  width: 755px;
  height: 88px;
}

#search-box {
  margin: 50px 0 0 0;
  width:  220px;
}

#dynamic-banner {
  /* background: url("../images/tfl-banner-home.jpg") no-repeat scroll 0 0 white; */
  margin: 0;
  padding: 0;
}

figure {
  position: absolute;
  margin: 0;
}

figure {
  opacity: 0;
}

figure:first-child {
  opacity: 1;
}

figcaption {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  text-shadow: 4px 4px 5px rgba(3, 3, 3, 1);
  z-index: 1;
}

figcaption p.title {
  font-family: 'Bree', serif;
  letter-spacing: 0.8px;
  color: #FFF;
}

figcaption p {
  margin: 2px;
  font-family: Georgia;
  line-height: 1;
}

#content, #content-container, #content-header, #content-inner, #content-area {
  width: 520px;
}

/*
#globalnav  {
  width: 525px;
}

#globalnav li a {
  width: 107px;
}

#globalnav li a:hover {
  background-position: -107px 0;
}

#globalnav_our-work a {
  background: url("../images/our-work-home.png") no-repeat scroll 0 0 transparent;
}

#globalnav_get-involved a {
  background: url("../images/get-involved-home.png") no-repeat scroll 0 0 transparent;
}

#globalnav_give a {
  background: url("../images/give-home.png") no-repeat scroll 0 0 transparent;
}

#globalnav_learn a {
  background: url("../images/learn-home.png") no-repeat scroll 0 0 transparent;
}

#globalnav_about-us a {
  background: url("../images/about-us-home.png") no-repeat scroll 0 0 transparent;
  width: 92px !important;
}

#globalnav_about-us a:hover {
  background-position: -92px 0 !important;
}
*/

#sidebar-right {
  width: 220px !important;
}

#sidebar-right-gift {
  background: url("/sites/all/themes/basic/treesforlife/images/gift-photo-home.jpg") no-repeat scroll 0 0 transparent;
  width: 220px;
  height: 200px;
}

#sidebar-right-gift p {
  margin: 0;
  padding: 0;
}

#sidebar-right-gift a {
  background: url("/sites/all/themes/basic/treesforlife/images/gift-tagline-home.png") no-repeat scroll 100% bottom transparent;
  width: 220px;
  height: 70px;
}


#sidebar-right-newsletter a {
  background: url("/sites/all/themes/basic/treesforlife/images/join-email-list-home.png") no-repeat scroll 0 0 transparent;
  height: 58px;
  width: 220px;
}

#sidebar-right-newsletter a:hover {
  background:  url("/sites/all/themes/basic/treesforlife/images/join-email-list-home.png") no-repeat scroll 0 -58px transparent;
}


/*-------------------------------------------------------------------*/
/*                             Responsive Layout                     */
/*-------------------------------------------------------------------*/
@media (min-width: 1200px) {
  #page {
    width: 1160px;
  }

  #content-top {
    height: initial;
  }

  #content-inner {
    width: 965px;
  }

  #content-header {
    width: 920px;
  }

  #content-container {
    min-width: 745px;
  }

  #search-box {
    margin: 28px 0 0 0 !important;
    padding: 10px 0 18px !important;
    width: 220px;
    font-size: 18px;
  }

  h1.title {
    font-size: 26px;
  }

  /* Image rotator */
  #dynamic-banner {
    width: 930px;
    height: 350px;
  }

  #globalnav li {
    width: 185px;
  }

  #globalnav_about-us {
    width: 183.8px !important;
    margin-right: 0 !important;
  }

  figure {
    width: 930px;
    height: 350px;
  }

  figure img {
    width: 930px;
  }

  figcaption {
    bottom: 15px;
    right: 15px;
    max-width: 600px;
  }

  figcaption.left {
    left: 15px;
    max-width: 450px;
  }

  figcaption.library {
    max-width: 540px;
  }

  figcaption p.title {
    font-size: 44px;
    color: #FFF;
  }

  figcaption p {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  #content-top {
    height: 262px;
  }

  #dynamic-banner {
    height: 196px;
    width: 520px;
  }

  figure {
    width: 520px;
    height: 196px;
  }

  figure img {
    width: 523px;
  }

  figcaption {
    bottom: 5px;
    right: 5px;
    max-width: 380px;
  }

  figcaption.left {
    left: 5px;
    max-width: 300px;
  }

  figcaption.library {
    max-width: 330px;
  }

  figcaption p.title {
    font-size: 21px;
  }

  figcaption p {
    font-size: 16px;
  }

  #globalnav li {
    width: 101px;
  }

  #globalnav_about-us {
    /* width: 104px !important; */
    margin-right: 0 !important;
  }
}