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

/*-----CONTAINER -----*/
	#container {
		box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
		}

/*-----HEADER -----*/
header{background-image:url(images/med2.jpg); 
	   background-repeat:no-repeat;
	height: 400px;
}


/*-----NAVigation -----*/
	div#navWrapper {
			background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


	}
	nav ul {
		float:right;	
	}
	nav ul li {float:left;}
	nav ul li a {
	
		padding: 1.5em 2.5em;
		border-right: solid 1px rgba(0,0,0,0.9);
		border-left: solid 1px rgba(255,255,255,0.3);
	}

/*-----CONTENT -----*/

article {
	float:left;
	width: 29.333%;
	padding-top:0em;
	margin: 0 2%;
}



/*----- FOOTER -----*/
footer p.icons{
	float:right;
	
	
	}
	
}