﻿/* HTML ********************************************************************/
html, body { height: 100%; }
body {
    padding: 0;
    margin: 0 0 0 0;
    background: #3F7652;
    color: #222;
    font: 76% Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.4em;
}
div { text-align: left; }
h1 {
    font-weight: bold;
    font-size: 1.3em;
    padding: 0;
    color: #3F7652;
}
h2 {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    color: #000000;

}
h3 {
    font-weight: bold;
    font-size:1.2em;
    color: #000;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0c493c;
    margin: 0 0 5px 0;
    padding: 0;
}
h5 {
	font-size: 1.6em;
    line-height: 1.2em;
    font-weight:bold;
    color: #990000;
    padding: 0;
    margin: 0 0 8px 0;
    font-family: Georgia, Times, "Times New Roman", serif;
}
h6 {
    font-size: 1.1em;
    color: #3F7652;
    margin: 0px 0 5px 0;
}
a {
    color: #cc0000;
    text-decoration: none;
	font-weight:bold;
}
a:hover {
    color: #005343;
}
ul{
	list-style-type:disc;
}
img { border: 0; }
hr { color: #CC9900; background-color:#CC9900; height:1px; border:0px; margin-top:5px; margin-bottom:5px; position: inherit;}
.error { color: #FF0000; }
#printLogo { display: none; }
/* Layout         ************************************************/
#container {
    width: 773px;
    margin: 0 auto;
    background-color: #FDE9A2;
    position: relative;
    min-height: 100%;
}
#header {
    height: 143px;
    position: relative;
    margin-bottom:-15px;
}
#header-home {
	width: 773px;
    height: 369px;
    position: relative;
}
#col1Wrapper {
    float: left;
    width: 216px;
    padding-top:20px;
}
#col2Wrapper {
    float: right;
    width: 552px;
    background-color:#FFFFFF;
    padding-top:20px;
    padding-bottom:20px;
}
#col2 {
    padding: 0 15px 0 12px;
}
#col2a {
    float: left;
    width: 198px;
    margin-right: 24px;
}
#col2b {
    float: left;
    width: 300px;
}
/* Classes *******************************************************/
.clear { clear: both; }
.endcontent { height: 75px; }
.copyright { font-size: 10px; padding-bottom: 10px;}
.gray { color:#999 }
.imgBorder { border: 2px solid #C99F33; }
.required { color: #FF0000 }
.info {
    font-weight: bold;
    line-height: 1.6em;
}
.boxHeader {
	padding:0 0 0 9px; 
	margin-bottom: 2px;
	font-weight: bold;
    font-size: 1.1em;
    color: #990000;
}
.boxSignInShareRecipe {
	background-color:#ecf9fa;
	margin: 0 0 10px 10px;
	width:500px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #B1D7E4;
}
.boxRateRecipe {
	background-color:#ecf9fa;
	margin: 0 0 10px 10px;
	width:500px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #B1D7E4;
}
.boxSignInCoupons {
	background-color:#ecf9fa;
	margin: 10px;
	width:500px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #B1D7E4;
}
.boxCouponLocation {
	background-color:#ecf9fa;
	margin: 0 0 10px 10px;
	width:500px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #B1D7E4;
}
.boxSubmitGuestbook {
	background-color:#ecf9fa;
	width:500px;
	margin: 0 0 10px 10px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #B1D7E4;
}
.signinHeader { background-color: #B1D7E4; color:#CB0029; font-weight:bold; margin-left:-8px; padding:5px; }
.friendTextBox { width:170px; }
/* Footer ********************************************************/
#footer {
    font: 0.9em Arial, Helvetica, sans-serif;
    height: 70px;
    margin: -60px auto 0 auto;
    background: #FFEAA2;
    color: #0C493C;
    position: relative;
    text-align: center;
    padding-left: 245px;
    width: 528px;
}
#footer div { text-align: center; }
#footerHome #footer { width: 773px; margin: 0 auto; padding: 0; position: static; height: auto; }
#footerHome #footer, #footerHome #footer a { color: #FFF !important; }
#footer a { color: #0c493C; text-decoration: underline; }
#footer a:hover { color:#CC9900; }
/*Main Navigation ************************************************/
#nav {
    overflow: hidden;
    background-color:#135343;
    margin-top:-5px;
    padding-top:5px;
    padding-bottom:5px;
}
#nav ul { margin-left:-20px; }
#nav ul, #nav li {
    padding: 0;
    display: inline;
    padding-left: 22px;
}
#nav .AspNet-Menu-Link { color: #FFF; font-weight:bold; font-size:1.1em; }
#nav .AspNet-Menu-Link:hover { color:#ffff99; }
#nav .AspNet-Menu-Selected { color:#ffff99; }
/* Sub-navigation *******************************************************************/
.navHeader 
{
	color:#3F7652;
	font-size:1.2em;
	font-weight:bold;
	padding-left:20px;
	text-transform:uppercase;
}
.AspNet-Menu, .AspNet-Menu ul
{
	list-style:none;
	font-weight:bold;
	margin-left:-19px;
}
.AspNet-Menu li { line-height:20px; }
.AspNet-Menu-Selected { color:#005343; }
.Products-Menu { margin-top: -12px; }
.ToYourHealth-Menu { margin-top: -12px; }
.Programs-Menu { margin-left:0; margin-top: -12px;  padding-left:20px;
	*margin-top:-20px; }
/* FMA ******************************************************************************/
.fmaBox {
	border:1px solid #CC9900;
	margin:0 13px 0 13px;
	padding:5px;
}
.fmaTitle {
	font-weight: bold;
	margin:0px 0px 5px 0px;
}
/* E-newsletter signup **************************************************************/
.smallTextBox { width:100px; }
.xsmallTextBox { width:37px; }
.btnSubmit { width:60px; }
/* Home Page ************************************************************************/
.HomeOfRedGold {
	text-align:center;
	font-weight:bold;
	margin-top:-8px;
	color:#CB0029;
	font-size:15px;
}
.HomeOfRedGold sup { font-size:10px; }
.mainContent {
	margin: 10px 20px 0 20px;
}
.boxLinda {
	width:190px;
	float: left;
	margin-top:0;
	margin-bottom:10px;
}
.imageLinda {
    float: left;
    margin-top:4px;
    margin-right: 8px;
}
/*
.meetLinda {
	font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 7px 0;
    padding: 0;
    color: #3F7652;
}
.homeEc {
	color: #3F7652;
	font-weight:bold;
	font-size:1.2em;
}*/
/* THIS DIDN'T WORK B/C OF IE 6
.boxRecipe 
{
	border:1px solid #000;
	width: 340px;
	margin:110px 0 10px 10px;
	background-color:#edf6e7;
	float:right;
}
.contentRecipe {
	margin-top:-110px;   // This value must be the negative of the top margin of boxRecipe
	padding:0 9px 0 9px;
	border:1px solid #000FFF;
}*/
.boxRecipe {
	width: 322px;
	margin:0 0 10px 10px;
	float:right;
}
.contentRecipe {
	padding:0 5px 0 5px;
	background-color:#edf6e7;
}
.headerRecipe {
	font-weight: bold;
    font-size: 1.2em;
    text-transform:uppercase;
    padding:10px 0 0 0;
    color: #3F7652;
}
.titleRecipe {
	font-weight: bold;
    font-size:1.1em;
}
.detailsRecipe {
}
.YOTbanner { margin-left:-12px; 
	_width:542px; /* stupid IE 6 */
}
/* Recipe Details *******************************************************************/
.recipeResult {
	margin-bottom:-15px;
}
#recipeTop {
    border-bottom: 1px solid #000;
    margin-bottom: 7px;
}
#recipeTop .header {
    border-right: 1px solid #000;
    font: italic bold 1.5em/1em Georgia, "Times New Roman", Times, serif;
    color: #3C662F;
}
#recipePhoto {
    float: right;
    border: 1px solid #333;
    margin: 0 0 3px 5px;
    padding-bottom: 3px;
    background: #497B36;
    font-size: 9px;
    text-align: center;
    color: #FFF;
    line-height: 0.9em;
}
#recipePhoto img {
    margin-bottom: 3px;
}
#recipePhoto img, #recipePhoto a {
    text-decoration: none;
    color: #FFF;
}
#recipeDescription ul {
    margin: 0 0 7px 0;
    padding: 0;
    list-style: none;
    color: #0C493C;
}
#recipeDescription ul a { font-weight: normal; text-decoration: none; }
#recipeDescription ul li { padding-left: 24px; }
li#emailBtn { background: url(images/email_icon.gif) no-repeat left top; }
li#printBtn { background: url(images/print_icon.gif) no-repeat left top; }
li#rateBtn { background: url(images/rate_icon.gif) no-repeat left top; }
li#videoBtn { background: url(images/video_icon.gif) no-repeat left top; }
.boxTop {
    border-top: 1px solid #C99F33;
    background: #FFFAE9;
    color: #333;
    padding: 4px;
    margin-bottom: 15px;
}
div.boxTop ul {
    margin: 0;
    padding: 5px 5px 5px 15px;
}
.recipeTextBox { width:280px; }
/* TO YOUR HEALTH ************************************************/
.FloatRight {
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.Border {
    border: 4px solid #357652;
}
.tyh_highlight_box {
    background-color:#FFF8E0;
    width:516px;
}
.tyh_highlight_title {
    color:#C52301;
    text-transform:uppercase;
    font-weight:bold;
}
.tyh_title {
    color: #346045;
    text-transform:uppercase;
    font-weight:bold;
}
.tyh_recipe_title {
    color: #83AD06;
    font-weight:bold;
    margin-bottom:5px;
}
.tyh_recipe_box {
    background-color:#FFF8E0;
    width:489px;
    padding: 10px;
}
.tyh_recipe_photo{
    border: 1px solid #A9A3A5;
    padding: 5px;
    background-color: #FFFFFF;
}
.image_caption{
    background-color:#D62201;
    margin-top:-4px;
    padding:5px;
    color:#F3BD01;
    text-align:center;
}
.image_caption_subpage{
    font-weight:bold;
    color:#C52301;
    text-align:center;
    padding-top:3px;
}
.toYourHealth li {
    list-style-image:url(images/to_your_health_bul.gif);
}
/* CONTEST */
.contestimage,.couponimage{
	padding: 5px 0 10px 10px;
	float:right;
}
.contestRightColumn { float:right;text-align:center;width:250px; margin-left: 20px; }
/* COUPON PROMO */
.coupon_second_page {
	border: solid 1px #3F7652;
	padding:5px;
}
/*  FAMILY FARMS ************************************************************************/
.signoff         {
        margin: 7px 0 0 0;
        color: #B8A45F;
        font-size: 0.9em;
        font-style: italic;
}
#winterWrap {
        position: relative;
}
#winterCentral {
        position: absolute;
        z-index: 100;
        background: #AFA989;
        width: 260px;
        margin: -130px 0 0 -35px;
}
#winter {
        position:relative;
        margin: -3px 0 3px -3px;
        border: 1px solid #666;
        padding: 5px;
        background: #FFF;
        width: 260px;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 248px;
}
body>#winter {width:248px;}
#winterContent {
        background: #94B367;
        padding: 12px;
}
#winter img { border-color: #000; margin-bottom: 7px; }
#winter .signoff { color: #000; margin: 0; }
#winter a { display: block; text-align: right; font-weight: bold; }
/* NEWS **********************************************************/
#news h2 { text-transform: uppercase; }
#news h3 { margin: 0 0 3px 0; padding: 0; }
.headline { color: #3F7652; text-decoration: none; }
#news .break br {
        display: block;
        margin-bottom: 5px;
}
#news h4 {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
}
.date {
        margin-bottom: 6px;
        font-size: 0.9em;
        color: #c99f33;
        font-weight: bold;
}
.news {
	clear:both;
    margin-bottom: 15px;
}
.newsThumb {
        float: left;
        margin: 0 7px 7px 0;
}
.newsLarge {
        float: right;
        margin: 0 0 10px 10px;
        background: url(images/shadow.gif) no-repeat right bottom;
}
.newsThumb img { border: 2px solid #C99F33; }
.newsLarge img { border: 1px solid #C99F33; position: relative; top: -5px; left: -5px; }
#videoLink ul {
        margin: 20px 0 7px 0;
        padding: 0;
        list-style: none;
        color: #0C493C;
}
#videoLink ul a { font-weight: normal; text-decoration: none; }
#videoLink ul li { padding-left: 24px; }
/* NEWS ****************************************************************/
.newslettersBox {
	background-color: #EDF6E7;
	padding:10px;
}
.newsletter {
	padding-bottom: 10px;
}
/* PRODUCTS *********************************************************************************************/
#products h2 {
        font: italic bold 1.5em/1em Georgia, "Times New Roman", Times, serif;
        color: #0C493C;
        margin: 0;
        padding: 0 0 3px;
}
#products h2.alth2 {
        font-size: 1em;
        padding: 0 0 5px 0;
}
#products h3 { color: #0c493c; }
#products .rulerAlt {
        border-bottom: 1px solid #c99F33 !important;
        padding-top: 5px;
        margin-bottom: 10px;
        clear:both;
}
#products .listing { margin-left: 100px; }
#products ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}
.productClassImg {
        float: left;
        margin: 0 5px 0 0;
}
ul.greenarrow { padding-bottom: 20px; list-style: none; }
ul.greenarrow li {
        background: url(images/li_green_arrow.gif) no-repeat 0px 3px;
        padding-left: 13px;
        font-weight: bold;
}
#products ul li a {
        font-weight: normal;
        color: #D3292A;
        text-decoration: none;
}
#products ul li a:hover { text-decoration: underline;}
#products { padding-bottom: 10px; }
.product {
        display: block;
        padding: 2px 4px;
        background: #FFF;
        border: 2px solid #C99F33;
}
.productcol1 {
        float: left;
        width: 220px;
        margin-right: 10px;
        font-size: 0.8em;
        line-height: 1.2em;
}
.productcol1 img { margin-bottom: 5px; }
.productcol2 { float: right; width: 239px; }
#productNutrition {
        background: #FFEEAE;
        border: 1px solid #3C662F;
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 3px;
}
#productNutrition h4 {
        height: 25px;
        background: url(images/h4_nutrition.gif) no-repeat center center;
        text-indent: -3000px;
}
#productNutrition table p { margin: 0 0 0 25px; padding: 0; }
#productTellFriend {
        background: #3C662F;
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 1px;
        margin-bottom: 5px;
}
td.b1 { border-bottom: 1px solid #3C662F; }
td.b2 { border-bottom: 2px solid #3C662F; }
.relatedRecipe {
        width: 100px;
        float: left;
        margin-right: 8px;
        font-size: 0.9em;
        line-height: 1.1em;
}
.relatedRecipe a { font-weight: normal !important; color: #000; text-decoration: none !important; }
#featured { background: url(images/bg_featured.jpg) repeat-y left top; padding: 7px 0 2px 10px; }
#featured .productcol1 { width: 210px !important; }
#featuredTop {
        height: 16px;
        font-size: 0;
        line-height: 0em;
        background: url(images/bg_featured_top.jpg) no-repeat left top;
}
#featuredBottom {
        height: 11px;
        font-size: 0;
        line-height: 0em;
        background: url(images/bg_featured_btm.jpg) no-repeat left top;
        margin-bottom: 10px;
}
/* FORUM **************************************************************************/
.boxForum {
	background-color:#ecf9fa;
	margin: 0 0 10px 10px;
	padding: 0 0 5px 8px;
	width:500px;
}
.boxSignInForum {
	background-color:#ecf9fa;
	width:500px;
	margin: 0 0 10px 10px;
	padding: 0 0 5px 8px;
	border-top:solid 1px #0066cc;
}
.forumBlueText {
    color:#0066cc;
    font-weight:bold;
}
.forumTextSmall {
    font-size: 0.8em;
    color: #666666;
}
.alternateItem { background-color:#f4f4f4; }
.forumEditor { background-color:#FFF; }
/* PRINT ***************************************************************/
@media print {
        #printLogo { display: block !important; }
        #col1Wrapper, #col1, #header, #nav {
                display: none;
        }
        #container, #content, #col2Wrapper, #col2 {
                float: none !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
        }
        #content { margin-top: 30px !important; }
        #col2a, #col2b {
                width: 45% !important;
                margin: 0 !important;
                padding: 0 !important;
        }
        #col2a { margin-right: 5% !important; }
        #printLogo {
                display: block !important;
                text-align: center;
        }
        h1 {
                text-indent: 0 !important;
                height: auto !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
        }
        #footer {
                width: auto !important;
                position: static !important;
                margin: 0 !important;
                padding: 0 !important;
        }
}
/* RECIPE PROMOTION LANDING PAGES ******************************************/
.RecipePromotionHeader {font: 3.5em Georgia, Times, serif; font-weight: bold; color: #000000; margin-bottom:-20px; margin-top:-5px; text-align:center;text-transform:uppercase;}
.RecipePromotionSubHeader {font: 1.4em Georgia, Times, serif; font-weight: bold; color: #000000; text-align:center;text-transform:uppercase; margin-top:20px; background: url(http://redgold.globalmagic.com/redgold/images/subheader_hr.gif);}
.RecipePromotionRecipeName {
	font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    color: #000;
}
/* TOMATO STATS ************************************************************/
#header_tc {
        position: relative;
        margin: 0 -30px;
        padding: 0;
        height: 73px;
        text-indent: -9999px;
        background: url(images/h1_tomato_country.gif) no-repeat left top;
}
#col2b.tomato_stats {
        margin-left: 25px;
        width: 245px;
}
.tomato_stats table {
        color: #666;
        font-size: 0.8em;
        line-height: 1.1em;
        margin-bottom: 12px;
}
.tomato_stats img {
        border: 2px solid #C99F33;
        margin-bottom: 12px;
}
.tomato_stats h3 {
        color: #333333;
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
        margin: 0 0 5px 0;
        padding: 0;
}
/* Tomato Questions****************************************************************************************/
#questions h3{
        font-weight: normal;
        font: 1em/1.4em Arial, Helvetica, sans-serif;
        color: #333;
        margin: 0 0 5px 0px;
        padding: 0 0 0 10px;
        background: url(images/bullet_333.gif) no-repeat;
}
#questions div.answer {
        font-weight: bold;
        color: #0C493C;
        margin: 0px 0 10px 8px;
        padding: 0;
}
/* Year of Tomatoes *************************************************************************************/
.yott_recipe_title {
    color: #83AD06;
    font-weight:bold;
    margin-bottom:5px;
}
.yott_recipe_box {
    background-color:#FFF8E0;
    width:489px;
    padding: 10px;
}
.yott_recipe_photo{
    border: 1px solid #A9A3A5;
    padding: 5px;
    background-color: #FFFFFF;
}
.yott_highlight_box {
    background-color:#FFF8E0;
    width:516px;
}
.yott_highlight_title {
    color:#C52301;
    text-transform:uppercase;
    font-weight:bold;
}
.yott_title {
    color: #346045;
    text-transform:uppercase;
    font-weight:bold;
}
.YOTFloatRight
{
	float:right;
	margin-left:10px;
}

/* High School Sports Program */
.schoolStandings { border:1px solid #FDE9A2;margin:0 auto;margin-top:10px;padding:10px;width:180px; }
.standings { margin-left:-20px; }

/* Videos */
.videoList .AspNet-DataList td { padding-bottom:30px; vertical-align:top; width:200px; }


/* Social Icons */
.social-icon
{
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    margin: 8px 2px;
}
.social-icon.facebook 
{
    background-image: url(images/facebook-icon.png);
}
.social-icon.twitter 
{
    background-image: url(images/twitter-icon.png);
}
.social-icon span 
{
    display: none;
}