@media (max-width: 768px)
{
  #pclayer0 { height: 107px;}  /* Header in black*/
  #pclayer1 { top: 106px; height: 28px;} /* Dither */
  #pclayer5 { top: 60px;     /* PlanetCatfish logo */
              left: 42px;
              height: 22px;
              background-image: url(/gif/branding/planetcatfish_black_small_responsive.gif);
              background-position: top left;
              background-repeat: no-repeat;}
  #pclayer6 { top: 0px; height: 60px;} /* Sponsor */
  #pclayer7 { top: 60px;} /* Smart menu */
  #pclayer8 { top: 123px;} /* Main content */
}

/* Move logo and sponsor text if screen wide*/
@media screen and (min-width: 1530px)
{
  #pclayer5
  {
    right: 2px;
    top: 52px;
  }

  #pclayer6
  {
    top: 1px;
  }

  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted
  {
    padding: 10px 30px 10px 30px;
  }
}
