html {
			background-color: #ffffff;
		}

		body {
			color:#000000;
		}

        		

		
			header{
                width: 960px;
                margin: auto;
            }
            header .content-wrapper
			{
				background-image:url("https://authenticityfarms.luluslocalfood.com/Picture/Header(960,202)/11426.jpg");
                width:960px;
                background-position: center;
                padding-bottom: 20.9375%;
                background-size: cover;
			}
				

		h1{
			color:#6aa84f;
		}
		h2{
			color:#6aa84f;
		}
		h3
		{
			color:#6aa84f;
		}
		h4
		{
			color:#6aa84f;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #6aa84f;
		}

        
        /*#TopNav{
            background-color: #6ba368 !important;
            border-bottom:2px solid #000000 !important;
        }    */    
        .circle{
            background-color: rgba(107, 163, 104, 0.9);
            color: #353d2f;
        }
        .circle:hover{
            background-color: #6ba368;
        }

        .cart-text{
            color:#6ba368;
            text-shadow: -1px 0 #353d2f, 0 1px #353d2f, 1px 0 #353d2f, 0 -1px #353d2f;
        }
		nav{
			background-color: rgba(107, 163, 104, 0.9);
			/*border-top:2px solid rgba(0, 0, 0, 0.9);
			border-bottom:2px solid rgba(0, 0, 0, 0.9);*/
            
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(107, 163, 104, 0.9);
        }
        
		nav a:link, nav a:visited, nav a:hover, nav a:active, #TopNav a:link, 
        #TopNav a:visited, #TopNav a:hover, #TopNav a:active {
			color: #353d2f;
		}
		nav a:hover{
			background-color:#6ba368;
		}


        .nav-toggle {
			background-color: rgba(107, 163, 104, 0.9) !important;
			border-color: #353d2f  !important;
		}
        .nav-toggle .icon-bar{
            color: #353d2f  !important;
            background-color: #353d2f  !important;
        }

		footer {
			background-color: #ffffff;
			color:#311f15;
		}

		footer a {
			color:#311f15 !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusDarkSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#6aa84f;
			background: #6aa84f;
			background: -webkit-gradient(linear, left top, left bottom, from(#78B060), to(#6aa84f)); 
			background: -moz-linear-gradient(top,  #78B060,  #6aa84f);
			background: -o-linear-gradient(top, #78B060 0%,#6aa84f 100%); 
			background: -ms-linear-gradient(top, #78B060 0%,#6aa84f 100%);
			background: linear-gradient(to bottom, #78B060 0%,#6aa84f 100%); 
		}

        
		a.linkButton{
			color: #6aa84f !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #6aa84f !important;
			border: solid 1px #6aa84f;
			background: #6aa84f;
			background: linear-gradient(to bottom, #78B060 0%,#6aa84f 100%); 
		}

		.actionButton:hover {
			background: #78B060;
			background: linear-gradient(to bottom, #85B76F 0%,#78B060 100%);  
		}

		.actionButton:active {
			color: #6aa84f;
			background: linear-gradient(to bottom, #6aa84f 0%,#78B060 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #353d2f !important;
			border: solid 1px #6ba368;
			background: #6ba368;
			background: linear-gradient(to bottom, #88B586 0%,#6ba368 100%); 
		}

		.menuButton:hover {
			background: #78B060;
			background: linear-gradient(to bottom, #6ba368 0%,#6ba368 100%);  
		}

		.menuButton:active {
			color: #353d2f;
			background: linear-gradient(to bottom, #6ba368 0%,#88B586 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #ffffff;
            color: inherit;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #6aa84f;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #ffffff 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(107, 163, 104, 0.9);
            }
            
            
         }
		