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

/* template specific region sizes/positions */
#smg_page_template_mega-menu-region { margin: 8px 0 0; }
#smg_page_template_html-columns { width: 100%; margin: 0 auto; }


/* position left-nav and body inner areas if present */     
body.desktop #smg_page_template_inner-container #smg_page_template_inner-left {
  width: 24.5%; float:left; vertical-align: top;
}
body.desktop #smg_page_template_inner-container #smg_page_template_inner-right { 
  width: 74.5%; float: right; padding-left: 0.5%; vertical-align: top; 
}


/* desktop layout of side-by-side 3 columns */
body.desktop  #smg_page_template_html-columns .template_html_column {
	width: 32%; margin-right: 1%; float: left; vertical-align: top;
}
body.desktop #smg_page_template_html-columns #smg_page_template_featured-right { margin-right: 0; }


/* desktop side-by-side layout for 3-row teasers */
body.desktop #smg_page_template_content-teasers .content-teaser,
body.desktop #smg_page_template_content-teasers .brand-teaser  {
   width: 32%; margin-right: 1%; float:left; vertical-align: top;
}
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;
}
