/** TURN STUFF ON FOR MOBILE **/
@media only screen and (orientation : landscape) {
	#container {
		/*width: 1024px;*/
	}
	
}

#container {
	min-width: 768px;
	position: relative;
}

#device-detector {
	width: 768px;
}


html {
	overflow-y:  scroll;
}

.mobile-only {
	display: none !important;
}

.tablet-only {
	display: block !important;
}



#header {
	height: 90px;	
}


.logo a {
	width: 150px;	
}

.main-nav {
	top: 90px;
	width: 300px;
}


#content-interior {
	padding-top: 90px;
}

.profile-grid {
	width: 50%;
}

.profile-grid:nth-child(3n+1){
    clear:none;
}

.profile-grid:nth-child(2n+1){
    clear:left
}