body {
	background: #f6f6f6;
	color: #666;
}

a {
	color: #007315;
}

a:hover {
	color: #085716;
	text-decoration: underline;
}

#headerwrap {
    background-color: #085716;
}

#site-description {
	color: #ccc;
}

#main-nav .current_page_item a, #main-nav .current-menu-item a {
    background-color: #02360C;
}

input[type=reset], input[type=submit], button {
	background-color: #02360C;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    background-color: #e0e0e0;
	color: #666;
}

.page-title {
	color: #085716;
}

#footerwrap {
	background: #f6f6f6;
}

/*Mobile*/
#mobile-menu {
    background-color: #085716;
}