/*Specialty-baskets.com CSS*/

@charset "UTF-8";

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	width: 100%;
	color: #000;

 }
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
 	background-color: #A86C23;
	color: #000; 
}
/**************removes the red dotted line on links***************/
 a, a:active, a:focus{
	outline:none !important;
}
/******************LINK white areas*******************************/

#outerWrapper #contentWrapper #content a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*  visited links. */
#outerWrapper #contentWrapper #content a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #content a:hover {
	color: #000;
 
}
/*   focus. */
#outerWrapper #contentWrapper #content a:focus {
	color: #000;
}
/*  activated/clicked. */
#outerWrapper #contentWrapper #content a:active {
	color: #000;
}

/******************LINK dark areas*******************************/

#outerWrapper #contentWrapper #leftColumn1 a,  a:link {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
/* visited links. */
#outerWrapper #contentWrapper #leftColumn1 a:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #leftColumn1 a:hover {
	color: #CCC;
 
}
/*   focus. */
#outerWrapper #contentWrapper #leftColumn1 a:focus {
	color: #CCC;
}
/*   activated/clicked. */
#outerWrapper #contentWrapper #leftColumn1 a:active {
	color: #CCC;
}
/******************TEXT white areas**************************/
#outerWrapper #contentWrapper #content  p {
	color: #000;
	font-size: 100%;
 	line-height: Normal;
}

#outerWrapper #contentWrapper #content  h1 {

	font-size: 125%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	color: #443;
}
 
#outerWrapper #contentWrapper #content  h2 {
	color: #80440E;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
 
#outerWrapper #contentWrapper #content  h3 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #contentWrapper #content  h4 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #contentWrapper #content  h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;   /*indent*/
	padding: 10px;
}
#outerWrapper #contentWrapper #content   h6 {
	color: #000;
	font-size: 90%;
 	line-height: Normal;
	text-transform: uppercase;
}
/******************TEXT dark areas**************************/
#outerWrapper #contentWrapper #leftColumn1  p {
	color: #FFF;
	font-size: 100%;
 	line-height: Normal;
}
#outerWrapper #contentWrapper #leftColumn1  h1 {
	color: #400;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #contentWrapper #leftColumn1 h2 {
	color: #3F1300;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #contentWrapper #leftColumn1 h3 {
	color: #3F130E;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
#outerWrapper #contentWrapper #leftColumn1 h4 {
	color: #CCC;
	font-size: 90%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #contentWrapper #leftColumn1 h5 {
	color: #CCC;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 h6 {
	color: #CCC;
	font-size: 80%;
 	line-height: Normal;
}
/*******************footer LINK STYLES (dark)******************/

 #footer a:link {
	color: #400;
	font-weight: bold;
	text-decoration: none;
}
 
 #footer a:visited {
	color: #443;
	font-weight: bold;
	text-decoration: none;
 
}
 
 #footer a:hover {
	color: #443;
    text-decoration: none; 	
}
 
 #footer a:focus {
	color: #000;
    text-decoration: none;	
}
 
#footer a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
/********************footer TEXT Styles**********************/
#outerWrapper #footer h1 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h2 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h3 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #footer h4 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #footer h5 {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #footer h6 {
	color: #FFF;
	font-size: 90%;
 	line-height: Normal;
}
/******************END TEXT STYLES******************/

 



 #outerWrapper {
	margin: 10; /*  (top, right, bottom, left) */
	width: 100%;
	text-align: left;
	background-color: #A86C23;
	color: #F9FB3E;
 }

 
#outerWrapper #header {
	background-color: #A86C23;
 
}
 

#outerWrapper #header img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline-block;
    margin: 0 auto;
	text-align: center;/* 3 lines-------centers header*/
  
}

#outerWrapper img {
   max-width: 100%;
   height: auto;
 }

/******Navigation***see spry**/
 
 

#outerWrapper #contentWrapper {
	width: 100%;
	float: left;
	height: auto;
	background-color: #A86C23;
	color: #F9F82E;
	padding: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	margin-top: 0;
   	margin-right; 5px;
	padding-right:5px;
	margin-left: 5px;
	padding-left: 5px;
	width: 25%;
	float: left;
	height: auto; 
    background-color: #A86C23;
	color: #443;
 }
 
#outerWrapper #contentWrapper #leftColumn1 #content img{
    width: 100%;
    height: auto;
	padding: 10px;
}

 #outerWrapper #contentWrapper #content {
	float: none;
	width: auto;
	margin-top: 0px;
	margin-left: 25%;
	padding-left: 25px;
	margin-right: 20px;
	background-color: #FFF;
	color: #3F1300;
}
 

 #outerWrapper #contentWrapper #content img {
	max-height: 100%;    
	width: auto;
 	display: block;
	/*border-width: 5px;
	padding: 0 10 0 10;*/
 }
 
#outerWrapper #footer {
	background-color: #A86C23;
	padding: 10px;
	color: #FFF;
 
}


#mySidebar {
	background-color: #A86C23;  /* med brown*/
    padding-bottom: 600px;
    padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px; /*can be negative to go higher but may overwrite menu*/
  }
#contentWrapper .w3-button.w3-xlarge.w3-hide-large {
	color: #ffff80;  /* lt yellow */
	background-color: #A86C23;
}
#contentWrapper #rightColumn1 #mySidebar .w3-bar-item.w3-button.w3-hide-large {
	color: #FFFF80;
	background-color: #A86C23;
}
 
.sharebox {
	float: right;
	width: auto;
	height: auto;
	clear: both;
}
.whitebox {
	color: #ccc;
}

 
/****************Custom scrollbars******************/
 /* width */
::-webkit-scrollbar {
  width: 10px;
 
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFF80; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #brown; 
}

#clear {
    clear: both;
	min-width: 100%;
	}


/*----------------3 block container responsive-----------------------*/	
	
/*--------1st version of responsive block - 3 columns - for RESPONSIVE BLOCKS----------------------- */
.blocks-container {
 	width: 100%;
	height: calc(100% - 33%);
	left: 5px;
}

.blocks {              /*block code for ads bottom main content*/
	width: 30%;
	height: auto;
 	border: 5px;
    padding: 5px:
    float: left;
	display: inline-block;   /*these contain the text in the block*/      
}   

@media (max-width: 560px) {
    .blocks {
        width: 100%;
    }
 /*----------------2 block container responsive-----------------------*/	
	
.box-container {
 	
	width: 100%;
	height: calc(100% - 50%);
   	left: 5px;
}
 

.box {       
    width: 49%;
    height: auto;
    border: 0px;
	margin-left: 4px;
	font-size: 130%;
	text-width: 49%;
    padding: 0px:
    float: left;
    display: inline-block;   

}   

@media (max-width: 600px) {
    .box {
        width: 100%;
    }
 
/*end 2 block responsive*/
 
