﻿/*
  Makes the site 1200 wide.    
  For use during transition to 1200, once every site 
  has been updated the main css (uwsp-2013) will be 
  updated with the new widths, and this file will be 
  removed.
*/

#UWSPbar {
	max-width: 1200px !important;
}
#universityNav ul {
	max-width: 1200px !important;
}
#contentWrapper {
	max-width: 1200px;
}
#innerContainer {
	max-width: 1200px;
}
#universityNav .navwid {
	max-width: 1200px;
}
#utilityBar #utilityBarInner {
	max-width: 1200px;
}
#footerInner {
	max-width: 1200px;
}
#bbarInner {
	max-width: 1200px;	
}
#innerContainer {
	
}
#sideNav {
	margin-right: 20px;
}

@media screen and (min-width: 1100px) {
	#innerContainer {padding-left: 10px;padding-right: 10px;}
}

