/*****************************************************************************************************
Begin all common styles for blog pages to load the basic layout. 
In addition to this common or default page, each brand will need its own Blog_Brand styles. 
Please list styles alphabetically. No hacks. - Sangy
*******************************************************************************************************/
  
/*******************************
*Begin Global Resets
********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Intentionally not using baseline due to IE issue with BING Cashback */
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	line-height: 1;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************
* End Global Resets
********************************/

/*******************************
*Begin Global Selectors
********************************/

body 
{
    background-color:#fff;
    color:#333; 
    font-family:Arial, Helvetica, Sans-Serif;
	font-size: 14px;
  	text-align: center;
}

h1 
{
    font-size:16px;
    font-weight:normal;
    color:#295582;
}

sup {
	 font-size: 0.5em;
	 vertical-align:super;
	
    }

sub {
    font-size: 0.5em;
	vertical-align: bottom;
   }

a  
{
    color:#295582;
    text-decoration:none; 
}  

a:hover 
{
    text-decoration:underline;
    cursor:pointer;
}  

form {
	margin: 0;
	padding:0;
}

/*******************************
* End Global Selectors
********************************/

/*******************************
* Begin Global Styles
********************************/
#wrapper {
    width:988px;
    margin:0 auto;
}

    #header_wrapper {}
    
    #logo_header 
    {
        float:left;
        width:250px;
        margin-left:5px;
        text-align: left;
    }
    
        .logo {
            background-repeat: no-repeat;
            background-position:left top;
            display: block;
        }
        
        .logoSubtext
        {
            text-align:left;
            font-weight:bold;
        }
            
        
        .pageHeader 
        {
            background-repeat:no-repeat;
            background-position:right top;
            float:right;
            width:725px;
        }
       
        .clearBoth { clear:both}
        .floatFix { overflow: auto;}
        
        
    #body_wrapper 
    {
        margin:15px 20px;
        text-align:left;
        width:946px;
      }
    
        #blogPostBody #main_content
        {
            float:left;
            margin-right:19px;
            width:672px;
         }
        
ul#blogShareBox
{
    list-style: none;
    display:block;
}

ul#blogShareBox li
{
    float:left;
    width:auto;
    margin-right:4px;
}

ul#blogShareBox li a
{
    display: block;
    height: inherit;
    width: inherit;
}

ul#blogShareBox li.fb
{
    background-image: url("../../siteimages/blog/btnFacebook.gif");
    width: 21px;
    height: 21px;
}
ul#blogShareBox li.tw
{
    background-image: url("../../siteimages/blog/btnTwitter.gif");
    width: 21px;
    height: 21px;
}
ul#blogShareBox li.pt
{
    background-image: url("../../siteimages/blog/btnPinterest.gif");
    width: 21px;
    height: 21px;
}
ul#blogShareBox li.gplus
{
    background-image: url("../../siteimages/blog/btnGooglePlus.gif");
    width: 34px;
    height: 21px;
}
ul#blogShareBox li.eml
{
    background-image: url("../../siteimages/blog/btnEmail.gif");
    width: 71px;
    height: 21px;
}
ul#blogShareBox li.cmnt
{
    background-image: url("../../siteimages/blog/btnComment.gif");
    width: 93px;
    height: 21px;
}

/*******************************
* Start global Text Styles - 
Standard color for all partners
Need to be used in back office also
********************************/
#postTagsHeaderContainer
 {
    padding-bottom:15px;
 }
 
#postTagsHeaderContainer .postTagsHeaderImg 
{
    background-position:0 -728px;
    background-repeat: no-repeat;
    float:left;
    height:37px;
    width:64px;
}

#postTagsHeaderContainer h1
{
    display:inline-block;
    font-size:28px;
    height: 30px;
    margin-left:10px;
    margin-top:5px;
}

.blogCategoryListRepeater 
{
    border-bottom:1px solid #D3D3D3;
    float:left;
    line-height: 18px;
    padding:10px 0;
    width:675px;
}

.blogCategoryListImageContainer
{
    float:left;
    margin-right:20px;
    text-align:right;
    width:226px;                 
}

.BlogCategoryListTopLeft 
{
    float:left;
    width:300px;
}

    .BlogCategoryListTopLeft h2
    {
        font-size:18px;
        font-weight:bold;
        height:80px;
        overflow:hidden;
     }
    
     /*common to blog category and blog post page */
    .bylineText
    {
      color:#295582;
      border-right:1px solid #d3d3d3;
      font-size:12px;
      font-weight:bold;
      float:left;
      padding-right:10px;
    }
    
    /*common to blog category and blog post page */
    .dateTimeText
    {
       color:#dd4725;
       float:left;
       font-size:12px;
       margin-left:10px;
    }
    
    .WidgetsContainer 
    {
        border-left:1px solid #d3d3d3;
        float:right;
        padding-left:10px;
        width:90px;
    }
    
  
    .blogCategoryListDescription
    {
        color:#333;
        font-family:Arial, Helvetica, Sans-Serif;
	    font-size: 14px;
	    float:left;
	    height:58px;
	    margin:10px 0;
	    overflow:hidden;
	    width:400px;
    }
    
    .moreLink {
        margin-left: 215px;
    }

    .moreLink a 
    {
     font-size: 12px;
     font-weight:bold;
    }

    .moreLink a,
    #postTagsCollection a
     {
        float:left;
        width:100px;
      }
  
  .emailShareIcon 
  {
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1039px;
    display:block;
    height:32px;
    width:82px;
  }
   
   /*******************************
    * Begin Post Styles
    ********************************/
    #postContainer 
    {
        text-align:left;
    }
    
    #postContainer h1
    {
        margin-bottom:10px;       
        font-size:30px;
        line-height: 38px;
        width: 75%;
        float: left;
    }

    #postContainer p
    {
        margin:15px 0;
    }
             
    #postContainer .blogBack, 
    #postTagsHeaderContainer .blogBack
    {
        float: right;
        margin: 8px 16px 0 0;
    }   
       
    .commentCount
    {
        border-left:1px solid #d3d3d3;
        color:#666666;
        font-size:12px;
        float:left;
        margin-left:10px;
        padding-left:10px;
    }
                 
    #postInfo 
    {
        float:left; 
        width:100%; 
        margin:10px 0;
    }
     
    #postShareElementsContainer {}
       
    #postShareElementsContainer .postShareElements
    {
        float:left;
        width:auto;
        margin-right:40px;
    }
             
    .postContent,
    .postTagCollection
    {
        line-height:18px;
    }
             
    .postContent ul
    {
    list-style-type:disc;
 	margin-left: 2em;
    }

    .postContent ol
    {
    list-style-type:decimal;
 	margin-left: 2em;
    }
             
    #postTagCollection 
    {
        font-weight:bold;
        margin:50px 0;
    }
             
    #postTagCollection h3
    {
        display:inline;
    }
             
    .horizontalRule
    {
        border-bottom:1px solid #b5c489;
    }

    .postCommentsContainer 
    {
        width: 650px;
    }

/******************************
* End global Text Styles -
Need to be used in back office also
********************************/


/******************************************
********************************************
* BEGIN Sidebar Styles
********************************************
********************************************/
        
    #sidebar
    {
        float:left;
        width:252px;
    }
    
    .sidebarElements { margin-bottom:15px;}
   
    .sidebarElements span  
    {
        font-size:12px;
        line-height:16px;
    }
        
 /* Begin Related Stories Styles */


    #relatedStoriesContainer p { margin-bottom:10px;}

    #relatedStoriesContainer,
    #relatedArticlesContainer
    {
        clear:both;
        font-size:11px;
        line-height:13px;
        }

.categoryDescriptionTitleBanner,
.blogRecentTagsTitleBanner
{
    height:37px;
    width:252px;
    margin: 6px 0 10px;  
}

.connectWithUsBanner
{
    margin: 10px 0 8px 0;  
}

.sidebarLine
{
    border-bottom: 1px solid #D3D3D3;
    margin: 25px 0;
}

.paginationStyle 
{
   float:right; 
   width:auto; 
   font-weight:bold; 
   margin:10px;
   font-size: 14px;
}


/*******************************
* Begin Sidebar featured product Styles
********************************/

.featuredElementTitle 
{
    color:#fff;
    font-size:18px;
    padding:8px 10px;
    text-align:left;
}
       
.featuredProduct_left
{
    float:left;
    width:110px;
}
     
.featureProductHeader
{
    height:90px;
    overflow:hidden;
    margin-bottom:5px;
    font-weight:bold;
    font-size:16px;
}
      

.featuredProduct_right
{
    float:right; 
    width:120px;
}

.productStrikePrice
{
    margin-right: 5px;
}

.relatedStoriesContent  
{
    padding:5px 10px;
}
  
/******************************************
********************************************
* END Sidebar Styles
********************************************
********************************************/
  
  
/*******************************
* End Global Styles
********************************/

#itemizedLinks
{
    text-align:left;
}

#itemizedLinks a
{
    display:block;
    color:#666;
    line-height:18px;
    margin-left:15px;    
}

#itemizedLinks a:hover
{
     color:#295582;
}


/******************************************
* Begin Article/Guides Category page common styles
********************************************/

#guidePostBody #body_wrapper {}

/* begin guide home page */

#guideHomeHeadingContainer  {width:948px;}

#guideHomeHeadingContainer img
{
    height:231px;
    float:left;
    overflow:hidden;
    width:303px;
    float:left;
}

.guideHeaderTextArea 
    {
    float:left;
    }
    
#guideHomeHeadingContainer h1
{
    font-size:30px;
    height:40px;
    overflow:hidden;
    margin:50px 0 10px 20px;
}
    
#guideHomeHeadingContainer p 
{
    font-size:18px;
    height:120px;
    overflow:hidden;
    margin-left:20px;
    line-height:24px;        
}
    
 #guideHomeCategoriesContainer  
 {    
     float:left;
     margin-bottom:10px;
 }   
 
 #guideHomeCategoriesContainer h2
{
    border:1px solid #D3D3D3;
    float:left;
    padding:10px 0 10px 0;
    margin:20px 5px 10px 5px;
    text-align:left;
    width:303px;
}

 #guideHomeCategoriesContainer a
{
    font-size:16px;
    font-weight:bold;
    padding:15px 10px;

}

 #guideHomeCategoriesContainer a:hover,
 #guideHomeCategoriesContainer span
{
    color:#cc3300;
    text-decoration:none; 
}

 #guideHomeCategoriesContainer span
{
font-size:22px;
}
 
#relatedArticlesContainer 
{
    min-height:304px;
    height:auto !important; 
    height:304px;
} 

#guideCategoryElementsLeftContainer 
{
    float:left;
    width:620px;
}
#guideshareElementsContainer
{
    
    color:#999;
    font-size:16px;
    height:304px;
    margin-left:10px;
    width:305px;
}  

#guideshareElementsContainer a {color:#666;}

#guideshareElementsContainer a:hover {color: #295582;}

#shareFBIconLarge 
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -844px;
    display:block;
    margin:15px;
    padding:25px 0 25px 65px;
}

#shareTwitterIconLarge 
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -775px;
    display:block;
    margin:15px;
    padding:25px 0 25px 65px;
}

#shareOtherBrands {}

#shareOtherBrands .shareOtherBrandsTitle
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1066px;
    display:block;
    height:41px;
    width:302px;
}

#shareOtherBrands .shareProflowers
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1121px;
   float:left;
    height:23px;
    width:161px;
}

#shareOtherBrands .shareProPlants
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1154px;
    float:left;
    height:23px;
    width:141px;
}

#shareOtherBrands .shareRedenvelope
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1187px;
    float:left;
    height:24px;
    width:141px;
}

#shareOtherBrands .shareCherryMoonFarms
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1221px;
    float:left;
    height:24px;
    width:155px;
}

#shareOtherBrands .sharePersonalCreations
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1255px;
    float:left;
    height:39px;
    width:188px;
}

#shareOtherBrands .shareSharisBerries
{
    background: url("../../siteimages/blog/blogSprite_Common.gif") no-repeat 0 -1304px;
    float:left;
    height:39px;
    width:114px;
}

/* begin guide category page */ 
#guideCategoryTitle  
{
    height:131px;
    margin-bottom:20px;
    width:946px;
}
    
.guideCategoryTitle_Left,
#guideshareElementsContainer
 
{
    float:left;
}

.guideCategoryTitle_Left h1
{
    margin-top:50px;
    padding-left:20px;
    text-align:left;
}


.guideCategoryTitle_Right img
{
    height:131px;
    width:468px;
    float:left;
    overflow:hidden;
}

#guideCategoryMainContent 
{
    border:1px solid #dce4bd;
    float:left;
    margin:0 15px 0 0; 
    width:675px; 
}

#guideCategoryMainContent .guideCategoryMainContent_Left 
{
    float:left;
    font-size: 16px;
    font-weight: bold;
    width:267px;
}
    
#guideCategoryMainContent .guideCategoryMainContent_Left h2
{
    margin:20px 0 20px 0;
}
    
#guideCategoryMainContent .guideCategoryMainContent_Left a
{
    padding:0 20px;
}
        
#guideCategoryMainContent .guideCategoryMainContent_Left a:hover
{
    color:#cc3300;
}
        
#guideCategoryMainContent .guideCategoryMainContent_Left a:selected
{
    background-color:#fff;
}
        
.guideCategoryMainContentSelected {
    background-color:#fff; 
    padding:20px; 
    color:#cc3300; 
    font-weight:bold; 
    width:100%;
}
    
#guideCategoryMainContent .guideCategoryMainContent_Right
{
    background-color:#fff;
    font-size:17px;
    float:right;
    width: 406px;
}
    
#guideCategoryMainContent .guideCategoryMainContent_Right h3
{
    margin:20px 10px 0 10px;
}
    
#guideCategoryMainContent .guideCategoryMainContent_Right p
{
    margin:0 10px 10px 10px; 
    color:#333;
    height:35px;
    overflow:hidden;
}

/* Guide Post Page */

#guidePostBody #postContainer
{
    float:left;
    margin-right:19px;
    width:675px;
}


#dsq-content .dsq-toolbar-item
{
 *display:inline!important;   
}
.dsq-global-toolbar-dropdown-container
{
   width:auto !important;   
   overflow:visible !important; 
}
.dsq-tooltip-small 
{
    *display:inline!important;   
}
.dsq-tooltip-outer
{
    *width:130px;
}

.prodContentText
{
    text-align:center;
    width:300px;   
}


/***************************************
	START: Brand specfic Skin Styles
***************************************/

/********************************************
START: PFC Skin Styles
********************************************/
#PFC #body_wrapper 
{
    background-color: #FFF;    
}

#blogPostBody #PFC #main_content
{
    margin-top:15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

#blogPostBody #PFC .searchBarLinks a 
{
    text-decoration:underline;
}  

#PFC #header_wrapper
{
    text-align: left;
}

#PFC .blogCategoryListImageContainer 
{
    text-align: center;
    width: 215px;
    margin-right: 0;
}

#PFC .BlogCategoryListTopLeft, .blogCategoryListDescription 
{
    width: 425px;
}

#PFC #itemizedLinks a
{
    margin: 0;
    font-size: 12px;    
}

#guidePostBody #PFC #main_content
{
    margin:15px 20px;
    text-align:left;
    width:946px;
}

#guidePostBody #PFC #postContainer h1 
{
    width: 100%;
    font-weight: normal;
}

#guidePostBody #PFC .postContent p,
#guidePostBody #PFC .postContent li
{
    font-size: 14px;
}

#guidePostBody #PFC .EmailSignUp input  
{
    height: 17px;
}

#guidePostBody #PFC .FBLike  
{
    display: none;
}

/********************************************
START: PCR Skin Styles
********************************************/
#blogPostBody #PCR #main_content
{
    margin-top:15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

#PCR #header_wrapper {
    text-align: left;
}

#PCR .blogCategoryListImageContainer  
{
    text-align: center;
    width: 215px;
    margin-right: 0;
}

#PCR .BlogCategoryListTopLeft, .blogCategoryListDescription  
{
    width: 425px;
}

#PCR #itemizedLinks a  
{
    margin: 0;
    font-size: 12px;    
}

#guidePostBody #PCR #main_content
{
    margin:15px 20px;
    text-align:left;
    width:946px;
}

#guidePostBody #PCR #postContainer h1
{
    width: 100%;
    font-weight: normal;
}

#guidePostBody #PCR .postContent p,
#guidePostBody #PCR .postContent li
{
    font-size: 14px;
}


/********************************************
START: SSS Skin Styles
********************************************/
#SSS #wrapper {
    background-color: #fff;
}

#guidePostBody #SSS #main_content
{
    margin:15px 20px;
    text-align:left;
    width:946px;
}

#guidePostBody #SSS #postContainer h1
{
    width: 100%;
    font-weight: normal;
}

#guidePostBody #SSS .postContent p,
#guidePostBody #SSS .postContent li
{
    font-size: 14px;
}

/********************************************
START: CMF Skin Styles
********************************************/
#CMF #wrapper {
    background-color: #fff;
}

#blogPostBody #CMF #postContainer h1
{
    width: 100%;
}  

#guidePostBody #CMF #postContainer h1
{
    width: 100%;
    font-weight: normal;
}

#CMF .moreLink {
	margin-left: 247px;
}


/********************************************
START: PLA Skin Styles
********************************************/
#PLA #wrapper {
    background-color: #fff;
}

#PLA #header_wrapper
{
    text-align: left;
}

#PLA #postContainer h1      
{
    width: 100%;
    font-weight: normal;
}

#PLA #itemizedLinks h3
{
     font-size: 14px;
}

/********************************************
START: RED Skin Styles
********************************************/
#RED .paginationStyle {
    width: 672px;
    text-align: right;
}

#guidePostBody #RED #postContainer h1
{
    width: 100%;
    font-weight: normal;
}

#RED #guideHomeHeadingContainer h1
{
    overflow: visible;
    height: auto;
}

#RED #guideCategoryMainContent .guideCategoryMainContent_Right p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
    height: auto;    
}

#RED #guideCategoryMainContent .guideCategoryMainContent_Left p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
    height: auto;    
    background-color: inherit;
}

/********************************************
START: MGI Skin Styles
********************************************/
#MGI #wrapper {
    background-color: #fff;
}

#MGI #header_wrapper {
    text-align: left;
}

/***************************************
	END: Brand specfic Skin Styles
***************************************/