﻿/****************************************
Styles specifically for
Food Technology Articles
****************************************/

h1 {
    font-size: 2.1em;
    font-weight: bold;
    color: #000;
    border: none;
    padding-bottom: 0;
}
h4.sub-title {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}


/**********
Top Banner
**********/
.banner-full {
    width: auto;
    float: none;
}
.banner-full img {margin: 0 auto;}
.banner-full br { display: none;}


.maincontent-first,
.maincontent:first-child    { width: 590px; }



/*Right Column*/
.right-col {
    width: 300px;
    margin: 0;
}



/* Strory Tools and Font Size Toolbar */
.storytools { line-height: 21px;margin: 0 0 2em 0;}
    .storytools a { margin-left: 15px;}
    .storytools a:first-child { margin-left: 0;}

    .storytools ul.fontsize {
        margin: 0;
        float: right;
        width: auto;
    }



/**********
Addthis Toolbox
**********/
.addthis_responsive_sharing,
.addthis_sharing_toolbox {
    margin: 10px 0 5px 0;
}



/**********
Sidebar Item(s)
**********/

.right-col .sidebarItem {margin: 10px 0;}
    .right-col .sidebarItem h2 {
        font-size: 14px;
        color: #4E84C4;
        font-weight: bold;
        text-decoration: none;
    }

/**********
Sidebar Most Viewed & Suggested 'widget'
**********/
.sidebarItem.relatedContent,
.sidebarItem.mostViewed {
    border: 1px solid #888;
    
    }
    .sidebarItem.relatedContent h2,
    .sidebarItem.mostViewed h2 {
        padding:5px 10px;
        color: #000;
        border-bottom: 1px solid #888;
    }
    .sidebarItem.relatedContent .content,
    .sidebarItem.mostViewed .content {
        padding: 5px 10px;
        width: auto;
    }
        .sidebarItem.relatedContent .content ul,
        .sidebarItem.mostViewed .content ul {
            margin: 0;
            padding:0;
        }

/**********
Sidebar Related Stories and Related Resources
**********/

.sidebarItem.relatedStories h6,
.sidebarItem.relatedResources h6 {
    font-weight: normal;
    font-size: 11px;
}
