﻿/*******************************************************************
	mobile.css
	Mobile style sheet for www.altn.com.
	To be included with styles.css.  This style sheet only overrides
	main styles for mobile devices.
********************************************************************

	Created: 1.15.2013 Daniel Draney
		
********************************************************************
/*	Color Pallette */
/*		#fff; /* White */
/*		#000; /* Black */
/*		#eee; /* Very Light Gray */
/*		#ccc; /* Light Gray */
/*		#aaa; /* Medium Gray */
/*		#666; /* Dark Gray */
/*		#900; /* Dark Red */
/*		#009; /* Dark Blue */
/*		#ffd; /* Pale Yellow */
/*		#005; /* Dark Blue */
/******************************************************************/


@media handheld { /* @media handheld - to be closed at end of stylesheet - hack preventing old browsers from applying your mobile styles to your normal screen styles */
	
	
body {
	padding: 0;
	margin: 0;
	background-color: #ffffff; /* White */
	color: #33373D; /* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
}
#UberDiv {
	padding: 0 20px 0 20px;
}


} /* closes @media handheld */