/* Specific display for iPhone visitors. They'll come here direct from the Get Running app.
---------------------------------------- */

/* Remove as much stuff as we can, so the iPhone display is a lot less cluttered. It's only little. */

div#gr-header {
	display:none;
}

div#gr-navbar {
	display: none;
}

div#onlinelist {
	display: none;
}

div#newestuser {
	display: none;
}

/* General adjustments to elements to give us more screen real-estate. Remove overall border, etc. */
div#wrap
{
	background-color: #90c648;
	background-image: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

div#footer
{
	padding: 0;
	margin: 0;
	width: 100%;
}

/* Various font-size and style adjustments for iPhone */
body {
	font-size: 14px;
}

.postbody .content {
	font-size: 1.8em; /* This is the important bit, after all. */
}

.navbar {
	font-size: 0.8em;
}

#page-body h2 {
	font-weight: bold;
}

ul.topiclist dt {
	font-size: 0.6em;
	
}

ul.topiclist dd.lastpost {
	font-size: 1em;
}

ul.topiclist dt .topictitle, ul.topiclist dt .forumtitle
{
	font-size: 2em;
}

div.inspiration {
	font-size: 0.8em;
}

div.inspiration dt p {
	margin-right: 10%;
}
