/* CSS Document */
body {
	background: #D0D0D0 url(../images/stripes.png);
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
#settings {
	width:auto;
	float:none;
	padding: 10px;
	background:none;
}

.settingscontainer {
	background-color: #FFF;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;	
	padding:8px;}

#container {
	text-align:left;
	width:auto;
}
.header {
	padding-left:10px;
	height:91px;
	background:url(../images/iphone-header.gif) top left repeat-x
}
#statistics {
	margin:0;
	padding:10px;
}
h1 {
	-x-system-font:none;
	color:#BF0000;
	font-family:Helvetica;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:15px 0 0 0;
	text-shadow:0 1px 0 #FFFFFF;
	background:none;
	width:auto;
	height:auto;
}
h2 {
	-x-system-font:none;
	color:#BF0000;
	font-family:Helvetica;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:15px 0 0 0;
	text-shadow:0 1px 0 #FFFFFF;
}
.isaved {
	background: url(../images/heart.gif) no-repeat #F3FFEC 10px center;
	padding:12px 12px 12px 48px;
	border:1px solid #CCFFCC;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.landmarks {padding:6px;margin-bottom:1px;}
.line1, .line2, .line3, .isaved, .landmarks {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-x-system-font:none;
	background-color:#fff;
	border:1px solid #B4B4B4;
	margin-bottom:1px;
}
