@charset "UTF-8";

/*
	iOS Console Website
	Version 1.0

	Copyright 2014 LemonJar Pty Ltd. All Rights Reserved.
*/

html {
	height: 100%;
}



body.iosconsole {
	font-family: HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	background-image: url(/iosconsole/img/noise.png);
	max-width: 900px;
	margin: 0 auto;
}

body.iosconsole h1,
body.iosconsole h2,
body.iosconsole h3,
body.iosconsole h4,
body.iosconsole p,
body.iosconsole a {
	font-family: HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

body.iosconsole h1 {
	font-size: 80px;
	color: #000000;
	line-height: 128px;
}

body.iosconsole h1 img.icon {
    vertical-align: bottom;
    margin-top: 0px;
    margin-right: 20px;
}

body.iosconsole h2 {
	font-size: 33px;
	color: #ADADAD;
	line-height: 40px;
}

body.iosconsole h3 {
	margin: 50px 50px 30px 50px;
}

body.iosconsole h4 {
	text-align: center;
	margin-right: -30px;
}

body.iosconsole p {
	font-size: 22px;
	color: #ADADAD;
	line-height: 27px;
	margin: 30px;
}

body.iosconsole a {
	color: #AFAFAF;
}
body.iosconsole a:visited {
	color: #AFAFAF;
}

body.iosconsole {
	font-size: 14px;
	color: #ADADAD;
}

body.iosconsole .subtext-title {
	font-size: 16px;
	color: #ADADAD;
	margin: 0px;
    margin-bottom:5px;
    
}

body.iosconsole .subtext {
	font-size: 14px;
	color: #ADADAD;
	margin: 30px;
    margin-top:40px;
    margin-bottom:0px;
}

body.iosconsole .screenshot img {
	border: 6px solid white;
	outline: 1px solid #9B9B9B;
	display:inline-block;
	margin:20px;
}

body.iosconsole #leader {
	margin-top: 50px;
	text-align: center;
}

body.iosconsole #footer {
	padding: 10px;
}


body.iosconsole #buy-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
/*	font-family:Verdana;
*/	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:49px;
	line-height:49px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
body.iosconsole #buy-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
body.iosconsole #buy-link:active {
	position:relative;
	top:1px;
}

body.iosconsole #buy-link i {
	font-size:10px;
	color:#F6F0E6;
}
body.iosconsole #download-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
/*	font-family:Arial;
*/	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:49px;
	line-height:49px;
    width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
body.iosconsole #download-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
body.iosconsole #download-link:active {
	position:relative;
	top:1px;
}

a,
a:visited {
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: underline;
}

