/* Tag Base Styles */
body, h1, h2, h3, h4, h5, p, strong, em, small, code {
	margin: 0;
}

a {
	text-decoration: none;
	display: block;
}

img {
	border: none;
}

img.logo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

h1 {
	padding-left: 10px;
	float: left;
}

h2 {
	padding: 10px;
}

p {
	padding: 15px;
	margin-bottom: 25px;
	border-style: solid;
	border-width: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear hr {
	display: none;
}

#iphone {
	margin: 0 auto;
	width: 30em;
}

.button {
	margin-bottom: 10px;
}

.button span, .button img {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	float: left;
}

.button span {
	padding-left: 1em;
	width: 24em;
	background-image: url('/images/iphone-button-center.png');
	background-repeat: repeat;
}

.button span img {
	width: 40px;
	height: 40px;
	padding: 5px 10px 5px 0;
	background-image: url('/images/iphone-button-center.png');
	background-repeat: repeat;
}

#nav {
	height: 50px;
	line-height: 50px;
	background-image: url('/images/iphone-header-bg.png');
	background-repeat: repeat;
}

#nav a {
	padding: 0;
}

#nav-left {
	padding-left: 20px;
}

#nav-left, #nav-left a img, #nav-left a span, #nav-center, #nav-center span {
	float: left;
}

#nav-left a span {
	background-image: url('/images/iphone-nav-back-center.png');
	background-repeat: repeat;
}

#nav-center {
	margin: 0 auto;
}

#nav-center span {
	margin-left: 25px;
}

#content {
	padding: 25px;
	background-image: url('/images/iphone-content.png');
	background-repeat: repeat;
}

#apps-published, #apps-dev {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}

#footer {
	text-align: center;
	background-image: url('/images/iphone-footer-bg.png');
	background-repeat: repeat;
}

#footer, #footer span {
	height: 47px;
	line-height: 47px;
}

#footer a {
	display: inline;
}