/* theme overrides */
	a {
		font-weight: normal;
	}
	#footer a {
		/*
		font-weight: normal;
		*/
		color: inherit;
	}
	.navigation, .post-data a {
		color: white;
	}
	.menu li {
		display: inline-block;
		float: none;
	}
	.post-edit {
		margin: 0;
		padding: 1.5em 0;
	}
	
	@media screen and (max-width: 650px) {
		.js .main-nav {
			background-color: #384836;
			background-image: none;
			filter: none;
		}
		.js .main-nav .menu li {
			background-color: #384836;
			display: block;
		}
		.js .main-nav .menu li a {
			color: #8acec5;
			font-weight: normal;
			text-transform: uppercase;
			border: none;
			border-top: 2px solid #2c2c2c;
			text-align: center;
		}
		.js .main-nav .menu li.current_page_item, .js .menu .current_page_item a, .js .menu .current-menu-item a {
			background-color: #384836;
		}
	}
/* end theme overrides */