/* Stylesheet for the Farm Store web template. */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%; 	/*  78%  62.5    100.01% */
	background: url(../images/bg-white-wood-4.jpg) repeat;
	/* background: url(images/body-bg.png) repeat-x top #ffffff; */
	/*background-color: #d4aa7a;*/
	color: #000000;
}
img { 
	border: 0;
}
p {
	margin-bottom: 0.8em;
	/*
	font-size: 1.3em;
	line-height: 1.4em;
	*/
}
a { 
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1 { 
	margin-bottom: 0.8em;
	margin-left: -10px;	/* Shifts the graphic page header (with 10px left white padding) to the left to align with the content text.  */
	font-size: 1.4em; 	/*  2.5em */
	color: #1E4D2B;
}
h1.home { 
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h2 { 
	margin-bottom: 0.8em; 
	font-size: 1.2em; 	/* 1.5em */
	color: #610605;		/*  827D83 */
	/* text-transform: uppercase; */
	/* background: url("../images/bg_grey_header.gif") no-repeat top left; */
}

h3 {
	/* margin: .8em 0 .8em 0; */
	/* margin-bottom: .5em; */
	margin: .8em 0 .25em 0;
	font-size: 1em;
	font-weight: bold;
	color: #0f8702;
	line-height: 1.6em;	
}

/*
h3.goldbg {
	font-size: 1.6em;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
	padding: 5px;
	text-align: center;
	background: #e9bc3d;
	color: #5e0d04;
}
*/

#container {
	max-width: 1000px;
	width:100%;
	margin: 0 auto; 
	background-color:white;
}
#header {
}
#banner {
	background: url(../images/intermediate-banner.jpg) no-repeat top left #ffffff;
}
#banner img {
	width: 1000px;		/* set to banner image width */
	height: 159px;		/* set to banner image height */
	display: block;
	border: none;
}
#banner a {
	background-color: transparent;
}

#banner-mobile {
	display:none;
	z-index: 99;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #39210F;
    overflow: hidden;
	color: white;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:first-child {
	padding: 0;
}

.topnav a:visited {
	color:white;
}

/* Change the color of links on hover */
.topnav a:not(.icon):hover {
    background-color: #339900;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
	float:left;
	padding: 0px 30px 30px 20px;
}

/*
ul#nav {
	height: 236px;
	background: url(images/header-bg.jpg) no-repeat;
	list-style: none;
	padding-left: 125px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#nav li a {
		display: block;
		width: 113px;
		float: left;
		margin-top: 168px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: yellow;
		}
*/

#main {
	width: 100%;
	padding-bottom: 0px;	/* 10px */
	background-color: #ffffff;
}
#main #leftcolumn {
	float: left;
	width: 191px;
	padding-bottom: 8px;
}
#main #rightcolumn {
	float: left;
	max-width: 767px;
	width:100%;
	padding: 0px 21px 14px 21px;	/* 4px 20px 8px 20px */
	background-color: white;
}	
#lfill {
	max-width: 1000px;
	width:100%;
	background: url(../images/bg_leftnav.gif) repeat-y #ffffff;
	float: left;
	z-index: 2;
}

#rightcolumn p {
	text-align: left;
	/* font-size: 1.1em; */
}
#rightcolumn a {
	text-decoration: underline;
}

/* Graphic navigation */
#graphicnav_main {
/*
	width: 200px;
	float: left;
	margin-right: 15px;
	background: url(images/remote.jpg) bottom center no-repeat;
	*/
	padding-bottom: 19px;
}
#graphicnav_other {
	background: url(../images/leftnav_bottom.jpg) bottom left no-repeat;
	padding-bottom: 40px;		/* set to height of leftnav_bottom.jpg */
}

/* Footer area */		
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.9em;
	/* background: url(../images/bg_leftnav.gif) repeat-y top left #610605; */
	background: #610605;
	color: #ffd5bd;
	text-align: center;
}
#footer p#copyright {
	margin: 7px 0 7px 0;
	padding: 0;
}
#footer ul {
	margin: 7px 0 7px 0;
	padding: 0 0 0 0;
}
#footer ul#footermenu {
	font-size: 1.1em;
	font-weight: bold;
}
#footer ul#footerlinks {
	clear: both;
}
#footer li {
	list-style: none;
	/* float: left; */
	display: inline;
	padding: 0 8px 0 8px;		/* 0 8px 0 8px */
	border-left: 1px solid #ffd5bd;
}
#footer li.first {
	border-left: none;
}
#footer a { 
	text-decoration: none;
	color: #ffd5bd;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
	color: #fdecca;		/*  fdecca   ffbc64  ffb773  efae6c     fedbb5  ffb773  */
}
	
/* Skip navigation */
.skipnav a {
	font-size: .9em;
	font-weight: bold;
	top: 165px;
	left: 10px;
	position: absolute;
	text-decoration: underline;
	padding: 0px;
	letter-spacing: .1em;
}
.skipnav a:link, .skipnav a:visited {
	color: #000000;
	font-size: 0px;
}
.skipnav a:active, .skipnav a:focus {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .9em;
}

/* General classes */
.clear { clear: both; }
.invisible { display: none; }
.center { text-align: center; }
.left { float: left }
.right { float: right }
.spacer { height: 1em }
.thirtypercent {
	max-width: 233px;		/*  235px   242px */
	float: left;
	padding-right: 20px;
}
.fiftypercent {
	max-width: 358px;	/* 364px */
	float: left;
	padding-right: 20px;
}
.seventypercent {
	max-width: 546px;	 /* 546px */
	float: left;
	padding-right: 20px;
}

/* Content area styles */
#contents ul {
	margin: .5em 0px .5em 20px;
	padding: 00;
}
#contents li {
	/* list-style: none; */
	line-height: 1.6em;
}
#contents ul ul {
	padding: 0 0 0 15px;
}
#contents ul ul li {
	list-style: disc;
	line-height: 1.7em;
}
#contents ol {
	margin: .5em 0px .5em 22px;
	padding: 0;
}
#contents ol li {
	list-style: decimal outside;
	line-height: 1.6em;
}
#contents ol ol {
	margin: 0 0 0 15px;
	padding: 0;
}
#contents ol ol li {
	list-style: lower-alpha inside;
	line-height: 1.6em;
}
#contents img.right {
	padding-left: 1em;
}
#contents img.left {
	padding-right: 1em;
}
#mainfeature {
	text-align: center;
}
#calpolygrown {
	text-align: center;
}
#calpolygrown h3 {
}
#calpolygrown ul {
	font-size: 0.80em;
}
#calpolygrown li {
	list-style: none;
	line-height: 1em; /* 1.7em */
	padding-bottom: 0.8em;
}
#calpolygrown .price {
	color: #cf0000;
}

#giftshop h3 {
	font-size: 106%;	/* 14px */
	font-weight: bold;
	background-color: #ffffff;
	color: #630;
	line-height: 1.1em;
	margin-top: 0;
	clear: left;
}
#giftshop img {
	float: left;
	margin: 0;
	padding: 0 0.5em 1em 0;
}

.homepageimage {
	width: 245px;
	height: auto;
	float: left;
	margin: 5px 5px;
	display:block;
	box-shadow: 3px 4px 15px #888888;
	
	position: relative;

}

.homepageimage:hover {
	box-shadow: 4px 5px 18px #888888;
}

a.pic-link {
	display:block; /* allow height and width to be specified - not needed if floated */
	height:auto; /* match img */
	width:245px; /* match img */
	position:relative; /* so children of .pic-link can be positioned absolutely in relation it */ 
	margin: 5px 5px;
	float: left;
	}

a.pic-link img {
	border:none;
	vertical-align:bottom; /* removes the space reserved for text descenders */
	width: 245px;
	height: auto;
	box-shadow: 3px 4px 15px #888888;
	}

a.pic-link > span {
	position:absolute;
	top:0;
	left:0;
	width: 80%;
    padding: 20% 0% 10% 20%;
    text-align: center;
	color:white;
	}
	
a.pic-link li {
	line-height: 1.7em !important;
}
	
a.pic-link li .price {
	color: #d4f80d;
}

.holiday-box {		/* for contact page holiday box */
	color: white;
	background-color: #164c01;  /* green */
	background-image:url(../images/contact-us/hours-banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 16% 30px 15px 30px;
	margin-bottom: 15px; 
	line-height: 1.4em;
	display: inline-block;
}

.holiday-gold {			/* for contact page holiday box text */
	color: #f9b448;
}

#homepagefeatureditems {
	width: 100%;
	float: right;
	margin-top: 5px;	

	position: relative;
	text-align: left;
}

.horizontalimage {
		width:100%; 
		height:auto;
	}
	
.jssorb032 {		/* bullet navigator on slider */
	visibility: hidden;
}


.price {
	color:red;	
}


#slidercontainer {
	margin:0px 5px 0px 5px; 
	width:100%; 
	max-width:755px; 
	max-height:325px;
	overflow: hidden;
}

#jssor_1 {
	margin: 0 auto;	
}

#learnbydoing h3 {
	font-size: 104%; 
	background-color: #ffffff;
	color: #006940;
	line-height: 1.1em;
	padding-top: 0.5em;
	clear: both;
	text-transform: uppercase; 
}

#nurseryspecials {
	text-align: center;
}
#nurseryspecials h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #760404;
}

#nursery-specials-table td {
	padding: 5px;
}


#virtualtour {
	text-align: center;
}

table#events {
	/* 
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	*/
}
table#events th {
	text-align: left;
	display: none;
}
table#events td {
	padding-bottom: 1em;
}
table#events .monthyear {
	width: 22%;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff8c41;
}

table#farmersmarkets {
	width: 90%;
	text-align: left;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
table#farmersmarkets th,
table#farmersmarkets td {
	padding: 0.5em;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

/* ----------------------------------- */
/*  Farmstore font colors              */
/* ----------------------------------- */

.brown14 {
	font-size: 106%;	/* 14px */
	font-weight: bold;
	background-color: #ffffff;
	color: #630;
}
.green {
	font-weight: bold;
	background-color: #ffffff;
	color: #006940;
}
.green14 {
	font-size: 106%;	/* 14px */
	font-weight: bold;
	background-color: #ffffff;
	color: #006940;
}
.green16 {
	font-size: 120%;	/* 16px */
	font-weight: bold;
	background-color: #ffffff;
	color: #F30;
}
.green18 {
	font-size: 120%;	/* 18px */
	font-weight: bold;
	background-color: #ffffff;
	color: #006940;
}
.orange16 {
	font-size: 120%;	/* 120%=16px */
	font-weight: bold;
	background-color: #ffffff;
	color: #FF6600;
}
.orange20 {
	font-size: 150%;	/* 20px */
	font-weight: bold;
	background-color: #ffffff;
	color: #FF6600;
}
.red {
	font-weight: bold;
	background-color: #ffffff;
	color: #c51d1c;
}
.red14 {
	font-size: 106%;	/* 14px */
	font-weight: bold;
	background-color: #ffffff;
	color: #c51d1c;
	text-align: left;
}



@media only screen and (max-width: 1016px) {
	#banner {
		max-width:1000px;
		width:100%;
		height:159px;	
	}
	
	#banner img {
		display:none;
	}
	
	#main #rightcolumn {
    width: -webkit-calc(100% - 233px);
    width:    -moz-calc(100% - 233px);
    width:         calc(100% - 233px);
	}
	
	#homepagefeatureditems {
		width: 100%;
	}
	
	.sideimage {
		display:none;
	}
	
}




@media only screen and (max-width: 760px) {
	#banner {
		background: url(../images/header-mobile.png) no-repeat top left #ffffff;
		background-size: 10;
		display:none;
	}
	
	#banner-mobile {
		display:block;
		position: fixed; /* Set the navbar to fixed position */
   		top: 0; /* Position the navbar at the top of the page */
		width: 100%;
		background-color: #006940;
	}
	
	#banner-mobile img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	
	
	#main #rightcolumn {
	float: left;
	width: 93%;
	padding: 0px 21px 14px 21px;	/* 4px 20px 8px 20px */
	}	

	#main #leftcolumn {
		display:none;
	}
	
	
	.mobilemargin {
		margin: 0px 5px 0px 10px;
	}
	
	
	
	
	
	
	.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	position:fixed;
	top: 0;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav a {
	  float:none;
  }
  
  .topnav img {
	  display:block;
	  margin: 0 auto;
  }
  
  #main {
	  width: 100%%;
  }
  
  #slidercontainer {
	margin:0px; 
  }
  
  #lfill {
		margin-top: 200px; 
  }

	
}

@media only screen and (max-width: 760px) {
	#jssor_1 {
	margin: 0 -15%;	
	}
}

@media only screen and (max-width: 568px) {
	.homepageimage {
		float: none;
		margin: 13px auto;
		width:90%;
	}
	
	a.pic-link {
		float: none;
		margin: 13px auto;
		width:90%;
	}
	
	a.pic-link img {
		width: 100%;
	}
	
	a.pic-link span {
		font-size: 1.4em;
	}
	
	a.pic-link li .price {
		font-size: 1em;
}
	
	#main #rightcolumn {
	float: left;
	width: 100%;
	padding: 0px 0px 14px 0px;	
	}	
	
	#lfill {
		margin-top: 140px;	
	}
	
	#jssor_1 {
	margin: 0 -30%;	
}
	
	#homepagefeatureditems {
		margin-top: 0px;	
	}
	
	.jssorb032 {		/* bullet navigator on slider */
		visibility: visible;
	}

	
}

@media only screen and (max-width: 400px) {
	#jssor_1 {
		margin: 0 -45%;	
	}
}


@media only screen and (max-width: 321px) {
	#jssor_1 {
		margin: 0 -65%;	
	}
}