@charset "utf-8";
/*
Name: KLP
Date: 8/19/15
File: siteStyles-iPhone.css
Workspace: F:\tnt-8-18-15\styles

Purpose: Basic site-wide styles for smaller screens
*/
html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small
}

body{
	margin-top: 0px;
}

div#stripe{
	width: 480px;
	height: 70px;
	background-color: #FFCC66;
}

div#jsAlert{
	width: 250px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	color:red;
	text-align:center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

nav ul{
	
}

nav ul li{
	display: block;	
	margin-bottom: 5px;
}

div#mainContent, header, footer{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

header{
	margin-top: -70px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#F16428;;
	padding-left: 5px;
	color:white;
	height: 60px;
}

header h1, h3{
	margin-top: 3px;
	margin-bottom: 3px;
}

header a{
	text-decoration:none;
	color:white;
}

footer{
	font-size: smaller;
	color: #999;
}

footer p{
	margin-top: 5px;
	margin-bottom: 5px
}

footer p#info{
	/*margin-right: 200px;*/
	width: 100%;
}

footer img{
	/*float:right;*/
	display:none !important;
}

table#appLinks div.appThumbnail{
	height: 20%;
	width: 20%;
	/*background-color:pink;*/
	margin-left:auto;
	margin-right: auto;
	/*margin: 5px;*/
}

audio{
	background-color: #6CF;
	width: 90%;
	height: 70px;
}
