/* @override 
	http://www.pixelespressoapps.com/css/screen.css
	http://www.pixelespressoapps.dev/css/screen.css
	reset.css -- http://www.pixelespressoapps.dev/css/screen.css
*/

/* Copyright (C) 2008-2009 Svetlana Fedosova t/a PixelEspresso. All rights reserved. */

@import "reset.css";

body {
	background-color: #e6e6e6;
	padding: 20px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#wrapper {
	width: 640px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid silver;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 3px 6px #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
}

/* Header */

#header {
	text-align: center;
	border-bottom: 1px solid silver;
	padding: 20px;
}

#header h1 {
	font-size: 18px;
	padding: 6px 0;
}

#header p.subtitle {
	color: #666;
	font-size: 12px;
	margin-top: 3px;
}

#header a {
	text-decoration: none;
}

#header.dim img {
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#header.dim p {
	color: #999;
}

/* Banner */

#banner {
	background-color: #333;
	background-image: url(../images/shadow-dot-pattern.png);
	height: 160px;
}

div.apptop {
	background-color: #333;
	background-image: url(../images/shadow-dot-pattern.png);
}

#banner #logo {
	margin: 16px 32px;
}

#banner #title {
	width: 420px;
	position: relative;
	top: -110px;
	left: 180px;
}

#banner h1 {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	text-shadow: #000 0 1px 0;
	letter-spacing: -1px;
	position: relative;
}

#banner .subtitle, .blurb {
	font-size: 14px;
	line-height: 18px;
	color: #97c8d9;
	text-shadow: #000 0 1px 0;
	font-weight: bold;
}

#banner .small {
	font-size: 12px;
	line-height: 16px;
	color: #ccded3;
	text-shadow: #000 0 1px 0;
}

#banner a {
	text-decoration: none;
	color: #177efb;
	border-bottom: 1px solid;
}

#banner a:hover {
	color: #ff0080;
}

#banner a:visited {
	color: #cf64fc;
}

#discount_badge {
	position: absolute;
	top: 55px;
	left: 315px;
}

#discount_badge a {
	border: none;
}

/* Toolbar */

#toolbar {
	height: 74px;
	border-top: 1px solid white;
	border-bottom: 1px solid #999;
	overflow: hidden;
	background-color: #ddd;
	background-image: url(../images/toolbar-bg.png);
}

#toolbar ul {
	float: left;
	font-size: 12px;
	position: relative;
	left: 50%;
	text-align: center;
}

#toolbar ul li {
	float: left;
	width: 100px;
	position: relative;
	right: 50%;
}

#toolbar ul li a {
	text-decoration: none;
	float: left;
	padding: 4px 0;
	width: 98px;
}

#toolbar ul li a:hover {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #eee;
	left: -1px;
	position: relative;
}

#toolbar ul li a:active {
	background-color: #bbb;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	left: -1px;
	position: relative;
}

#toolbar li img {
	padding: 4px;
}

#toolbar li h3 {
	font-size: 11px;
	color: black;
	text-shadow: #fff 0 1px 0;
}

#toolbar li p {
	font-size: 11px;
	color: #666;
	margin: 2px 0;
	text-shadow: #eee 0 1px 0;
}

#toolbar li a:active p {
	color: black;
}

span.regular_price {
	text-decoration: line-through;
}

span.discount_price {
	font-weight: bold;
	color: #e34237;
}

/* Promotion */

div#promotion {
	border-top: 1px solid white;
	border-bottom: 1px solid #999;
	height: 48px;
	background: #eeeeec url(../images/discount-50-bg.png) no-repeat 120px 3px;
}

div#promotion a {
	font-size: 14px;
	text-shadow: #fff 0 1px 0;
	text-decoration: none;
	color: #a40000;
}

div#promotion p {
	padding: 17px 100px 17px 220px;
}

/* Haiti donation */

div#haiti {
	width: 620px;
	height: 28px;
	padding: 10px;
	font-size: 12px;
	background: url(../images/haiti-bg.png) no-repeat 0 0;
}

div#haiti p {
	line-height: 14px;
	margin: 0 30px 0 40px;
	color: #8f1a0e;
	text-shadow: rgba(255,254,255,0.6) 0 1px 0;
	text-align: center;
}

div#haiti a {
	font-weight: bold;
	color: #be2313;
}

/* Main content area */

/* Items */

div.appitem {border-bottom: 1px solid silver; padding: 16px; background-color: #f1f1f1;}
div.appclass {
	background-color: #ddd;
	border-bottom: 1px solid white;
	padding: 6px 16px;
	font-size: 12px;
	text-align: center;
	color: #666;
	text-shadow: #fefefe 0 1px 0;
	font-weight: bold;
}
div.last {border-bottom: none;}
.appitem a.appicon {float: left; margin-right: 16px;}
.appitem div.appinfo {float: left;}
.appitem h1 {
	font-size: 24px;
	margin: 6px 0 12px 0;
	text-shadow: #fff 0 1px 0;
}
.appitem p {font-size: 14px;}
.appitem ul {font-size: 12px; padding: 12px 0; line-height: 18px;}
.appitem div.clr {clear: both;} /* This makes the items area stretch to contain all floating elements inside */

/* Index page styles */

#main #appcontainer {
	margin: 0 auto;
	width: 262px;
	height: 337px;
	text-align: center;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#main div.app {
	float: left;
	width: 262px;
}

#main div.app h1 {
	font-size: 18px;
	color: #000;
}

#main div.app img {
	padding: 10px 6px;
}

#main div.blurb {
	line-height: 1.5em;
	font-size: 13px;
	margin-top: 12px;
	margin: 0 auto;
}

#main div.blurb p {
	padding: 6px;
}

#main div.appbuttoncontainer {
	float: left;
	padding: 0 4px;
	border-bottom: 1px solid silver;
	width: 255px;
}

/* Hide images Fancy Zoom uses for display */

#main div.preload {
	display: none;
}

ul.appbuttons {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

ul.appbuttons li {
	float: left;
	position: relative;
	right: 50%;
}

ul.appbuttons li h3 {
	font-size: 12px;
	line-height: 16px;
	color: black;
}

ul.appbuttons li p {
	margin-top: 2px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

ul.appbuttons a {
	color: #666;
	float: left;
	text-decoration: none;
	width: 70px;
	height: 48px;
	margin: 0 2px;
	padding: 4px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

ul.appbuttons a:hover {
	background-color: #eee;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

ul.appbuttons a:active {
	background-color: #ddd;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	color: black;
}

div.appfootnote {
	margin-top: 10px;
	float: left;
	width: 100%;
}

.appfootnote p {
	font-size: 11px;
	margin: 0 4px;
	color: #0b3f7e;
}

#main h2 {
	text-align: center;
	margin: 10px 0 0 0;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 16px;
}

/* Product page styles */

ul.items {
	margin: 10px 0 0;
	width: 640px;
	float: left;
}

ul.items li h3 {
	color: #333;
	line-height: 18px;
	font-size: 13px;
	padding: 4px 12px 0 50px;
	text-shadow: #fff 0 1px 0;
}

ul.items li {
	width: 200px;
	height: 112px;
	float: left;
	font-size: 12px;
	color: #5f5f5f;
	line-height: 16px;
	margin: 0 0 0 10px;
	padding: 6px 0;
	background-color: #eee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: #fff 0 1px 0;
}

/* Screenshot image */

#main li.cc a {
	float: left;
	position: relative;
	top: 6px;
	left: 12px;
	border: 1px solid #eee;
	background: white;
	padding: 4px;
}

span.new {
	color: #fb7e1b;
	text-shadow: #fdffd5 0 1px 0;
}

/* Screenshot shadow */

#main li.cc span.screenshot {
	width: 200px;
	height: 112px;
	position: relative;
	background: url(../images/item-img.png) no-repeat;
	float: left;
}

/* Screenshot */

#main li.cc a.ss img {
	border: 1px solid #eee;
}

#main ul.items li p {
	margin: 4px 12px 0 50px;
}

ul.items abbr {
	border-bottom: 1px dotted #5478e0;
}

/* Bullet icon */

#main ul.items li>img, div.sideimage {
	float: left;
	position: relative;
	margin: 2px 6px 0 8px;
}

div.sideimage {
	margin: -6px 0;
	padding: 6px 5px 6px 6px;
	border-right: 1px solid silver;
	height: 112px;
	background-color: #ddd;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

/* This div makes #main stretch to accommodate al contained ul elements. */

div.clr {
	clear: both;
}

/* iPhone application styles */

#main_iphone {
	padding: 30px;
	background-color: #f5f5f5;
}

#main_iphone #descr {
	float: left;
	width: 240px;
}

#main_iphone div.title {
	float: left;
	margin-bottom: 6px;
	width: 240px;
}

#main_iphone .title .icon {
	float: left;
	margin-right: 18px;
}

#main_iphone .title .text {
	float: right;
	width: 165px;
	clear: right;
}

#main_iphone #screenshot {
	float: right;
	width: 320px;
	height: 657px;
	background-image: url(../images/iphone-body.png);
}

#main_iphone #screenshot img.screen {
	float: left;
	position: relative;
	left: 32px;
	top: 97px;
}

#main_iphone #slideshow {
	position: relative;
	left: 32px;
	top: 97px;
}

#main_iphone h1 {
	font-size: 24px;
	margin-bottom: 3px;
}

#main_iphone .subtitle {
	font-size: 14px;
	color: #666;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 10px;
	line-height: 16px;
}

#main_iphone div.copy p {
	margin-bottom: 10px;
	line-height: 18px;
	clear: both;
	font-size: 12px;
}

#main_iphone #descr ul {
	color: #666;
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
}

#main_iphone #descr li {
	line-height: 16px;
	margin-bottom: 6px;
	margin-left: 14px;
	text-indent: -10px;
}

#main_iphone #descr div.note {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

.info {
	border: 1px dotted #fdcc3c;
	background-color: #fdffcd;
}

.flash {
	border: 1px dotted #3c800e;
	background-color: #c8ff6b;
}

#main_iphone div.appstore {
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted #999;
	background-color: white;
	font-size: 12px;
}

#main_iphone div.appstorebadge {
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

/* Badges */

#badges {
	border-top: 1px solid silver;
	padding: 10px 10px 6px 10px;
	height: 74px;
	text-align: center;
}

#badges ul {
}

/* Footer */

#footer {
	border-top: 1px solid silver;
	text-align: center;
	padding: 20px;
}

#footer p {
	font-size: 11px;
	color: #b3b3b3;
	padding: 2px;
}

#footer p.smallprint {
	font-size: 10px;
	padding: 2px;
}

#footer p.smallprint a {
	color: #b3b3b3;
}

#zoom_content {
	font-size: 12px;
}

/* Credits */

div#zoom_content {
	line-height: 18px;
}

div#zoom_content ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* qTip */

.qtip {
	text-shadow: #fddd8d 0 1px 0;
	font-size: 12px;
}