html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	header, footer, .featured, .navigate {width:768px;}
	article {margin-left:5px;}
}

@media only screen and (max-width: 767px) {
	header, footer, .featured, .navigate {width:100%;}
	header {margin-top: 0px; height:170px;}
	header #logo{top:15px;}
	#content{background-color:#ffffff;}
	header nav {top:5px; right: 5px;}
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
}

@media only screen and (max-width: 479px) {
	header{height: 150px;}
	header #logo{top: 20px; left:10px;}
	.navigate {height:90px;}
	.navigate #search{right:auto; top:auto; bottom: 4px; left:7px; }
}

@media only screen and (max-width: 320px) {
	header{height: 110px;}
	header #logo{top: 20px; left:10px;}
	article {margin-left:10px;}
	.navigate {height:120px;}
	.navigate #search{right:auto; top:auto; bottom: 4px; left:7px; }
}