/*------------------------------------------------------------------
[Layout Stylesheet]
Project: Scotts Blade3 Phase2 page template
------------------------------------------------------------------*/
@import url("../pgTmpl_siteWidthOptions.css");

/* template specific region sizes/positions */
#smg_page_template_mega-menu-region { margin: 8px 0 0; }


/* default desktop view layout is side-by-side for left/right */
#smg_page_template_html-columns { width: 100%; margin: 0 auto; }
body.desktop #smg_page_template_featured-left  { width: 49%; float:left; margin-right: 1%; }
body.desktop #smg_page_template_featured-right { width: 49%; float:right; margin-left: 1%; }

/* default desktop view layout for some variants have left/middle/right teasers */
body.desktop #smg_page_template_content-teasers .content-teaser,
body.desktop #smg_page_template_content-teasers .brand-teaser  {
   width: 32%; margin: 0 1% 0 0; display:inline-block;
}
body.desktop #smg_page_template_content-teasers .content-teaser.final,
body.desktop #smg_page_template_content-teasers .brand-teaser.final  {
   margin-right: 0;
}


#smg_page_blurb_left:empty, 
#smg_page_blurb_right:empty { display: none; }

#smg_page_template_content-teasers,
#smg_page_template_fat_footer,
#smg_page_template_footer {
    clear: both;
    margin: 0 auto;
}
