﻿/*==============================
smaller than 980
=================================*/
@media screen and (max-width: 750px) {
#outerWrapper {
	width: 95%;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF;
}
#content {
	width: 75%;
	float:none;
	padding: 3% 4%;
}
#rightColumn1 {
	width: 25%;
	float: right;
}
}
/* ===============================
 iPads (portrait) 
 ============================== 
@media only screen and (min-device-width : 750px) and (orientation : portrait) {
#outerWrapper {
	width: 95%;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF;
}
#content {
	width: auto;
	padding: 3% 4%;
	float:none;
}
#rightColumn1 {
	width: auto;
	float: none;
}*/
/*=====================================
less than 650
========================================*/
@media screen and (max-width: 750px) {
#header {
	height: auto;
}
#topNavigation {
	position: static;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF;
}
#content {
	width: auto;
	/*float: none;*/
	margin: 0;
}
#rightColumn1 {
	width: auto;
	float: none;
	margin: 20px 0;
}
}
/*========================================
less than 480
=========================================*/

@media screen and (max-width: 480px) {
/*html {
	
}*/
#topNavigation {
	height: 85px;
	line-height:30%;
}
#topNavigation a {
	font-size: 90%;
	padding: 10px 8px;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF;
}
#content {
	width: auto;
	float: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
}
