html {
			background-color: #405723;
		}

		body {
			color:#444444;
		}

        		

		
			header{
                width: 960px;
                margin: auto;
            }
            header .content-wrapper
			{
				background-image:url("https://thistledownefarm.luluslocalfood.com/Picture/Header(960,238)/5337.jpg");
                width:960px;
                background-position: center;
                padding-bottom: 24.6875%;
                background-size: cover;
			}
				

		h1{
			color:#405723;
		}
		h2{
			color:#405723;
		}
		h3
		{
			color:#405723;
		}
		h4
		{
			color:#405723;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #405723;
		}

        
        /*#TopNav{
            background-color: #cea8ce !important;
            border-bottom:2px solid #a67fa5 !important;
        }    */    
        .circle{
            background-color: rgba(206, 168, 206, 0.9);
            color: #ffffff;
        }
        .circle:hover{
            background-color: #a67fa5;
        }

        .cart-text{
            color:#cea8ce;
            text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
        }
		nav{
			background-color: rgba(206, 168, 206, 0.9);
			/*border-top:2px solid rgba(166, 127, 165, 0.9);
			border-bottom:2px solid rgba(166, 127, 165, 0.9);*/
            
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(206, 168, 206, 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: #ffffff;
		}
		nav a:hover{
			background-color:#a67fa5;
		}


        .nav-toggle {
			background-color: rgba(206, 168, 206, 0.9) !important;
			border-color: #ffffff  !important;
		}
        .nav-toggle .icon-bar{
            color: #ffffff  !important;
            background-color: #ffffff  !important;
        }

		footer {
			background-color: #405723;
			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: #405723;
			background: -webkit-gradient(linear, left top, left bottom, from(#536739), to(#405723)); 
			background: -moz-linear-gradient(top,  #536739,  #405723);
			background: -o-linear-gradient(top, #536739 0%,#405723 100%); 
			background: -ms-linear-gradient(top, #536739 0%,#405723 100%);
			background: linear-gradient(to bottom, #536739 0%,#405723 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #405723;
			background: #405723;
			background: linear-gradient(to bottom, #536739 0%,#405723 100%); 
		}

		.actionButton:hover {
			background: #536739;
			background: linear-gradient(to bottom, #64764C 0%,#536739 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #405723 0%,#536739 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #cea8ce;
			background: #cea8ce;
			background: linear-gradient(to bottom, #D7B9D7 0%,#cea8ce 100%); 
		}

		.menuButton:hover {
			background: #536739;
			background: linear-gradient(to bottom, #cea8ce 0%,#a67fa5 100%);  
		}

		.menuButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #cea8ce 0%,#D7B9D7 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #ffffff;
            color: inherit;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #405723;
        }
        .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(206, 168, 206, 0.9);
            }
            
            
         }
		