body {
	line-height: 1.3em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background: #f0f0f0 url(topbg.png) repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 70px;
	padding-top: 80px;
	padding-left: 20px;
	position: relative;
}

#header .icon {
	position: absolute;
	top: 56px;
	left: 360px;
	-webkit-transform: rotate(2deg);
	-webkit-animation-name: 'wiggle';
	-webkit-animation-duration: 0.6s;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
	from { -webkit-transform: rotate(3deg); top: 56px; left: 360px; }
	to { -webkit-transform: rotate(-3deg); top: 45px; left: 350px; }
}

#header h1 {
	font-size: 2.6em;
	margin-bottom: 8px;
}

#header h1 a {
	color: inherit;
	text-decoration: inherit;
}

#top-banner {
	height: 719px;
}

.ad-container {
	width: 400px;
	height: 360px;
	margin-top: 50px;
}

.ad-box {
	padding: 10px;
	width: 180px;
	height: 100px;
	float: left;
}

.ad-box:hover {
	background-color: #f1f1f1;
}

.linkbox h3,
.ad-box h3 {
	font-weight: bold;
	font-size: 1em;
}

.ad-box p {
	font-size: 0.8em;
}

.ad-bottom {
	padding: 30px 10px 10px;
	width: 380px;
	height: 80px;
	float: left;
	text-align: center;
	font-weight: bold;
}

a {
	color: #279ad3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.learnmore:after {
	content: url(morearrow_08c.gif);
	margin-left: 5px;
}

.left-col {
	width: 400px;
	float: left;
	margin-left: 20px;
}

.linkbox.narrow {
	width: 280px;
	float: left;
	margin-top: 0;
}

.linkbox {
	margin-top: 30px;
	width: 380px;
	list-style-image: none;
	padding: 10px;
}

.linkbox li>a {
	color: #2f75a9;
	text-decoration: none;
}

.linkbox li>a:hover {
	text-decoration: underline;
}

.linkbox ul {
	padding-left: 30px;
	margin-top: 10px;
}

.linkbox li {
	padding: 3px 0;
}

.linkbox li>a:after {
	content: url(arrow_jump.gif);
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.iphone {
	padding: 0;
	float: right;
	width: 396px;
	height: 719px;
	background-image: url(iphoneportrait.png);
	margin: 0 20px 0 0;
}

.iphone .screen {
	width: 320px;
	height: 460px;
	margin-top: 140px;
	margin-left: 40px;
	position: relative;
	overflow:hidden;
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; }
}

.iphone .screen .screen-img {
	z-index: 1;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation-name: 'fadeout';
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-out;
}

.iphone .screen .screen-img.selected {
	z-index: 2;
	opacity: 1;
	-webkit-animation-name: 'fadein';
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-out;
}

.whitebox {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.sections {
	margin-top: 30px;
	padding: 20px;
	line-height: 1.6em;
}

.section {
	padding-bottom: 30px;
}

.section p {
	margin-bottom: 10px;
}

.section h3 {
	font-weight: bold;
	padding-top: 30px;
}

img.show {
	float: right;
	border: 1px solid #333;
	margin: 10px 20px 20px;
}

.features h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

.features h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

.features p {
	padding-bottom: 10px;
}

.features {
	width: 540px;
	float: right;
	padding: 20px;
	line-height: 1.6em;
}

.features ul li {
	padding-left: 20px;
	padding-bottom: 10px;
}

.features dl dt {
	font-weight: bold;
	padding-bottom: 10px;
}

.features dl dd {
	padding-left: 20px;
	padding-bottom: 30px;
}

.dontsume {
	padding: 20px;
}

#footer {
	height: 100px;
	clear: both;
}

a.twitterlink:before {
	content: url(twitterlink.png);
	margin: 0 2px;
}

#langlinks {
	position: absolute;
	right: 100px;
	top: 50px;
	width: 100px;
}

a.langlink.en:before {
	content: url(english.png);
	position: relative;
	top: 2px;
	margin: 2px;
}
a.langlink.ja:before {
	content: url(japanese.png);
	position: relative;
	top: 2px;
	margin: 2px;
}
