/* 
==========================================
handheld.css

	Ohlone changes
   It is expected that the Achewon Nimate handheld has already been referenced.
	
==========================================
*/

@import "http://ohlone.achewonnimat.org/css/base.css"; 
@import "http://achewonnimat.org/css/handheld.css"; 


html, body {
	background:			#666666 none repeat scroll 0%;
}

.fullPage {
	background:			white none repeat scroll 0%;
	max-width:			310px;
	width:				310px;
}

.header {
  background:       #996600;
}
   /* In order to avoid the dreaded image dance when a border is shown, we will cheat.
	   A border of the same color as the solid background is created, and then the color
		will be altered when hover occurs.   We also must cancel the margin shift that 
		the base.css did.  Otherwise the relocated OA logo will cause uncontrolled jumping
   */
.header .achielogo a img,
.header .oalogo a img {
  border:                   1px dotted #996600;  /* Invisable, yet the space is allocated! */
}