/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 12, 2012 */



@font-face {
    font-family: 'RockoFLF';
    src: url('font/rockoflf-bold-webfont.eot');
    src: url('font/rockoflf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockoflf-bold-webfont.woff') format('woff'),
         url('font/rockoflf-bold-webfont.ttf') format('truetype'),
         url('font/rockoflf-bold-webfont.svg#rockoflfbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'RockoFLF';
    src: url('font/rockoflf-webfont.eot');
    src: url('font/rockoflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockoflf-webfont.woff') format('woff'),
         url('font/rockoflf-webfont.ttf') format('truetype'),
         url('font/rockoflf-webfont.svg#rockoflfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

	/*width: 640px;*/
	margin: 0;

	width: 100%;
	background-position: 50% 0;

	background-image: url( img/dot2.png );
	background-repeat: repeat-x repeat-y;
	/*background-position: 0 0;*/

	font-family: "RockoFLF", Arial;
	text-transform: uppercase;
	color: #8e8e8e;

	font-size: 28px;
	letter-spacing: 0.07em;
	line-height: 1.72em;
}

p { 
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #8e8e8e;
}

a:hover { color: #555555 }

h1 {

	height: 84px;
	background-color: white;
	width: 598px;

	padding-top: 44px;
	padding-right: 42px;

	text-align: right;
	font-weight: bold;
	font-size: 65px;
	color: #888888;
}

h2#subtitle {

	height: 112px;
	background-color: white;

	padding-top: 16px;
	padding-right: 42px;

	text-align: right;
	font-size: 26px;
	line-height: 1.5em;
	color: #b7b7b7;
}

#content {

	width: 640px;
	margin: 0 auto;
	position: relative;
}

.spacer {
	width: 640px;
	height: 128px;
}


/*** VIDEO ***/

#video {

	margin-left: 128px;
	padding: 32px 0;
}


table#video {
	width: 384px;
	height: 576px;
	background-color: #ffffff;
}
table#video td {

	text-align: center;
	vertical-align: middle;
	font-size: 32px;
}

#inAppStoreButton {

	padding-left: 384px;
}


/*** INFO ***/

.block_button {

	margin: 16px 0 16px;

	width: 344px;
	height: 66px;
	padding-top: 30px;
	padding-left: 40px;

	font-weight: bold;
	color: #ffffff;
}

/*
.red { 
	background-color: #FF272D; 
	font-size: 43px; 
	margin-left: 256px;
}
.yellow { 
	background-color: #F9E310; 
	font-size: 32px;
	width: 338px;
}
*/

#menu_iphone {
	/*margin-right: -128px;
	margin-bottom: 28px;
	float: right;*/


	float: left;
	margin-right: -128px;
}

#info {

	background-color: white;
	float: left;
	width: 384px;
	height: 640px;
	color:#8e8e8e;

	padding-top: 35px;
	margin-top: 128px;

	height: 221px;
	margin-bottom: 384px;
}


/*#info p {
	padding-left: 40px;
}*/

#info p {
	padding-left: 40px;
}


#info dt {
	display: inline-block;
	padding: 15px 30px 10px 40px;
	color: white;
	float: right;
	margin-right: -30px;
}

#info dt#space 	{	background-color: #FF272D }
#info dt#time 	{	background-color: #F9E310 }
#info dt#puzzle {	background-color: #09A4FF }

#info dd {
	float:right;
	padding-left: 40px;
	margin: 20px 0;
}


#theme_info {
	width: 512px;
	padding-top: 2px;
	height: 126px;
	background-color: white;
	margin: 0;
	padding-left: 40px;
}



#theme_iphone_container {

	position: relative;
	width: 384px;
	height: 740px;
	margin-left: -128px;
	float: left;
	padding-bottom: 28px;
}

#theme_iphone_container .theme_iphone {

	position: absolute;
	z-index: 1;
}


#theme_list {
	margin-top: 134px;
}

.arrow_box {
	margin: 6px 0 12px 313px;
	width: 327px;
	position: relative;
	background: white;

	height:    46px;
	font-size: 46px;
	padding: 36px 0 34px;
	color: #b7b7b7;
	
	cursor: hand; 
	cursor: pointer;
}

.arrow_box:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: white;
	border-width: 58px;
	top: 50%;
	margin-top: -58px;
}

.arrow_box.selected { cursor: default; }

.arrow_box:hover { background: #eeeeee; color: #8e8e8e; }
#theme_list .arrow_box:hover:after { border-right-color: #eeeeee; }

#theme_list .primary.selected { background: #09A4FF; color: white; }
#theme_list .primary.selected:after { border-right-color: #09A4FF; }

#theme_list .icecream.selected { background: #c5dd33; color: white; }
#theme_list .icecream.selected:after { border-right-color: #c5dd33; }

#theme_list .classic.selected { background: #d3643b; color: white; }
#theme_list .classic.selected:after { border-right-color: #d3643b; }

/*.arrow_box.selected { background: #09A4FF; color: white; }
.arrow_box.selected:after { border-right-color: #09A4FF; }*/


/*
.arrow_box {
	margin-left: 320px;
	width: 320px;
	position: relative;
	height: 50px;
	background: #8e8e8e;

	font-size: 50px;
	padding: 39px 0;
	color: white;
}

.arrow_box:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #8e8e8e;
	border-width: 64px;
	top: 50%;
	margin-top: -64px;
}

.arrow_box.blue { background: #09A4FF; }
.arrow_box.blue:after { border-right-color: #09A4FF; }

.arrow_box.neutral { background: white; color: #8e8e8e; }
.arrow_box.neutral:after { border-right-color: white; }
*/
#theme_iphone {
	margin-left: -128px;
	float: left;
}



.award {
	background: url( "img/laurel_award.png" );
	background-color: white;
	/*padding: 0 64px;*/
	/*margin-left: -86px;
	margin-right: -86px;*/
	width: 640px;
	height: 128px;
	/*overflow-x: visible;*/
	font-size: 26px;

	text-align: center;
}

.award span {
	display: block;
	position: relative;
	padding-top: 20px;
}

#testemonialsTitle {

	background-color: white;
	color: #8e8e8e;
	text-align: right;
	font-size: 42px;
	text-align: center;
	padding: 42px 0 46px;
	display: inline-block;
	width: 512px;
	height: 40px;
	margin-left: 128px;
}

#testimonials {

	width: 640px;
	background: white;
}

.testimonial {
	height: 128px;
	line-height: 1.2em;
}

.testimonial p.quote {

	background-color: white;
	margin: 22px 0 0 0;
	padding: 5px 42px 0 42px;
	display: inline-block;
	width: 470px;
	font-size: 26px;
	color: #b7b7b7;
}

.testimonial p.source {

	background-color: white;
	color: #00B4FF;
	padding: 0;
	margin-left: 320px;
	font-size: 26px;
}


#action_text {

	background-color: white;
	color: #8e8e8e;
	text-align: center;
	padding: 20px 0 68px;
	display: inline-block;
	width: 640px;
	height: 40px;
	margin: 0;
	font-size: 26px;
}

#action_button {

	background-color: #09A4FF;
	padding: 26px 0 30px;
	display: inline-block;
	width: 640px;
	height: 40px;
	margin: 16px 0;

	color: white;
	text-align: center;
}

#action_button:hover {
	background-color: #0098F2;
}

#action_button:active {
	background-color: #0087DB;
}

#footer {
	background: white;
	width: 564px;
	height: 64px;
	padding: 38px;
	margin: 0;
	text-align: right;
}

#footer a {
	font-size: 22px;
	margin-left: 24px;	
}

