/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 96%;
	height: auto;th
	width: auto\9; /* ie8 */
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/* This image will be displayed fullscreen */
	background:url(../images/background.jpg) no-repeat center bottom fixed;
	/* Ensure the html element always takes up the full height of the browser window */
	height:100%;
	/* The Magic 
	-webkit-background-size: cover; /*for webKit*/
     -moz-background-size: cover; /*Mozilla*/
     -o-background-size: cover; /*opera*/
     background-size: cover; /*generic*/	
	font-size: 100%;
	font-family:"SourceSansProRegular", Arial, Geneva, sans-serif;
	line-height: 1.6em;
	text-rendering:optimizeLegibility;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #578327;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	font-family:"bebas_neueregular", Verdana, Arial, sans serif;
}
h1 {
	font-size:44px;
	color:#1578AD;
	line-height: 44px;
	font-weight:400;	
}

h2 {
	font-size:30px;
	color: #1578AD;
	line-height: 30px;
	font-weight:300;
}
h3 {
	font-size: 28px;
	color:#1578AD;
	line-height:28px;
	font-weight:300;
}
h4 {
	font-size: 26px;
	line-height:normal;
	margin: 10px 0 0 0;
	color:#666;
	font-weight:300;
}
h5 {
	font-size: 24px;
	font-weight:200;
}
h6 {
	font-size: 24px;
	font-weight:100;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#topLine {
	width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #333333;
}
	
#wrap {
	width: 1150px;
	margin: 0 auto;
	background:url(../images/layout2015/TopBackground.png) repeat;  
	-webkit-box-shadow: -5px 0 5px -5px #656235, 5px 0 5px -5px #656235;
	-moz-box-shadow: -5px 0 5px -5px #656235, 5px 0 5px -5px #656235;
	box-shadow: -5px 0 5px -5px #656235, 5px 0 5px -5px #656235;
}

#wrapcontent {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

#belowFooter {
	position:relative;
	width: 1150px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerWrap {
	 z-index:99999;
	  min-height:180px; 
	  width:100%; 
	  margin: 0; 
}
#header {
	position: relative;
	height: 120px;
	padding: 0;
	background:url(../images/layout2015/DOODLES.png) bottom right no-repeat;
}

/* site logo */
#site-logo {
	position: relative;
	top: -7px;
	margin: 0 0 0 35px;
	float:left;
	width:350px;
}
/* GOOGLE LEADERBOARD AD */
#googleResponsive {
	float:right;
	width:720px;
	height:70px;
	margin: 45px 20px 0 0;
}
/* SOCIAL MEDIA ICONS */
.socialmedia {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:10px;
}

/* CATEGORIES POSTED TO DISPLAY */
#categoriesPostedTo {
	margin: 5px 0 10px 0;
}
/************************************************************************************
NAV
*************************************************************************************/
#navWrap {width:100%; height:59px; background-image:url(/images/layout2015/navBackground.png); padding:0;text-align:center; line-height:normal; border-bottom: 1px #5B4018 dotted;  }
nav  {width:100%; margin:auto; padding:0; LIST-STYLE-TYPE: none; text-align:center; z-index:99999;  }

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	font-family: 'bebas_neueregular', arial, verdana, sans serif;  
	line-height:normal; 
	font-size:28px;
	height:50px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left; padding: 0 30px; font-weight: normal; font-family:'bebas_neueregular', arial, verdana, sans serif; margin:20px 0px; 
	}
		nav ul li:hover {
			color: #333333;
		}
			nav ul li a {
				color: #FBFBEB;
			}
			nav ul li a:link {
					color:#FBFBEB;

				}
			nav ul li a:visited {
					color:#FBFBEB;
				}
			nav ul li:hover a {
				color: #333333;
			}	
		nav ul li a {
			display: block; 
			color: #333333;
		}
			
		
	nav ul ul {
		background: #333333; 
		padding:5px;
		position: absolute; 
		top: 47px; 
		width:auto;
		min-width:200px;
		z-index:99999;
		margin:0 !important;
		height:auto !important;
	}
		nav ul ul li {
			float: none; 
			border-bottom: 1px solid #5B5B5B; 
			position: relative;
			padding: 3px 0;
			margin:0 !important;
			height:auto !important;
		}
			nav ul ul li a {
				font-family: 'bebas_neueregular', verdana, arial, sans serif; font-size:18px; font-weight:100; text-transform:none; color:#ffffff;
				text-align:left;
			}	
				nav ul ul li a:link {
					color:#ffffff;
					padding: 5px;
				}
				nav ul ul li a:hover {
					background: #8DA765;
					color:#ffffff;
					padding: 5px;
				}
				nav ul ul li a:visited {
					color:#ffffff;
					padding: 5px;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
.no-js .top-bar { display: none;}
#mobileMenu {display:none;}
#mobileMenu .mmheader{ display: none;}
#mobileMenu nav{ display: none;}
#mobileMenu nav#menu {display:none;}

/************************************************************************************
CONTENT
*************************************************************************************/
#contentWrap {
	overflow:hidden;
	position:relative;
	min-height:500px; 
	width:100%; 		
}

#homeHeaderContent {
	width:97.70%;	
	margin: 15px 0.30% 10px 2%;
	padding: 0;
	overflow:hidden;
}
#homeHeaderContent .homeHeaderContentbox {
	width:32.3%;
	height:auto;
	max-height:310px;
	margin: 0 1% 0 0;
	float:left;
	background:url(../images/layout2015/MainBackground.png) repeat;  
	border: 1px solid #AAC1A7; 	
	text-align:center;
	position:relative;
	padding:0;
}
#homeHeaderContent .homeHeaderContentboxRight {
	margin: 0 0 0 0;
}
#homeHeaderContent .homeHeaderContentbox img.thumbnailCondensed {
	margin: 0 0 0 0;
	float:none;	
}
#homeHeaderContent .homeHeaderContentPostTitleBackground {
	background:#000000;
	min-height:60px;
	width:98%;
	position:absolute;
	bottom:-1px;
	left:0;
	text-align:center;
	/* OPACITY */
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
	opacity: 0.8;
	z-index:10;
	padding: 20px 1% 0 1%;
	margin:0;
}
#homeHeaderContent .homeHeaderContentPostTitleBackground:hover {
	background:#558325;
}
.homeHeaderContenttitle {
	/* OPACITY */
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	opacity: 1;
	z-index:11;	
	color:#ffffff;
	font-family:"bebas_neueregular", Verdana, Arial, sans serif;
	font-size:23px;
	font-weight:100;
	line-height:normal;
	margin:0;
	padding:0;
}

#mainContent {
	margin: 20px 0px 30px 0px;
	padding: 0px 1% 50px 2%;
	width: 780px;
	float:left;

}
div#mainContent img {
	padding:10px; background:#fff; border: 1px solid #AAC1A7; margin-bottom:5px; 
}
div#mainContent img.leftImage {
	float:left; padding:10px; background:#fff; border: 1px solid #AAC1A7; margin:2px 20px 10px 0; 
}
div#mainContent img.rightImage {
	float:right; padding:10px; background:#fff; border: 1px solid #AAC1A7; margin:2px 0 10px 20px; 
}
div#mainContent img.signature {
	padding:0; background:none; border: none; margin:10px 0 10px 15px ; box-shadow: none;
}
div#mainContent img.plain {
	padding:0; background:none; border: none; margin:5px ; box-shadow: none;
}
div#mainContent img.left {
	float:left;
}
div#mainContent img.right {
	float:right;
}
div#mainContent img.noBox {box-shadow: none;}
div#mainContent img.Leaf {float:left; margin: 10px 0 0 0; box-shadow:none; padding:0; background:none; border: none; }
img.thumbnailCondensed {float:left; margin:3px 10px 20px 0px; min-width:91%; max-width:91%; width:91%;}
img.thumbnailCondensedDirect {float:left; margin:3px auto 10px auto;  width:200px; height:200px; object-fit: cover;}
img.thumbnailCondensedDirectSMALL{float:none; margin:3px auto 10px auto;  width:65px; height:65px; object-fit: cover;}
img.fullsize {float:left; min-width:100%; max-width:100%; width:100%;}
img.VERYPLAIN { padding:0; background:none; border: none;  box-shadow: none;}

.plantingGuideMatrixThumb {
	height: 65px;	
	width: 65px;
	border:0;
	padding: 3px;
	margin: 3px;
	float:left;
	border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	overflow:hidden;
}
.plantingGuideMatrixThumb:hover {
	background:#ffffff;
}
.plantingGuideMatrixThumb img{
	border-radius:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float:right;
	width: 320px;
	margin: 20px 1% 30px 0px;
}
div#sidebar H2 {font-size:24px; margin: 8px 0 8px 0;}
.sideBarBioText { text-align:left; font-size:100%;}
.sideBarBox {
	padding:3%; background:url(../images/layout2015/MainBackground.png) repeat;  border: 1px solid #AAC1A7; margin-bottom:5px; width:94%; font-size:100%; line-height:normal;
}
.archive {
	margin: 0 0 0 10%;
	list-style-type: square;
	text-align:left;
	line-height:24px;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; 
	font-weight:100;
	font-size:22px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.countDownBlock {
	background:url(../images/Count-Down-to-Spring.jpg) no-repeat;
	width:300px;
	height:250px;
}
#countDownBlockBanner {
	height:60px;
	text-align:center;
	position:relative;
	top:170px;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	font-family: 'bebas_neueregular', arial, verdana, sans serif; 
	font-weight:100;
	font-size:40px;
	padding:10px 0 0 0;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear:both;
	position:relative; 
	width:100%; 
	height:auto;
	border-top:1px #333333 solid;
	border-bottom:4px #333333 solid;
	overflow:hidden;
}
#footerBackground	{ width:96%; min-height:200px; height:100%;  background:url(../images/footerBackground.jpg) repeat-x #1880B6; padding:30px 2% 20px 2%; overflow:hidden; }
#footer_credits { margin:auto; width:100%; height:100%;}
#footer #footer_credits div { 
	float:left;
	
}
#footer #footer_credits div a {color:#F1EBC7;}	
#footer div#contact {
	width: 65%;
	padding: 20px 2% 0 2%;
	height:100%;
	color:#F1EBC7;
	line-height:17px;
	text-align:left;
	float:left;
}
#footerMenu { float:right; width:30%; padding-top:20px; font-family:"bebas_neueregular", Verdana, Arial, sans serif; font-size:18px; font-weight:100; line-height:22px; }
.footerMenuBlock { float:left;  margin: 0 5%;}

#footer #footer_credits div#contact p {padding-left:30px;}
#footer #footer_credits div p {padding:10px 0; }

#footer #footer_credits div a:link { color: #F1EBC7;  }
#footer #footer_credits div a:active{ color: #FFCC33;  }
#footer #footer_credits div a:visited { color: #F1EBC7;  }
#footer #footer_credits div a:hover{ color:#FFCC33;  }
#footer img {border:1px #fff solid;}
#footer .left {float:left; margin-right:20px;}
