/* @group General */

body {
	background: #1a1a1a;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
	font-weight: 300;
}

#container {
	background: white url(../images/background.png) repeat-x 0 130px;
	height: 100%;
	width: 100%;
}

.index #container {
	background-position: 0 403px;
}

a {
	color: #626061;
	position: relative;
	z-index: 100;
}

h1 {
	font-weight: normal;
}

h1 a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}

h2, h3 {
	margin-top: 3em;
	font-size: 1.0em;
	color: #414141;
}

h2 {
	border-bottom: 1px dotted #aaa;
}

.clear {
	clear: both;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px dotted #aaa;
	margin-top: 40px;
	margin-bottom: 40px;
}

.box {
	background: #ddd;
	border: 1px solid #aaa;
	margin-bottom: 30px;
	font-size: 0.8em;
	padding: 4px;
}

strong {
	font-weight: bold;
}

.sale {
	display: block;
	position: absolute;
	width: 112px;
	height: 58px;
	border: 0;
	background-image: url(../images/on-sale.png);
	text-indent: -9999px;
	margin-top: -24px;
	margin-left: -23px;
}

/****************************
 **   General
 ****************************/

/* @end */

/* @group Layout */

/****************************
 **   Layout
 ****************************/

/* @group Header */

#header {
	width: 100%;
	height: 277px;
	min-width: 935px;
	text-align: center;
}

.index #header {
	background: url(../images/header.png) no-repeat center 104px;
	width: 100%;
	height: 552px;
	text-align: center;
}

#header h1 {
	background: url(../images/header-small.jpg) no-repeat center center;
	position: absolute;
	width: 344px;
	height: 106px;
	text-indent: -9999px;
	top: 17px;
	left: 24px;
}

.index #header h1 {
	background: none;
	left: 50%;
	top: 62px;
	margin: 0 0 0 -299px;
	width: 576px;
	height: 206px;
	border-color: red;
	border-width: 1px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header ul {
	background: url(../images/menu-small.png) no-repeat center center;
	list-style-type: none;
	float: right;
	position: relative;
	margin-top: 71px;
	width: 440px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

.index #header ul {
	float: none;
	left: 0;
	background: none;
	top: 333px;
	width: 650px;
	margin: 0 auto;
}

#header li {
	padding: 0;
	float: left;
	display: block;
	width: 25%;
	margin: 0;
}

#header li a {
	display: block;
	height: 50px;
	width: 100%;
	text-indent: -9999px;
}

h1.title {
	display: block;
	position: absolute;
	top: 71px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* @end */

/* @group Footer */

#footer {
	background: url(../images/footer.jpg) repeat-x 0 top;
	width: 100%;
	height: 128px;
	vertical-align: bottom;
	font-size: 0.9em;
	color: #888;
}

#footer .content {
	padding-top: 144px;
	padding-bottom: 99px;
}

#footer h1, #footer h2, #footer h3 {
	color: #fffeff;
	border-bottom: 1px dotted #777;
	font-size: 1.6em;
}

#endmatter {
	position: absolute;
	margin-top: 81px;
	text-align: center;
	width: 100%;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/* @end */

/* @end */

/* @group Content */

/****************************
 **   Content
 ****************************/

.content {
	clear: both;
	width: 600px;
	margin: 0 auto;
}

.content.twocolumn {
	padding-left: 300px;
	min-height: 709px;
	background: url(../images/page-shading.jpg) no-repeat 49px top;
}

.content.twocolumn-right {
	width: 400px;
	padding-right: 200px;
}

.content h1 {
	font-size: 1.6em;
	color: #626061;
}

.content h1 a {
	text-decoration: none;
}

#new-release {
	display: block;
	background: url(../images/new-release.png) no-repeat;
	width: 274px;
	height: 110px;
	text-indent: -9999px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -137px;
}

.index #new-release {
	top: 420px;
}

#badge {
	position: absolute;
	top: 20px;
	left: 20px;
}

.navigation {
	clear: both;
}

.navigation .older {
	float: left;
}

.navigation .newer {
	float: right;
}

.note {
	font-size: 0.8em;
	margin: 30px;
	padding: 10px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

a.app-store {
	display: inline-block;
	text-indent: -9999px;
	background: url(../images/products/app-store.png) no-repeat;
	width: 179px;
	height: 62px;
	float: right;
	margin-top: 10px;
}

#newsletter-form #newsletter-input, #newsletter-form #newsletter-referrer {
	width: 250px;
}

#newsletter-form .placeholder {
	color: #aaa;
}

#newsletter-form.pending #newsletter-input {
	background: #eee url(../images/spinner.gif) no-repeat right center;
}

#newsletter-form #newsletter-message {
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}

#newsletter-form label {
   display: inline-block;
   font-weight: bold;
   width: 70px;
}

.content .twocolumn {
	padding: 0;
	min-height: auto;
	background: none;
	margin-bottom: 60px;
}

.content .twocolumn span {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}

.comments ul li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: justify;
}

/* @end */

/* @group Sidebar */

/****************************
 **   Sidebar
 ****************************/

.side {
	width: 255px;
	float: left;
	margin-left: -300px;
	text-align: right;
	font-size: 0.7em;
}

.side a {
	color: #888;
}

.right-side {
	float: right;
	width: 200px;
	margin-right: -220px;
}

.side-offset {
	margin-top: 128px;
}

.side p {
	text-align: justify;
	font-size: 1.3em;
}

.side h2 {
	border: 0;
	margin-bottom: 0;
	text-align: right;
}

.side .icon {
	margin-bottom: 40px;
	text-align: right;
}

.side .buy {
	position: relative;
	margin-top: 50px;
	background: url(../images/buy.png) no-repeat right;
	width: 100%;
	height: 92px;
	left: 7px;
}

.side .buy h2 {
	display: none;
}

.side .buy a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #b4b4b4;
}

.side .buy p {
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 38px;
	padding-right: 99px;
}

.side .download {
	margin-top: 50px;
	background: url(../images/download.png) no-repeat right;
	width: 100%;
	height: 102px;
}

.side .download h2 {
	display: none;
}

.side .download a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #b4b4b4;
}

.side .download p {
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 39px;
	padding-right: 90px;
}

.side .discuss {
	margin-top: 50px;
	margin-bottom: 50px;
	background: url(../images/discuss.png) no-repeat right;
	width: 100%;
	height: 46px;
	position: relative;
	right: 7px;
}

.side .discuss a {
	display: block;
	width: 100%;
	height: 100%;
}

.side .discuss h2 {
	display: none;
}

.side .subscribe {
	position: relative;
	margin-top: 50px;
	background: url(../images/subscribe.png) no-repeat right;
	width: 100%;
	padding-top: 80px;
	margin-bottom: 80px;
}

.side .subscribe h2 {
	display: none;
}

.side .subscribe #newsletter-form {
	margin-right: 96px;
}

.side .subscribe #newsletter-form #newsletter-input {
	width: 120px;
	padding-right: 16px;
	position: relative;
	left: 18px;
}

.side .subscribe #newsletter-form #newsletter-subscribe {
	border: 0;
	background: transparent url(../images/arrow.png) no-repeat center center;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	vertical-align: text-top;
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.side .subscribe #newsletter-form #newsletter-message {
	display: block;
	width: 136px;
	float: right;
	line-height: 1.0em;
	font-weight: 300;
	text-align: right;
}

.side .subscribe #newsletter-form.pending #newsletter-subscribe {
	visibility: hidden;
}

/* @end */

/* @group Specific Styles */

/****************************
 **   Specific styles
 ****************************/

/* @group Sketches */

.sketch-chase #chase {
	background: url(../images/sketches/chase.jpg) no-repeat;
	width: 760px;
	height: 196px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	bottom: -78px;
}

.sketch-digger .content {
	position: relative;
	z-index: 2;
}

.sketch-digger #digger {
	background: url(../images/sketches/digger.jpg) no-repeat;
	width: 591px;
	height: 470px;
	position: relative;
	margin-bottom: -244px;
	margin-top: -178px;
	z-index: 1;
}

.sketch-digger #footer {
	height: 244px;
	position: relative;
}

.sketch-digger #footer #endmatter {
	text-align: right;
	right: 10px;
	left: 600px;
	width: auto;
}

.sketch-digger #footer #endmatter #copyright {
	display: block;
}

.sketch-digger #footer #endmatter #social {
	font-size: 0.9em;
}

.sketch-tree #tree {
	background: url(../images/sketches/tree.png) no-repeat;
	width: 528px;
	height: 439px;
	margin-top: -79px;
}

.sketch-tree #footer {
	z-index: -1;
	height: 118px;
}

.sketch-parachute #parachute {
	background: url(../images/sketches/parachute.png) no-repeat;
	width: 263px;
	height: 395px;
	position: relative;
	margin-top: -254px;
	margin-left: -14px;
	margin-bottom: -53px;
}

.sketch-parachute #header h1 {
	left: 88px;
}

.sketch-balloon #balloon {
	background: url(../images/sketches/balloon.png) no-repeat;
	width: 155px;
	height: 679px;
	position: absolute;
	right: 50%;
	margin-right: -443px;
	margin-top: -624px;
	z-index: 1;
}

.sketch-balloon .content {
	min-height: 500px;
}

#sneak-up {
	background: url(../images/sketches/sneak-up.jpg) no-repeat;
	width: 375px;
	height: 223px;
	margin-top: -99px;
}

/* @end */

/* @group Front Page */

/* @group Loopy promo */

div.content.loopy-promo {
	width: 802px;
	margin-bottom: 100px;
}

div.content.loopy-promo h2 {
	display: block;
	background-image: url(../images/promos/loopy/sale.png);
	width: 244px;
	height: 160px;
	text-indent: -9999px;
	border: none;
	position: absolute;
	margin-top: -60px;
	margin-left: -80px;
	z-index: 9;
}

#container div.content.loopy-promo div.right-panel {
	float: right;
	width: 200px;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 1.7em;
	line-height: 1.3em;
}

#container div.content.loopy-promo div.center-panel {
	margin-top: 30px;
	text-align: justify;
	float: left;
	width: 280px;
}

#container div.content.loopy-promo div.center-panel strong {
	font-weight: bold;
	font-size: 1.2em;
}

#container div.content.loopy-promo div.center-panel .immy {
	font-size: 1.7em;
}

#container div.content.loopy-promo div.center-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#container div.content.loopy-promo div.center-panel li {
	margin-top: 8px;
	margin-bottom: 8px;
}

#container div.content.loopy-promo div.left-panel {
	float: left;
	text-align: center;
	margin-top: -175px;
	padding-left: 20px;
	padding-right: 40px;
}

#container div.content.loopy-promo div.left-panel .screenshot {
	float: none;
	margin: 0;
	position:relative;
	z-index: 0;
}

#container div.content.loopy-promo div.left-panel a {
	margin: 0;
	display: block;
	clear: both;
	text-align: center;
}

#container div.content.loopy-promo div.left-panel a.app-store {
	margin: 0 auto 30px;
	float: none;
	display: block;
}

#container div.content.loopy-promo div.header {
	background: url(../images/promos/loopy/header.png) no-repeat;
	width: 802px;
	height: 198px;
}

#container div.content.loopy-promo div.header * {
	display: none;
}




/* @end */

/* @group Talkies */

body.talkie-iphone-mac-frontpage .content {
	width: 700px;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac {
	background: url(../images/products/talkie-iphone-mac.jpg) no-repeat center top;
	padding-top: 342px;
	margin-top: 59px;
	width: 846px;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div {
	width: 300px;
	text-align: justify;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div.talkie-iphone {
	margin-left: 80px;
	float: left;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div.talkie-mac {
	float: right;
	margin-right: 80px;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div h1 {
	height: 390px;
	margin-top: -342px;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div h1 a {
	text-indent: -9999px;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div .summary {
	font-weight: bold;
}

body.talkie-iphone-mac-frontpage .content.product-talkie-iphone-mac div ul {
	font-size: 0.8em;
	list-style-type: circle;
}

/* @end */

/* @end */

/* @group Products Page */

.products-index h1.title {
	width: 116px;
	height: 50px;
	background: #fffeff url(../images/menu-small-selected.png) no-repeat -70px;
	right: 210px;
}

.products-index .content {
	position: relative;
	left: -107px;
}

.products-index .content div {
	height: 200px;
}

.products-index .content div h1 {
	height: 100%;
	margin: 0;
	padding: 0;
}

.products-index .content div h1 a {
	text-indent: -9999px;
}

.products-index .content div p {
	position: relative;
	top: -123px;
}

.products-index .content div p a {
	display: inline-block;
	padding-left: 250px;
	text-decoration: none;
	color: black;
}

.products-index .content #talkie {
	background: url(../images/products/talkie/icon-medium.jpg) no-repeat 46px center;
}

.products-index .content #talkie h1 {
	background: url(../images/products/talkie/title.png) no-repeat 247px 51px;
}

.products-index .content #loopy {
	background: url(../images/products/loopy/icon-medium.jpg) no-repeat 39px center;
}

.products-index .content #loopy h1 {
	background: url(../images/products/loopy/title-index.png) no-repeat 247px 53px;
}

.products-index .content #talkie-for-mac {
	background: url(../images/products/talkie-for-mac/icon-medium.jpg) no-repeat 40px center;
}

.products-index .content #talkie-for-mac h1 {
	background: url(../images/products/talkie-for-mac/title.png) no-repeat 247px 54px;
}

.products-index .sale {
	margin: 0 0 0 51px;
}

/* @end */

/* @group Download Page */

body.download .icon {
	position: absolute;
	margin-left: -127px;
}

body.download .content {
	width: 500px;
	position: relative;
	left: -100px;
}

/* @end */

/* @group General Product Page Styles */

body.product .content h1 {
	line-height: 90px;
	margin-bottom: 30px;
	font-size: 2.0em;
}

.screenshot {
	float: right;
	margin-left: 35px;
}

h2.price-tag {
	display: inline-block;
	background: url(../images/products/price-tag.png) no-repeat right center;
	padding-right: 50px;
	line-height: 28px;
}

div.price-tag {
	position: absolute;
	right: 50%;
	top: 257px;
	margin-right: -448px;
}

/* @end */

/* @group Loopy Page */

body.loopy .content h1 {
	text-indent: -9999px;
	background: url(../images/products/loopy/title.png) no-repeat;
	width: 211px;
	height: 105px;
}

/* @end */

/* @group Talkie Page */

body.talkie .content h1 {
	text-indent: -9999px;
	background: url(../images/products/talkie/title.png) no-repeat 0 center;
}

/* @end */

/* @group Talkie For Mac Page */

body.talkie-for-mac .content h1 {
	text-indent: -9999px;
	background: url(../images/products/talkie-for-mac/title.png) no-repeat 0 center;
}

/* @end */

/* @group Newsletter */

.newsletter .content {
	width: 400px;
	position: relative;
	left: 231px;
	top: 151px;
	border: 1px solid #aaa;
	padding:  30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #f1f1f1;
}

.newsletter .content h1 {
	margin-top: 0;
}

/* @end */


/* @group Twitter images */

.twitter-image .content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.twitter-image .content img.image {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #f1f1f1;
	border: 1px solid #aaa;
	padding:  40px;
	margin-right: 60px;
	display: block;
	margin: 0 auto;
}

.twitter-image .content h1 {
	padding-top: 60px;
	text-align: center;
}

.twitter-image .content p {
	text-align: center;
}

.twitter-image .content a {
	text-decoration: none;
}

.twitter-image .content a img {
	vertical-align:text-bottom;
}


/* @end */



/* @end */