html {
			background-color: #0a6220;
		}

		body {
			color:#0c0b0b;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#0a6220), url("https://bluestonecustombeef.luluslocalfood.com/Picture/background(1200,501)/61253.jpg"); */

                background: url("https://bluestonecustombeef.luluslocalfood.com/Picture/background(1200,501)/61253.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
            header .content-wrapper
			{
				background-image:url("https://bluestonecustombeef.luluslocalfood.com/Picture/Logo(100,100)/61251.jpg");
				/*height:356px;*/
                background-position: center;
                background-position: center calc(50% + 20px); 
                background-size: auto 70%; 
                 padding-bottom: 29.66667%;
			}
        		

		h1{
			color:#0a6220;
		}
		h2{
			color:#0a6220;
		}
		h3
		{
			color:#0a6220;
		}
		h4
		{
			color:#0a6220;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #0a6220;
		}

        
        /*#TopNav{
            background-color: #ffffff !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(255, 255, 255, 0.9);
            color: #8b7f05;
        }
        .circle:hover{
            background-color: #f3eca4;
        }

        .cart-text{
            color:#ffffff;
            text-shadow: -1px 0 #8b7f05, 0 1px #8b7f05, 1px 0 #8b7f05, 0 -1px #8b7f05;
        }
		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: #8b7f05;
		}
		nav a:hover{
			background-color:#f3eca4;
		}


        .nav-toggle {
			background-color: rgba(255, 255, 255, 0.9) !important;
			border-color: #8b7f05  !important;
		}
        .nav-toggle .icon-bar{
            color: #8b7f05  !important;
            background-color: #8b7f05  !important;
        }

		footer {
			background-color: #0a6220;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#0a6220;
			background: #d5d0d0;
			background: -webkit-gradient(linear, left top, left bottom, from(#D9D4D4), to(#d5d0d0)); 
			background: -moz-linear-gradient(top,  #D9D4D4,  #d5d0d0);
			background: -o-linear-gradient(top, #D9D4D4 0%,#d5d0d0 100%); 
			background: -ms-linear-gradient(top, #D9D4D4 0%,#d5d0d0 100%);
			background: linear-gradient(to bottom, #D9D4D4 0%,#d5d0d0 100%); 
		}

        
		a.linkButton{
			color: #0a6220 !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #0a6220 !important;
			border: solid 1px #d5d0d0;
			background: #d5d0d0;
			background: linear-gradient(to bottom, #D9D4D4 0%,#d5d0d0 100%); 
		}

		.actionButton:hover {
			background: #D9D4D4;
			background: linear-gradient(to bottom, #DCD8D8 0%,#D9D4D4 100%);  
		}

		.actionButton:active {
			color: #0a6220;
			background: linear-gradient(to bottom, #d5d0d0 0%,#D9D4D4 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #8b7f05 !important;
			border: solid 1px #ffffff;
			background: #ffffff;
			background: linear-gradient(to bottom, #FFFFFF 0%,#ffffff 100%); 
		}

		.menuButton:hover {
			background: #D9D4D4;
			background: linear-gradient(to bottom, #ffffff 0%,#f3eca4 100%);  
		}

		.menuButton:active {
			color: #8b7f05;
			background: linear-gradient(to bottom, #ffffff 0%,#FFFFFF 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #d5c415;
            color: #333333;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #0a6220;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #d5c415 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(255, 255, 255, 0.9);
            }
            
            
                            header .content-wrapper
                            {
                                background-size: auto 80% !important; 
                                background-position: center center !important;
                                min-height:80px;
                            }
         }
		