﻿/*==============================
smaller than 750
=================================*/
@media screen and (max-width: 750px) {
#outerWrapper {
	width: 100%;
}
#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 750
========================================*/
@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 0px;
}
}
/*========================================
less than 480
=========================================*/

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