@media only screen and (min-width: 600px) {
/*-----BODY -----*/
	body {}



/*-----CONTAINER -----*/
	#container {}



/*-----HEADER -----*/
	header img {
		width: 120px;
	}



/*-----NAVigation -----*/
	#navWrapper {
		background: #3f3f3f:
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(61%, #564F4D), color-stop(100%,#4C444C));
		background: -webkit-linear-gradient(top, #3f3f3f 0%,#564F4D 61%,#4C444C 100%);
		background: -o-linear-gradient(top, #3f3f3f 0%,#564F4D 61%,#4C444C 100%);
		background: linear-gradient(to bottom, #3f3f3f 0%,#564F4D 61%,#4C444C 100%);
	}

	nav ul {
		margin-left: 2%;
	}

	nav ul li {
		float: left;
		border-right: solid 1px rgba(0,0,0,0.5);
		border-left: solid 1px rgba(255,255,255,0.5);
	}

	nav ul li a {
		display: block;
		color: rgba(255,255,255,0.9);
		font-size: .8em;
		padding: 1.2em .9em;
		font-weight: 700;
		text-decoration: none;
	}

	nav ul li a:hover {
		color: rgba(0,0,0,0.8);
	}

	nav ul li ul {
		z-index: 99;
		position: absolute;
		background-color: #877550;
		left: -999em;
		width: 10em;
	}

	nav ul li ul li {
		float: none;
		border-right: none;
		border-bottom: solid 1px rgba(0,0,0,0.5);
	}

	nav li:hover ul {
		left: auto;
		margin-left: 0;
	}

	nav li.current {
		background-color: #584c32;
	}



/*-----CONTENT -----*/
div.column {
	clear: both;
}

article {
	width: 46%;
	float: left;
}


/*----- FOOTER -----*/


}
