body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #181818;
	width: 330px;
	-webkit-text-size-adjust: none; 
}

h1 {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFF;
}

ul {
	font-size: large;
}

li {
	list-style-type: none;
	margin-bottom: 8px;
	font-size: large;
	color: #AAAAA2;
	line-height: 1.2em;
}

a:link {
	font-size: x-large;
	font-weight: bold;
	color: #A5352A;
	text-decoration: none;
}

a:visited {
	font-size: x-large;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.logo {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

.section {
	border-top: 1px solid #333;
	padding: 15px;
	width: 320px;
	margin: auto;
}

.phone, .rss, .ical {
	background-image: url(/images/mobile/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.copyright {
	font-size: small;
	text-align: center;
	color: #333;
}


