/*
 *  Responsive media queries for listings and flirt homepages
 */

@media screen and (min-width: 1250px) {
  div#pageContainer,
  div#contentContainer,
  div#headerContainer,
  #content-single .top {
    width: 1250px;
  }

  div#breadcrumbContainer { width: 1239px; }


  /* ADVISOR PROFILE PAGES AND LISTINGS */

  #box-menu {
    width: 1235px;
  }

    #box-menu .bg {
      width: 1220px;
    }

    #box-menu ul {
      width: 1235px;
    }

  #content-single .top { background-image: url('../../images/redesign/whitecurve_top-1250.gif'); }

    #content-single .top .content .option { width: 1080px; }

  #content-single .rightb {
    width: 1088px;
  }

  #content-single .empty-tabs {
    margin: 15px 0 10px 15px;
    width: 100%;
  }

    #content-single .empty-tabs h2 { float: none; }

    #content-single .empty-tabs .item { width: 100%; }

  #content-single .listing-feedback { margin-left: 15px; }

    #content-single .member .listing-feedback .box-header { padding-left: 0; }

    #content-single .listing-feedback .listings.two-column { padding: 0; }

      #content-single .listing-feedback .listings.two-column a.browse.left { margin-left: -10px; }
      #content-single .listing-feedback .listings.two-column a.browse.right { margin-left: 1040px; }


  /* CATEGORIES PAGES */
  #content-right.category-listings {
    background-image: url(../../images/redesign/border-content-top-1070.gif);
    width: 1070px;
  }

    #content-right.category-listings .bg { background-image: url(../../images/redesign/border-content-bottom-1070.gif); }

    #content-right.category-listings .listings.two-column .listing { width: 314px; }
    #content-right.category-listings .listings.two-column .listing .right { width: 210px; }

    #content-right.category-listings .listings.two-column a.browse.right { margin-left: 1006px; }

  #content-right.category-listings.full {
    background-image: url(../../images/redesign/border-content-top-1250.gif);
    width: 1250px;
  }

    #content-right.category-listings.full .bg {
      background-image: url(../../images/redesign/border-content-bottom-1250.gif);
      width: 100%;
    }

      #content-right.full .bg div .box-header .right-links { margin-right: 28px; }

    #content-right.category-listings .listings.three-column {
      width: 1186px;
      padding: 0 22px;
    }

      #content-right.category-listings .listings.three-column .listing { width: 374px; }
      #content-right.category-listings .listings.three-column .listing .right { width: 272px; }

      #content-right.category-listings .listings.three-column a.browse.left { margin-left: -28px; }
      #content-right.category-listings .listings.three-column a.browse.right { margin-left: 1185px; }

  #listings_placeholder .listings.two-column #whats_next { width: 957px; }
  #listings_placeholder .listings.three-column #whats_next { width: 1137px; }

  /* IE7 scrolling header fix - !important required for media style to override general style */
  .ie7 #content-single .top.scrolling { margin-left: -1250px !important; }
  .ie7 #content-single .content-body .leftb.scrolling { margin-left: -160px !important; }
}
