a {
	color: #900;
	}

body {
	background: #666;
	}
	
#iphone {
	background: url( ../images/iphone.png );
	height: 800px;
	font: 12px helvetica;
	margin: 0 0 0 20px;
	position: relative;
	width: 386px;
	}

	#iphone-container {
		height: 460px;
		left: 41px;
		overflow: none;
		position: absolute;
		top: 186px;
		width: 320px;
		}

#content {
	background: #fff;
	height: 367px;
	position: absolute;
	top: 44px;
	width: 320px;
	}

#locations-page {
	height: 367px;
	width: 320px;
	}

#activities-page {
	height: 367px;
	overflow: auto;
	}

#iphone ul.activities li {
	border-bottom: 1px #999 solid;
	height: 62px;
	position: relative;
	top: 0;
	}

	#iphone ul.activities li h2 {
		font-weight: bold;
		font-size: 1.3em;
		position: absolute;
		left: 30px;
		top: 5px;
		}
		
	#iphone ul.activities li .distance {
		position: absolute;
		left: 30px;
		top: 25px;
		}
		
	#iphone ul.activities li .people {
		position: absolute;
		left: 30px;
		top: 40px;
		}
		
	#iphone ul.activities li .time {
		color: #2670d9;
		font-weight: bold;
		left: 180px;
		position: absolute;
		text-align: right;
		top: 5px;
		width: 100px;
		}
		
	#iphone ul.activities li .icon {
		left: 5px;
		position: absolute;
		top: 20px;
		}
		
	#iphone ul.activities li .arrow {
		right: 5px;
		position: absolute;
		top: 20px;
		}

#people-page {
	height: 367px;
	overflow: auto;
	}

.section {
	background: url( ../images/section.png );
	color: #fff;
	height: 23px;
	}
	
	.section span {
		font-size: 1.3em !important;
		left: 15px;
		position: relative;
		top: 2px;
		}
	
#people-page .vcard {
	border-bottom: 1px #999 solid;
	height: 90px;
	position: relative;
	}
	
	#people-page .vcard .fn {
		left: 125px;
		position: absolute;
		top: 5px;
		}
		
	#people-page .vcard .activity {
		left: 125px;
		position: absolute;
		top: 25px;
		}
		
	#people-page .vcard .time {
		color: #999;
		font-weight: bold;
		left: 125px;
		position: absolute;
		top: 40px;
		}
	
	#people-page .vcard .icon {
		left: 5px;
		position: absolute;
		top: 30px;
		}
		
	#people-page .vcard .photo {
		left: 30px;
		position: absolute;
		top: 1px;
		}
		
	#people-page .vcard .arrow {
		right: 5px;
		position: absolute;
		top: 35px;
		}

#range {
	background: url( ../images/top.png ) repeat-x;
	height: 44px;
	position: absolute;
	top: 0;
	width: 320px;
	z-index: 2;
	}

	#range ul {
		position: absolute;
		left: 60px;
		top: 8px;
		}

	#range li {
		float: left;
		}
	
#navigation {
	width: 320px;
	position: absolute;
	top: 412px;
	}

	#navigation li {
		float: left;
		}
	
h1 {
	font-weight: bold;
	font-size: 1.5em;
	}
				
.hidden {
	display: none;
	}
	
.clear {
	clear: both;
	}