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






/*-----NAVigation -----*/
	div#navWrapper {
		background: #444444;
		background: -webkit-linear-gradient(top,  #444444 0%,#000000 100%); /*chrome-safari*/
		background: linear-gradient(to bottom,  #444444 0%,#000000 100%);	
	}
	nav ul {
		float:right;	
	}
	nav ul li {float:left;}
	nav ul li a {
		background: none;
		padding: 1.5em 2.5em;
		border-right: solid 2px rgba(0,0,0,0.9);
		border-left: solid 2px rgba(255,255,255,0.3);
	}



/*-----HEADER -----*/
header {
	background-image: url(../images/TabletHead.png);
	height: 400px;
}






/*-----CONTENT -----*/
article {
	float:left;
	width: 29.333%;
}


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

	
}

