/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */
@media only screen and (max-width: 768px) {

	
		header {
			width: 93.75%; /* 720px / 768px */
		}

		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}
		ul.nav{border-top-left-radius:0; border-top-right-radius:0; padding:0; border-top:thin solid #fff;border-left:thin solid #fff;border-right:thin solid #fff;border-bottom:none; background: #b3b4b8; /* Old browsers */
background: -moz-linear-gradient(top, #b3b4b8 0%, #919297 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b4b8), color-stop(100%,#919297)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b3b4b8 0%,#919297 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b3b4b8 0%,#919297 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b3b4b8 0%,#919297 100%); /* IE10+ */
background: linear-gradient(to bottom, #b3b4b8 0%,#919297 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b4b8', endColorstr='#919297',GradientType=0 ); /* IE6-9 */ }
		
}