@import url(http://www.zggrt.com/font/stylesheet.css);

/* Base */

body {
	margin: 0;
	padding: 90px 0 60px 0;
	color: white;
	font-family: 'NokiaCellphoneFCSmall', sans-serif;
	background: #2f203d;
	
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	
	font-size: 100%;
	line-height: 1.5em;
}

@media all and (orientation: landscape) {
}

h2 {
	font-size: 200%;
	line-height: 1.5em;
	margin: 0;
	clear: both;
	text-align: left;
}

a {
	text-decoration: none;
	color: #d1acf4;
}
a:hover, a:focus, a:active {
	color: #e1bcff;
}

.question {
	color: #efe0fd;
}

/* Wrappers */

#bg-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(http://www.zggrt.com/images/clouds-320.jpg) fixed repeat-x center 0%;
	background-size: contain;
	
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	
	z-index: 1;
}

#wrapper {
	position: relative;
	z-index: 2;
}

#txt-wrapper {
	max-width: 960px;
	margin: 0px auto;
	text-align: center;
}

/* Header */

#wrapper #hdr-wrap {
	margin: 0;
	position: fixed;
	top: 0;
	background: url(http://www.zggrt.com/images/header-bg3.png) repeat-x bottom left;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 1000;
}

#wrapper h1 {
	margin: 0;
	
	width: 100%;
	height: 100px;
	
	overflow: hidden;
	text-indent: -10000px;
	
	background: url(http://www.zggrt.com/images/ziggurat-small.png) no-repeat center center;
}

#wrapper #hdr-wrap a.hdr-popup {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10%;
	
	visibility: hidden;
}

#wrapper #hdr-wrap:hover a.hdr-popup {
	visibility: visible;
}

/* Text & Elems */

#txt-wrapper img {
	width: 100%;
	margin: 0px auto;
}

#txt-wrapper img.qr {
	width: auto;
}

#txt-wrapper p {
	margin: 2em 0;
}

#txt-wrapper p.footer {
	margin-top: 0;
}

a.app-store {
	display: block;
	width: 240px;
	height: 80px;
	margin: 0 auto 2em auto;
	
	overflow: hidden;
	text-indent: -10000px;
	
	background: url(http://www.zggrt.com/images/buynow-240.png) no-repeat center center;
	clear: both;
}
a.app-store:hover {
	background-image: url(http://www.zggrt.com/images/buynow-240.hover.png);
}

a.action-button {
	display: block;
	width: 320px;
	height: 48px;
	margin: 0 auto 0 auto;
	
	overflow: hidden;
	text-indent: -10000px;

	background: url(http://www.zggrt.com/images/abe-small.png) no-repeat center center;
}

/* Screenshots */

#screenshots ul, #screenshots li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	min-height: 200px;
}

#screenshots li {
}

/* Details and reviews */

#details {
	overflow: hidden;
	clear: both;
	margin: 0.5em 0 0 0;
}

/* Rotator */

.rotator li {
	display: block;
	margin: 0;
	overflow: hidden;
	
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
}

/* Reviews & Tweets */

#reviews, #tweets {
	text-align: left;
}

#headlines ul, #headlines li,
#tweets ul, #tweets li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	clear: both;
}

#tweets ul {
	font-size: 75%;
	line-height: 1.2em;
}

#headlines li p,
#tweets li p {
	margin: 0.8em 0 0 0;
}

/* Review scores */

.reviews .score {
	text-align: center;
	width: auto;

	padding: 0.5em;
	border: 4px solid #d1acf4;
	color: #d1acf4;
	font-size: 200%;
	
	letter-spacing: -0.08em;
}

.reviews .score .stars {
	display: block;
	background: url(http://www.zggrt.com/images/stars.png) repeat-x bottom left;
	margin: 0px auto;
	height: 32px;
	overflow: hidden;
}
.reviews .score .stars span {
	display: block;
	overflow: hidden;
	text-align: left;
	background: url(http://www.zggrt.com/images/stars.png) repeat-x top left;
	height: 32px;
	text-indent: -10000px;
}

.reviews .score .scored-0-stars {
	width: 0px;
}
.reviews .score .scored-0_5-stars {
	width: 18px;
}
.reviews .score .scored-1-stars {
	width: 36px;
}
.reviews .score .scored-1_5-stars {
	width: 54px;
}
.reviews .score .scored-2-stars {
	width: 72px;
}
.reviews .score .scored-2_5-stars {
	width: 90px;
}
.reviews .score .scored-3-stars {
	width: 108px;
}
.reviews .score .scored-3_5-stars {
	width: 126px;
}
.reviews .score .out-of-4-stars,
.reviews .score .scored-4-stars {
	width: 144px;
}
.reviews .score .scored-4_5-stars {
	width: 162px;
}
.reviews .score .out-of-5-stars,
.reviews .score .scored-5-stars {
	width: 180px;
}
.reviews .score .out-of-10-stars,
.reviews .score .scored-10-stars {
	width: 360px;
}

a.freshuu {
	position: fixed;
	bottom: 0%;
	right: 0%;
	width: 230px;
	height: 60px;
	background: url(http://www.zggrt.com/images/freshuu-small.png) no-repeat center center;
	overflow: hidden;
	text-indent: -10000px;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
	position: fixed;
	bottom: 5px;
	left: 5px;
}

nav.langs ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.langs ul li {
	margin: 0 0.5em;
	padding: 0;
	list-style: none;
	display: inline-block;
}
nav.langs img {
	width: auto;
}

@media all and (min-width: 480px) {
	a.app-store {
		width: 460px;
		height: 160px;
		
		background-image: url(http://www.zggrt.com/images/buynow-460.png);
	}
	a.app-store:hover {
		background-image: url(http://www.zggrt.com/images/buynow-460.hover.png);
	}
}

@media all and (min-width: 600px) {
	#bg-container {
		background-image: url(http://www.zggrt.com/images/clouds-600.jpg);
	}
	
	a.action-button {
		width: 600px;
		height: 85px;
		background-image: url(http://www.zggrt.com/images/abe-med.png);
	}
	
	.column {
		width: 49%;
		float: left;
		overflow: hidden;
	}
	
	.column.left {
		margin-right: 1%;
	}
	
	.column.right {
		margin-left: 1%;
	}
	
	.reviews .score {
		width: 30%;
		max-width: 320px;
		margin-right: 3%;
		float: left;
	}
	
	a.app-store {
		width: 240px;
		height: 80px;
		
		background-image: url(http://www.zggrt.com/images/buynow-240.png);
	}
	a.app-store:hover {
		background-image: url(http://www.zggrt.com/images/buynow-240.hover.png);
	}
}

@media all and (min-width: 600px) {
	body {
		padding-top: 180px;
	}
	#wrapper h1 {
		height: 180px;
		background: url(/images/ziggurat-large.png) no-repeat center center;
	}
	#wrapper #hdr-wrap {
		height: 180px;
	}
}

/*
@media all and (orientation: landscape) and (min-height: 540px) {
	body {
		padding-top: 200px;
	}
	#wrapper h1 {
		height: 200px;
		background: url(http://www.zggrt.com/images/ziggurat-medium.png) no-repeat center center;
	}
	#wrapper #hdr-wrap {
		height: 200px;
	}
}
*/

@media all and (min-width: 720px) {
}

@media all and (min-width: 960px) {
	#bg-container {
		background-image: url(http://www.zggrt.com/images/clouds-960.jpg);
	}
	
	a.app-store {
		width: 460px;
		height: 160px;
		
		background-image: url(http://www.zggrt.com/images/buynow-460.png);
	}
	a.app-store:hover {
		background-image: url(http://www.zggrt.com/images/buynow-460.hover.png);
	}
	
	a.action-button {
		width: 900px;
		height: 128px;
		background-image: url(http://www.zggrt.com/images/abe-large.png);
	}
}

@media all and (min-width: 1080px) {
	body {
		padding-top: 270px;
	}
	#wrapper h1 {
		height: 270px;
		background: url(/images/ziggurat-large.png) no-repeat center center;
	}
	#wrapper #hdr-wrap {
		height: 270px;
	}
}

/*
@media all and (orientation: landscape) and (min-height: 720px) {
	body {
		padding-top: 300px;
	}
	#wrapper h1 {
		height: 300px;
		background: url(http://www.zggrt.com/images/ziggurat-large.png) no-repeat center center;
	}
	#wrapper #hdr-wrap {
		height: 300px;
	}
}
*/

@media all and (orientation: landscape) {
	body {
		-webkit-text-size-adjust: 100%;
	}
}
/*
     FILE ARCHIVED ON 20:45:15 Jan 20, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:23:36 May 27, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 285.524
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.084
  cdx.remote: 0.068
  esindex: 0.009
  LoadShardBlock: 55.17 (3)
  PetaboxLoader3.datanode: 60.74 (4)
  CDXLines.iter: 12.452 (3)
  load_resource: 264.948
  PetaboxLoader3.resolve: 153.113
*/