/* Layout */
body {
	margin: 0;
	padding: 0;
	background: #0000ff;
	color: #4b4d57;
	font: x-small/1.2em Arial, sans-serif;
}
#container {
	margin: 0 auto;
	width: 840px;
}
#content {
	padding-top: 0.8em;
	clear: left;
}
.block {
	background: url(../images/block-sides.png) repeat-y left top;
	padding: 0 40px 1.2em;
}
.block-top {
	background: url(../images/block-top.png) no-repeat left top;
	height: 27px;
}
.block-bottom {
	background: url(../images/block-bottom.png) no-repeat left top;
	height: 25px;
	margin-bottom: 1em;
}
.block-iphone-top {
	background: url(../images/block-iphone-top.png) no-repeat left top;
	height: 45px;
}
.main {
	width: 520px;
	float: left;
}

.main img {
	border: 0;
}
.main a:hover, a:active {
	color: #7cbfff;
	text-decoration: none;
}

.home .main {
	width: 280px;
}
.side {
	width: 200px;
	float: left;
	margin-left: 40px;
}
.home .side {
	width: 440px;
}

/* Fonts */

h1 {
	width: 840px;
	height: 180px;
	margin: 1.5em 0 0;
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -9999px;
}
h2 {
	font-size: 3em;
	color: #1e1f24;
	margin: 0;
	padding: 1em 0 0;
}
h3 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	padding: 1.8em 0 0.8em;
	color: #3d3e45;
	line-height: 1.6em;
}
h4 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
	padding: 0.5em 0;
	line-height: 1.4em;
	color: #777a86;
}

p, ul, dl {
	margin: 0.6em 0;
	font-size: 1.4em;
	line-height: 1.7em;
}

dt {
	color: #777a86;
}

dd {
	margin: 0;
	padding-bottom: 0.5em;
}

a:link, a:visited {
	color: #7cbfff;
	text-decoration: none;
}

a:hover, a:active {
	color: #fdff00;
	text-decoration: none;
}


/* Specific fonts */
#hero-icon {
	float: left;
	margin: 30px 20px 0 0;
}
#hero {
	padding: 1.8em 0 0 0;
}
.clear {
	clear: left;
}
ul#features {
	list-style: none;
	margin: 3em 0 0;
	padding: 0;
}
ul#features li {
	margin: 1em 0;
	padding-left: 40px;
	line-height: 1.8em;
}
li.contact {
	background: url(../images/icon-contact.png) no-repeat left top;
}
li.inbox {
	background: url(../images/icon-inbox.png) no-repeat left top;
}
li.messages {
	background: url(../images/icon-messages.png) no-repeat left top;
}
li.search {
	background: url(../images/icon-search.png) no-repeat left top;
}
li.sent {
	background: url(../images/icon-sent.png) no-repeat left top;
}
li.settings {
	background: url(../images/icon-settings.png) no-repeat left top;
}
li.tape {
	background: url(../images/icon-tape.png) no-repeat left top;
}
#hero h3 {
	padding-top: 1em;
}
.price h3 {
	color: #4c301f;
	font-weight: bold;
	font-size: 1.8em;
	padding: 1.4em 0 0.1em;
}
.price h4 {
	color: #7a533b;
	font-size: 1.3em;
}
.price p {
	font-size: 1.2em;
}
#screenshots {
	margin: 1em 0 1.2em;
}
#screenshots img {
	border: 10px solid #efeff2;
	margin-right: 35px;
}
#screenshots img.last {
	margin-right: 0;
}
.side dl {
	margin-top: 3em;
}
.block-first {
	margin-top: 2em;
}
#footer p {
	margin: 3em 0;
	font-size: 1.2em;
	color: #7cbf00;
}
.home h2 {
	line-height: 1.2em;
	padding-top: 0.6em;
}
img {
	border: 0;
}

	
/* Navigation */
ul#nav {
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	margin-bottom: 0.1em;
}
ul#nav li {
	display: inline;
	padding-right: 30px;
}