/* @override 
	static/nano/style.css
	static/nano/nano.css
*/

body {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* This just makes text is safari look about a million times better */
	text-shadow: 0 0 1px rgba(0,0,0,.01);
	-webkit-text-stroke:1px transparent;
	color: #fff;
	margin: 0;
	padding: 0;
}
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}
* { outline: 0; }
img {
	border: 0px;
	outline: 0;
}
#container {
	width: 805px;
	margin: 50px auto 0px auto;
}
h1 a:link, h1 a:visited {
	display: block;
	width: 367px;
	height: 46px;
	margin: 0px;
	background: url(img/MacHeistnanoBundle.png);
	text-indent: -5000em;
	margin: 0 0 0 20px;
}
#header {
	width: 805px;
	height: 67px;
	margin: 30px 0px 0px 0px;
	background: url(img/headerBar.png);
	-webkit-box-shadow: 0px 0px 20px #000;
}

#header * {
	outline: 0px solid blue;
}

#header .stat {
	padding: 12px 8px;
	float: left;
}
#header .label {
	float: left;
	font-size: 15px;
	line-height: 16px;
	margin: 4px;
}
#header .counter {
	width: 126px;
	height: 27px;
	background: url(img/counter.png);
	font-size: 22px;
	font-weight: bold;
	float: left;
	text-align: right;
	padding: 6px 9px;
	margin: 2px 4px;
}
#header #downloads .label,
#header #money .label {
	text-align: right;
}
#header #days #days_left {
	font-size: 40px;
	float: left;
	line-height: 40px;
	margin: 0 0 0 6px;
}
#header .getIt:link, #header .getIt:visited {
	display: block;
	float: right;
	margin: 10px;
	text-indent: -5000em;
	width: 181px;
	height: 48px;
	background: url(img/getIt.png) top center;
}
#header .getIt:hover {
	background-position: center center;
}
#header .getIt:active {
	background-position: bottom center;
}

#main .gradient {
	position: absolute;
	top:0;
	left:0;
	right:0;
	background: url(img/gradient.png) repeat-x; 
	height: 100px;
	z-index: 5000;
}

#main {
	min-height: 400px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 0px 20px #000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	margin: 0px;
	border-top: 1px solid #000;
	position: relative;
}
#main h2 {
	width: 668px;
	height: 10px;
	text-indent: -5000em;
	margin: 55px 0 -14px -30px;
	position: absolute;
	left: 50%;
}
#main .apps {
	padding: 140px 0 0 26px;
	height: 10px;
	border-bottom: 1px solid #a3a0aa;
	position: relative;
	overflow: hidden;
}
#main .apps .app, #main .apps .app:link, #main .apps .app:visited {
	display: block;
	width: 165px;
	height: 10px;
	float: left;
	position: relative;
	margin-top: 0px;
    margin-left: 25px;
	text-decoration: none;
	cursor: pointer;
}
#main .apps .app.out {
	margin-top: 4px;
}
#main .apps .app * {
	cursor: pointer;
}
#main .apps .app.mid {
	margin-top: -4px;
}
#main .apps .app .mask {
	display: block;
	position: absolute;
	width: 162px;
	height: 116px;
	bottom: -22px;
	left: -19px;
	float: left;
	background: url(img/podiumMask.png);
	z-index: 500;
}
#main .apps .app .podium {
	display: block;
	position: absolute;
	width: 138px;
	height: 93px;
	bottom: 20px;
	left: -8px;
	float: left;
	background: url(img/podium.png);
	-webkit-transition: .3s ease-in-out;
}
#main .apps .app .high {
	display: block;
	position: absolute;
	width: 138px;
	height: 93px;
	bottom: 20px;
	left: -8px;
	float: left;
	z-index: 200;
	background: url(img/podiumHigh.png);
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
}
#main .apps .app .podium img {
	position: absolute;
	top: -35px;
	left: 2px;
	z-index: 600;
	height: 100px;
	width: 140px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
}
#main .apps .app.active .podium, #main .apps .app.active .high {
	height: 112px;
}
#main .apps .app .name {
	position: absolute;
	display: block;
	text-align: center;
	top: 174px;
	left: 0px;
	width: 125px;
	z-index: 550;
	font-size: 15px;
	text-decoration: none;
	color: #383040;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}
#main .content {
	border-top: 1px solid #d4cddb;
	padding: 20px;
	color: #1d2026;
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.8);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main .apps .app .high {
		-webkit-animation-duration: .7s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-direction: alternate;
	}
	
	@-webkit-keyframes one {
		0% { opacity: 1; }
		100% { opacity: .7; }
	}
	
	#main .apps .app.active .high {
		-webkit-animation-name: one;
	}
}
#main .apps .app.active .high {
	opacity: 1;
}

.unlockBubble {
	position: absolute;
	width: 161px;
	height: 140px;
	z-index: 700;
	top: 180px;
	left: 760px;
	background: url(img/unlockbubble.png);
}

#unlockBubble {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 0;
}
.unlockBubble p {
	display: block;
	width: 112px;
	text-align: center;
	margin: 15px 0 1px 31px;
	font-size: 12px;
	line-height: 14px;
}
.unlockBubble .meter {
	position: relative;
	margin: 3px 0 0 34px;
	width: 105px;
	height: 13px;
	background-image: url(img/unlockprogress.png);
	float: left;
}
.unlockBubble .meter .track {
	position: relative;
	width: 105px;
	height: 13px;
	background: url(img/unlockprogress.png) 0 13px;
}
.unlockBubble .meter .track .tip {
	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 13px;
	background: url(img/unlockprogress.png) -100px 13px;
}

#main .apps .app .lid_holder {
	position: absolute;
	display: block;
	width: 145px;
	height: 200px;
	left: -10px;
	bottom: 4px;
	-webkit-transition: 1s;
}

#main .apps .app .hook, #main .apps .app .hook_front {
	bottom: 348px;
	left: 62px;
	position: absolute;
	display: block;
	width: 20px;
	height: 231px;
	background: url(img/hook.png);
	z-index: 600;
	-webkit-transition: 1s;
}
#main .apps .app .lid {
	position: absolute;
	display: block;
	width: 145px;
	height: 152px;
	background: url(img/lid.png);
	z-index: 700;
	bottom: 0px;
	-webkit-transition: 1s;
	cursor:	pointer;
}
#main .apps .app .hook_front {
	background: url(img/hook_front.png);
	z-index: 600;
}
#main .apps .app .hook.lower, #main .apps .app .hook_front.lower {
	bottom: 123px;
	margin-left: -6px;
}
#main .apps .app .hook.mid, #main .apps .app .hook_front.mid {
	bottom: 145px;
	margin-left: 0px;
}
#main .apps .app .hook_front.mid {
	z-index: 800;
}
#main .apps .app .lid_holder.clear {
	bottom: 350px;
}
#main .apps .app.covered img {
	opacity: 0;
}


#content {
	position: relative;
	height: 441px;
}
#content .info {
	position: absolute;
	width: 765px;
	opacity: 0;
	display: none;
}


#home img {
	float: right;
	margin: 5px 15px 15px 15px;
}
#home .text {
	width: 330px;
	font-size: 13px;
}
#home h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0 -5px 0;
	letter-spacing: -.05em;
}
#home h4 {
	font-size: 15px;
	color: #1d2026;
	margin: 2px 0 0 0px;
	font-weight: normal;
}
#home p {
	line-height: 1.4em;
}

#content .videoPop:link, #content .videoPop:visited {
	display: block;
	position: relative;
	width: 358px;
	height: 202px;
	border: 1px solid #343434;
	padding: 0px;
	margin: 3px;
}
#content .videoPop img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0;
	padding: 0;
}
#content .videoPop .play {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 358px;
	height: 202px;
	background: url(img/videoPlay.png);
	z-index: 100;
}
#content .text .videoPop {
	margin: 18px auto 6px auto;
	float: none;
}

.text {
	width: 420px;
	color: #1d2026;
	margin: 0px 0 15px 15px;
}
.text .price {
	float: right;
	font-size: 29px;
	font-weight: bold;
	position: relative;
	margin-top: 23px;
}
.text .price sup {
	font-size: 15px;
}
.text .cross {
	width: 73px;
	height: 30px;
	background: url(img/stroke.png);
	position: absolute;
	top: 3px;
	left: 50%;
	margin: 0 0 0 -36px;
}
.text .icon {
	height: 70px;
	margin-bottom: 0;
}
.text .icon img {
	width: 80px;
	float: left;
	margin: 0 10px 0 0;
}
.text .icon h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 -5px 0;
	padding: 16px 0 0 0;
	letter-spacing: -.05em;
}
.text .icon .developer {
	font-size: 15px;
	text-decoration: none;
	color: #1d2026;
	margin: -2px 0 0 2px;
}
.text .oneliner {
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0;
}
.text .description {
	line-height: 1.4em;
}
.text a:link, .text a:visited {
	color: #000;
}
.text .moreinfo:link, .text .moreinfo:visited {
	display: block;
	width: 128px;
	height: 27px;
	background: url(img/moreinfo.png);
	text-decoration: none;
	text-indent: -5000em;
	color: #000;
}
.screenshots {
	width: 265px;
	float: right;
	margin: 90px 17px 0 0;
	text-align: right;
}
.screenshots a:link, .screenshots a:visited {
	border: 1px solid #141414;
	display: block;
	width: 260px;
	height: 164px;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 0 15px 0;
	position: relative;
}
.screenshots a .zoom {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 35px;
	height: 30px;
	background: url(img/zoom.png);
}

.ad {
	margin: 40px 0 30px 0;
	position: relative;
}
.ad h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	z-index: 100;
	position: absolute;
	top: -10px;
}
.ad .ad_img {
	margin: 0px 0 0 -32px;
}
.ad .ad_convert_screencast {
	position: absolute;
	top: 316px;
	left: 27px;
}

#moviePopCover {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 800;
	background: rgba(0,0,0,.75);
	-webkit-transition-duration: .4s;
}
#moviePop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2600;
	background: rgba(35,35,35,.7);
	-webkit-border-radius: 10px;
	-webkit-transform-origin: center center;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 30px rgba(0,0,0,.8);
	-webkit-transition-duration: .4s;
}
#moviePopClose {
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2800;
	background: url (static/common/close.png);
	-webkit-transition-duration: .4s;
}

#cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -500px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5000;
	-webkit-transition-property: opacity, display;
	-webkit-transition-duration: 1s, 0;
	-webkit-transition-delay: 0, 3s;
	display: none;
	opacity: 0;
}
#cover.visible {
	opacity: 1;
	display: block;
}

#cover .popup {
	position: relative;
	margin: 100px auto 100px auto;
	width: 360px;
	color: black;
	background: #f6f6fa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fb), to(#c1c2c9));
	padding: 20px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 30px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 1px 30px rgba(0,0,0,.8);
	opacity: 0;
	-webkit-transform: scale(1.3);
	-webkit-transition-duration: .5s;
	color: #1d2026;
	display: none;
}
#cover .popup#getit {
	width: 450px;
}
#cover .popup#service {
	width: 150px;
}
#cover .popup.show {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
}

#cover .popup .close {
	display: block;
	position: absolute;
	top: -12px;
	left: -12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url (close.png) no-repeat;
}
#cover .popup .close:hover {
	opacity: 1;
}

.popup form {
	overflow: hidden;
	margin: 0;
}
.popup h2 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}
.popup h3 {
	font-size: 15px;
	font-weight: normal;
	margin: -2px 0 10px 0;
}
.popup .fields {
	background: rgba(0,0,0,.1);
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top: 1px solid #a1a2a5;
	border-bottom: 1px solid #f2f3f4;
	border-left: 1px solid #b5b6ba;
	border-right: 1px solid #b5b6ba;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
.popup .fields p {
	margin: 0 0 10px 0;
}
.popup .field {
	margin: 0 0 5px 0;
	position: relative;
}
.popup .register {
	padding-left: 140px;
}
.popup .field label {
	display: block;
	float: left;
	width: 110px;
	padding: 7px 0 0px 0;
	font-size: 13px;
	margin-left: -125px;
}
.popup .field label.check {
	display: inline;
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.popup .field input[name=how_much] {
	padding-left: 0.9em !important;
}

.popup .field .dolla {
	position: absolute;
	left: 135px;
	top: 6px;
	color: #666;
	font-size: 12px;
}

.popup .field input[type=text], .popup .field input[type=password] {
	font-size: 12px;
	padding: 2px;
}
.popup .register .field input[type=text], .popup .register .field input[type=password] {
	width: 280px;
}
.popup #loggedout_login {
	display: none;
}
.popup .field small {
	display: block;
	color: #55585d;
	font-size: 11px;
}
.popup hr {
	border: 0px;
	border-top: 1px solid #a8a9ad;
	margin: 15px -15px 15px -140px;
}
.popup .alreadyMember {
	color: #1d2026;
	font-size: 13px;
	display: block;
	float: left;
	margin-top: 10px;
}
.popup input[type=submit] {
	border: 0px solid transparent;
	width: 203px;
	height: 38px;
	background: url(img/submit.png);
	cursor: pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,.2);
	margin: 0 0 0 0;
	letter-spacing: -.06em;
}
.popup input[type=submit]:hover {
	background-position: center center;
}
.popup input[type=submit]:active {
	background-position: bottom center;
}

.highlight {
	color: red;
}


a.viewReceipt {
	display: block;
	float: right;
	margin: 14px 20px 0 0;
	
	
	
	border: 0px solid transparent;
	width: 203px;
	height: 31px;
	background: url(img/submit.png);
	cursor: pointer;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-shadow: 0px 1px 0px rgba(255,255,255,.6);
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none;
	padding: 7px 0 0 0;
}
a.viewReceipt:hover {
	background-position: center center;
}
a.viewReceipt:active {
	background-position: bottom center;
}


.footer {
	width: 764px;
	height: 32px;
	margin-left: 2px;
	padding: 14px 20px 0 20px;
	background: transparent url(img/footer.png);
	color: #fff;
	font-size: 13px;
}

.footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footer .user {
	float: right;
}


.tweetarea {
	padding: 5px 40px 35px 40px;
	height: 171px;
	background: transparent url(img/twitterareabg.png) no-repeat;
}

.tweetarea h3 {
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #1D2026;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	font-size: 20px;
}

.tweetarea h3 a.shout {
	display: block;
	float: right;
	background-image: url(img/twitter-shoutusout.png);
	width: 205px;
	height: 32px;
	text-indent: -3000em;
}

.twitter {
	width: 735px;
	height: 159px;
	overflow: hidden;
	position: relative;
}

.twitter .shadow {
	position: absolute;
	z-index: 100;
	background: transparent url(img/twitter-shadows.png) no-repeat center right;
	width: 732px;
	height: 108px;
	top: 2px;
}

.twitter ul {
	position: relative;
	list-style-type: none;
	margin:0; padding:0;
	height: 113px;
	width: 21000px;
	background: transparent url(img/twitter-bg.png);
}

.twitter li {
	position: relative;
	float: left;
	width: 180px;
	height: 105px;
	color: white;
	padding: 35px 10px 15px 20px;
	font-family: Arial;
	font-size: 11px;
	line-height: 1.2;
}


.twitter li .author {
	position: absolute;
	top: 10px;
	left: 20px;
	color: white;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
}

.twitter li .author img{
	width:20px;
	height:20px;
	margin-right: 0.3em;
	vertical-align: middle;
}



#nameavailable {
	display: none;
	color: #800d0d;
	font-size: 12px;
	background: #c2c3c8;
	background: rgba(0,0,0,.1);
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 37px 6px 7px 34px;
	margin: -32px -2px 0 -7px;
}
#nameavailable.taken {
	display: block;
	color: #800d0d;
	background-image: url(img/x.png);
	background-position: 13px 36px;
	background-repeat: no-repeat;
}
#nameavailable.taken:after {
	content:"Sorry, that username isn't available...";
}
#nameavailable.available {
	display: block;
	color: #2c5413;
	background-image: url(img/check.png);
	background-position: 13px 36px;
	background-repeat: no-repeat;
}
#nameavailable.available:after {
	content:"That username is available!";
}