/* @override http://ego-app.com/stylesheets/screen.css */

/*
	Ego
	an iPhone app by Garrett Murray
	pinch/zoom
	
	http://ego-app.com
	http://pinchzoom.com
	http://maniacalrage.net
*/

/* @group layout */

body {
	background: #858585 url(/images/bg.png) repeat-x 0 0;
	margin: 20px 0;
	font: 14px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #bcbcbc 0 1px 1px;
	color: #171717;
}

#box {
	width: 719px;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	text-align: left;
}

/* @end */

/* @group header */

#header {
	float: left;
	width: 719px;
	height: 114px;
}

#header div {
	float: left;
	height: 114px;
}

#header h1, #header a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
}

#header #main_logo {
	background: url(/images/header_logo.png) no-repeat 0 0;
	width: 483px;
}

#header #store_link {
	background: url(/images/header_store.png) no-repeat 0 0;
	width: 236px;
}

#header #store_link:hover {
	background-image: url(/images/header_store_on.png);
}

/* @end */

/* @group content & footer */

#content, #footer {
	width: 719px;
	padding: 0px 30px 20px 30px;
	float: left;
}

#content h2 {
	font-family: Avenir, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
}

#content p.desc {
	width: 360px;
}

p.note {
	font-size: 11px;
	opacity: 0.7;
	text-align: center;
	margin-top: 4px;
	width: 276px;
}

#content #screenshot {
	float: right;
	margin-top: 30px;
	margin-right: 45px;
	clear: left;
	width: 276px;
}

/*#content #screenshot img {
	border: 4px solid #a2a2a2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: #333 0 2px 5px;
}*/

.mint_note {
	color: #addd6d;
	font-weight: normal;
}

#footer, .mint_reqs {
	font-size: 11px;
	color: #575757;
	line-height: 16px;
	text-shadow: #a6a6a6 0 1px 1px;
}

#footer #store_logo {
	float: left;
	margin: 1px 10px 0 0;
}

#looping_video {
	background: url(/images/bg_phone.png) no-repeat 0 0;
	width: 251px;
	height: 424px;
	padding: 85px 0 0 25px;
	float: right;
	margin: 0 0px 0 0;
}

/* @end */

/* @group logos */

.feedburner_logo, .mint_logo, .twitter_logo {
	padding: 2px 8px 2px 8px;
	background: url(/images/icons/feedburner.png) no-repeat 0 center;
}

.mint_logo {
	padding: 2px 8px 2px 9px;
	background-image: url(/images/icons/mint.png);
}

.twitter_logo {
	padding: 2px 6px 0px 8px;
	background-image: url(/images/icons/twitter.png);
}

/* @end */

/* @group links */

#content a, #footer a {
	/*color: #e6e6e6;*/
	color: #000;
	text-decoration: none;
	/*text-shadow: #202020 0 -1px 1px;*/
	-webkit-transition: color .1s ease-in;
	border-bottom: 1px solid #696969;
}

#content a:hover, #content a:active {
	/*text-shadow: #bcbcbc 0 1px 1px;*/
	color: #e6e6e6;
	text-shadow: #202020 0 -1px 1px;
}

#content p.note a {
	background-color: #585858;
	color: #fff;
	text-decoration: none;
	text-shadow: #202020 0 -1px 1px;
	-webkit-transition: background-color .1s ease-in;
	font-size: 11px;
	padding: 2px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 0;
}

#content p.note a:hover, #content p.note a:active {
	background-color: #424242;
}

#footer a, #content p.mint_reqs a {
	color: #353535;
	text-shadow: #a6a6a6 0 1px 1px;
	-webkit-transition: color .1s ease-in;
}

#footer a:hover, #footer a:active,
#content p.mint_reqs a:hover, #content p.mint_reqs a:active {
	color: #000;
	text-shadow: #a6a6a6 0 1px 1px;
}

#buy_now a {
	padding: 0 0 0 50px;
	border: none;
}

/* @end */

img {
	border: 0;
}
