body {
	font-family: "Helvetica", "Verdana", "Arial";
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	color: #0168A7;
	text-decoration: none;
}

a:visited {
	color: #0168A7;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

p.center {
	text-align: center;
}

div.title {
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.nav_top {
	position: relative;
	top: 40px;
	text-align: center;
	font-size: 12px;
}

div.content {
	position: absolute;
	left: 25%;
	width: 50%;
	top: 180px;
	text-align: center;
	min-height: 70%;
}

/* iPhone screenshots */

div.iphone_screen {
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 1;
	display: none;
}

img.iphone_screen {
	width: 292px;
	height: 636px;
}

div.app_screen {
	position: absolute;
	top: 185px;
	right: 45px;
	z-index: 2;
	display: none;
}

img.app_screen {
	width: 240px;
	height: 360px;
}

/* Mac screenshots */

div.mac_screen_1 {
	position: absolute;
	top: 160px;
	right: 20px;
	z-index: 1;
}

div.mac_screen_2 {
	position: absolute;
	top: 360px;
	right: 20px;
	z-index: 1;
}

img.mac_screen {
	width: 200px;
	height: 125px;
}

div.headline {
	font-weight: bold;
	text-align: left;
}

/* Posts */

div.post {
	position: relative;
	top: 20px;
	text-align: left;
	min-height: 360px;
}

div.post_section {
	background-color: #eeeeee;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

div.post_header {
	font-weight: bold;
	position: relative;
	top: 10px;
	padding-bottom: 8px;
}

p.post_footer {
	font-size: 10px;
	text-align: right;
}


div.appstore {
	text-align: center;
}

/* App Listings - used in apps.html */

div.app_listing {
	position: relative;
	top: 40px;
}

div.app_listing_icon {
	text-align: right;
	background-color: #eeeeee;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 10px 10px 10px;
}

img.app_listing_icon {
	width: 72px;
	height: 72px;
}

p.app_listing_title {
	font-weight: bold;
	text-align: left;
	position: relative;
	top: -72px;
	padding: 10px 10px 10px 10px;
}

p.app_listing_description {
	position: relative;
	top: -20px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
}

div.nav_bottom {
	position: relative;
	top: 40px;
	text-align: center;
	font-size: 12px;
}

div.footer {
	position: relative;
	top: 70px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}