@charset "utf-8";
/* CSS Document */

a:link, 
a:visited {
	color: #74B929;
}

#secondary a:link,
#secondary a:visited {
	color: #509702;
}

body {
	background-image:url(master-gardener/background.jpg);
	background-attachment: fixed;
}

.sticky,
.kayak-child-pages li a,
.comment-body {
	border-left: 10px solid #83be43;
}

#respond #commentform #submit {background-color: #83be43; color: #ffffff;}
#respond #commentform #submit:hover {background-color: #93d150;}

.edit-link a {color: #246414;}

.taxonomy-description {
	border-left: 10px solid #008070;
}

#site-navigation {
	min-height: 50px;
	background-color: #008070;
	border-top: solid 1px #289C8E;
}

#site-navigation a:hover {
	color: #83be43;
}
.main-navigation ul ul {
	background-color: #008070;
}

.entry-title a {
	color: #00A792;
}

.widget-title {
	border-bottom: 1px solid #008070;
}

.site-footer {
	background-color: #008070;
}

#footer-widgets {
	background-color: #83be43;
	border-bottom: 1px solid #9ED462;
}

#footer a {
	color: #E3F1DF;
}

#footer .widget-title {
	border-bottom: 1px solid #83be43;
}

/* wooslider */
.home .slideshow .wooslider .overlay-full .slide-excerpt, 
.blog .slideshow .wooslider .overlay-full .slide-excerpt {
	background-color: #83be43;
	border-left: 10px solid #008070;
}

.home .slideshow .wooslider .slide-title a, 
.blog .slideshow .wooslider .slide-title a {
	color: #0E551C;
}

@media only screen and (max-width: 800px) {
	#site-navigation ul, #meta-menu ul, #top-search ul {
		line-height: 25px;
		background-color: #047063;
	}
	
	#site-navigation .sub-menu a {
		color: #ffffff;
	}
	#meta-menu ul, #top-search ul {
		background-color: #2e3c56;
		color: #EFF0E3;
	}
}

@media only screen and (max-width:768px) {
	
	.home .slideshow .wooslider .overlay-full .slide-excerpt,
	.blog .slideshow .wooslider .overlay-full .slide-excerpt {
		background-color: #ffffff;
		border-left: none;
	}
	.home .slideshow .wooslider.wooslider-type-slides img,
	.blog .slideshow .wooslider.wooslider-type-slides img  {
		width: 100%;
	}
	.home .slideshow .wooslider .slide-title a,
	.blog .slideshow .wooslider .slide-title a {color: #00A792; }
	
	.home .slideshow .wooslider .slide-title,
	.blog .slideshow .wooslider .slide-title {margin-bottom: 5px; }
	
}