@charset "utf-8";
/* CSS Document */

body {background: #483030;}

a, a:visited {color: #3E913B;}
a:hover { color: #483030; }

#header {
	background-repeat: no-repeat;
}

.header-top .site-title a{color: #ffffff;}

#access {background-color: #345389; border-top: 1px solid #3e5f9a; border-bottom: none;}
#access a {color: #ffffff; text-shadow: none;}
#access a:hover, #access li.current_page_item > a {background:none; color: #D2E9CD;}
#access li li {border-top: 1px solid #3f856f;}
#access li li a {text-shadow: #5d5d5d 1px 1px 1px; color: white; background-color: #3E913B; background: rgba(72, 136, 56, 0.8);}
#access li li a:hover {color: white; background: #5AA553;}

#access li li.current_page_item > a {color: white; background: #2B7144;}

body {
	 background:url(../images/background.jpg); 
	 background-attachment:fixed;
     background-position:center;
}

.magnify-grid .wooslider .overlay-full .slide-excerpt {
	background: #e3f3cd;
}
html body .magnify-grid .overlay-full.layout-text-right .slide-excerpt {
	border-left: 10px solid #8ec446;
}

.magnify-grid .title, .magnify-grid .title a, .magnify-grid .title a:visited {color: #483030;}
.magnify-grid .title a:hover {color: #3E913B; }

.category-description {border-left: 10px solid #3E913B; background: #e3f3cd;}

.comment-body {border-left: 10px solid #3E913B;}
#respond #commentform #submit {background-color: #3E913B;}
#respond #commentform #submit:hover {background-color: #4E9E4B;}

.parent > a::after {
	content: " »";
	font-size: 1em;
}

.widget input[type="submit"] {background-color: #483030;}
#fyiFooter, #footer {
	background-color: #3E913B;
	background: linear-gradient(to bottom, #488818 0%,#346d13 100%);
	width: 100%;
}

#footer{
	width:100%;
}
#footer a {color: #B0CAAC; }
#footer .widget-title {
	border-bottom: 1px solid #608532;
}

@media screen and (max-width: 800px){ 

	#access #menu-icon:hover {
		background-color: #3b5b94;
	}
	#access li li {border-top: none;}
	#access li li a {background: inherit;}
	#access li a:hover {background: #5AA553;}

/*	#access .menu {
		background-color: #3E913B;
	}
	#access .menu li { 
		border-top: none;
	}
	#sidebar .menu a, #sidebar .menu a:visited {color: #3E913B;}
	#access a {
		text-shadow: #5D5D5D 1px 1px 1px;
		color: white;
	}
	#access a:hover, #access li.current_page_item > a {
		background: #2B7170;
		color: #EFF0E3;
	}
	*/
}