html {
			background-color: #460b0b;
		}

		body {
			color:#777777;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#460b0b), url("https://floydfarmersmarket.luluslocalfood.com/Picture/background(1200,501)/43756.jpg"); */

                background: url("https://floydfarmersmarket.luluslocalfood.com/Picture/background(1200,501)/43756.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
			header{
                width: 100%;
                margin: auto;
            }
            header .content-wrapper
			{
                width:100%;
                padding-bottom: 41.66666%;
			}
				

		h1{
			color:#3c4a36;
		}
		h2{
			color:#3c4a36;
		}
		h3
		{
			color:#9a9a9a;
		}
		h4
		{
			color:#9a9a9a;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #9a9a9a;
		}

        
        /*#TopNav{
            background-color: #ffffff !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(255, 255, 255, 0.9);
            color: #460b0b;
        }
        .circle:hover{
            background-color: #c9d4c4;
        }

        .cart-text{
            color:#ffffff;
            text-shadow: -1px 0 #460b0b, 0 1px #460b0b, 1px 0 #460b0b, 0 -1px #460b0b;
        }
		nav{
			background-color: rgba(255, 255, 255, 0.9);
			/*border-top:2px solid rgba(255, 255, 255, 0.9);
			border-bottom:2px solid rgba(255, 255, 255, 0.9);*/
             
                            position: fixed;
                            top:0;
                            height: 45px;
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(255, 255, 255, 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: #460b0b;
		}
		nav a:hover{
			background-color:#c9d4c4;
		}


        .nav-toggle {
			background-color: rgba(255, 255, 255, 0.9) !important;
			border-color: #460b0b  !important;
		}
        .nav-toggle .icon-bar{
            color: #460b0b  !important;
            background-color: #460b0b  !important;
        }

		footer {
			background-color: #460b0b;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#ffffff;
			background: #2f0d0b;
			background: -webkit-gradient(linear, left top, left bottom, from(#432523), to(#2f0d0b)); 
			background: -moz-linear-gradient(top,  #432523,  #2f0d0b);
			background: -o-linear-gradient(top, #432523 0%,#2f0d0b 100%); 
			background: -ms-linear-gradient(top, #432523 0%,#2f0d0b 100%);
			background: linear-gradient(to bottom, #432523 0%,#2f0d0b 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #2f0d0b;
			background: #2f0d0b;
			background: linear-gradient(to bottom, #432523 0%,#2f0d0b 100%); 
		}

		.actionButton:hover {
			background: #432523;
			background: linear-gradient(to bottom, #553A39 0%,#432523 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #2f0d0b 0%,#432523 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #460b0b !important;
			border: solid 1px #ffffff;
			background: #ffffff;
			background: linear-gradient(to bottom, #FFFFFF 0%,#ffffff 100%); 
		}

		.menuButton:hover {
			background: #432523;
			background: linear-gradient(to bottom, #ffffff 0%,#c9d4c4 100%);  
		}

		.menuButton:active {
			color: #460b0b;
			background: linear-gradient(to bottom, #ffffff 0%,#FFFFFF 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #ffffff;
            color: #79936c;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #79936c;
        }
        .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(255, 255, 255, 0.9);
            }
            
            
         }
		