@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------
  Old School Cameras - special style sheet if iphone mobile browser
  - redesign, development, and code by: Sean Glassford
  - last updated: 4/11/2012
  - Copyright 2012, Old School Cameras, All Rights Reserved
-------------------------------------------------------------------*/

html,body {
	-webkit-text-size-adjust:none;
}
.lightgrey {
	text-shadow: 0px 3px 1px rgba(0,0,0,.3), 0 0 5px rgba(0,0,0,.4), 0 1px 3px rgba(0,0,0,.4), 0 3px 5px rgba(0,0,0,.2);
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a, ul.tabs a.current {
	text-shadow: 0px 5px 1px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.4);
}
.totop a:hover {
	color:#0085cf;
	text-shadow: none;
}
#mainwrap {
    overflow: auto;
}

/* -fix (because the embedded google map misbehaves in the iphone safari browser - a link to google maps open the google app) --*/
/* - (functionality may depreciate with time) --*/
/* - hides regular map button that links to location.htm and shows the button that opens google maps iphone app or google maps --*/
#map_button {
	display:none;
}
#iphone_map_button {
	display:block;
	position:absolute;
	top:104px;
	left:0px;
	background:url(../images/map_buttons.png) left top no-repeat;
	width:90px;
	height:33px;
	cursor:pointer;
	border:none;
	outline:none;
	text-indent: -9999px;
}
#iphone_map_button:hover	{ background-position:0 -33px; }
#iphone_map_button:active { background-position:0 -66px; }
