/*
 * CATEGORY pages
 */
 
 
/* -------------------------------------------------------- */
/* Lifestyle image w/text
/* -------------------------------------------------------- */
#lifestyle {
  height: 449px;
  position: relative;
}
#lifestyle-text {
  color: #000;
  line-height: 1.5;
  position: absolute;
}
#lifestyle-text h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: normal;
  margin: 0.8em 0 0.5em;
}
#lifestyle-text p,
#lifestyle-text ul {
  font-size: 105%;
}
#lifestyle-text ul {
  margin-left: 1.5em;
}
#lifestyle.baby #lifestyle-text {
  right: 10px;
  top: 20%;
  width: 260px;
}
#lifestyle.character #lifestyle-text {
  display: none;
}
#lifestyle.boys #lifestyle-text {
  left: 20px;
  top: 80px;

#lifestyle.left #lifestyle-text-bg {
  left: 0;
}
#lifestyle.right #lifestyle-text-bg {
  right: 0;
}
#lifestyle.top #lifestyle-text-bg {
  top: 0;
}
#lifestyle.bottom #lifestyle-text-bg {
  top: auto;
  bottom: 0;
}
/* Lifestyle text background - widths
   --------------------------------------------------- */
#lifestyle.narrow #lifestyle-text-bg {
  width: 300px;
}
#lifestyle.girls #lifestyle-text {
/* Lifestyle text background - classes
   --------------------------------------------------- */
#lifestyle.top_20pc #lifestyle-text-bg {
  top: 20%;
}
#lifestyle.top_40px #lifestyle-text-bg {
  top: 40px;
}

/* Lifestyle text - positions
   --------------------------------------------------- */
#lifestyle.none #lifestyle-text {
  display: none;
}
#lifestyle.left #lifestyle-text {
  left: 20px;
}
#lifestyle.right #lifestyle-text {
  right: 20px;
  top: 80px;
  width: 300px;
}
#lifestyle.schoolwear #lifestyle-text {
  right: 10px;
  top: 40px;
#lifestyle.top #lifestyle-text {
  top: 0;
}
#lifestyle.bottom #lifestyle-text {
  top: auto;
  bottom: 1em;
}
/* Lifestyle text - widths
   --------------------------------------------------- */
#lifestyle.narrow #lifestyle-text {
  width: 260px;
}
/* Lifestyle text background - classes
   --------------------------------------------------- */
#lifestyle.top_20pc #lifestyle-text {
  top: 20%;
}
#lifestyle.top_40px #lifestyle-text {
  top: 40px;
}

