/* iPad */
body {}
nav ul li a {padding:7px 19px}

/* FIX FOR FIXED POSITIONING */
#mast, #bottom {position:absolute;}

/* SEARCH */
form input#searchField, input#searchField[type="search"] { width:490px; -webkit-border-radius:0; border-radius: 0; padding-top:0}
#searchSubmit {width:70px;border-radius:0;-webkit-border-radius:0;margin:0; padding:0; margin-left:0px;}
form #clearSearch { left:500px;}
#search .contents form {    height: 70px;    padding: 0 10px;}
#searchResults {width:969px;}
#searchResults #results {width:585px}
#photoAttribution {margin-left:15px;}
form #searchHint li { font-size:11px;margin: 5px 11px 0 0;}

#devinfo {
    background: none repeat scroll 0 0 white;
    display: none;
    left: 0;
    margin-left: 10px;
    position: absolute;
    top: 100px;
	z-index:2000;
}

/* CONTROLLER */
	#iPadButtons { z-index:500; position:absolute; width:1023px; display:block}
	#tabletFeatured, #tabletSearch, #tabletLocation, #tabletNews, #tabletFooter {display:block; float: left; height: 250px; width: 245px; margin:1px;}
#tabletNews {width:225px;}
#tabletFooter {width:35px;}
#showFooterLink {right: 5px;}

















/* FIXES FOR FIXED POSITIONING */
/* Quickie Reset */
* {margin: 0;padding: 0;border: 0;}

/* Minimum height on body helps preventDefault */
body { min-height:100px;}

/* Set our fixed elements above everything else */
#mast, #bottom {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	min-height: 44px;
	z-index: 200;
}

/* mast
#mast h1 {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
}

 */
 
#mast {background:url("../images/layout/topshader.png") repeat scroll center bottom transparent;}

/* bottom */
#bottom {
	position: absolute;
	top: 542px;
	height: 150px;
}

/* Reposition on scroll */
body.scrolled #bottom {
	top: 307px;
}

/* Reposition on orientation change */
body[orient="landscape"] #bottom {
	top: 220px;
}


/* Reposition on scroll */
body.scrolled[orient="landscape"] #bottom {
	top: 159px;
}

#bottom ul {}

/* Container */
#container {
	height: 324px;
}

#content {margin-top:-100px;}



/* Reposition on orientation change */
body[orient="landscape"] #container {
	height: 176px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #container {
	height: 115px;
}




body[orient="portrait"] #searchHint { display:none;}
body[orient="landscape"] #searchHint  { display:none;}



/* Content */
#content {
	position: relative;
}
