/*  
Theme Name: Apper - Dark
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #454C54 url(/images/app-page/bg.gif) repeat;
	text-shadow: 0 1px 0 #252c32;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #d8dce1;
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover  { color: #fff; }
*:focus { outline: none; }
textarea { overflow: auto; resize: none }
.fader:hover { color: #eee; }
p { margin: 0 0 15px 0; }
img  { border: none; }

h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
/*----- Main wrapper -----*/
#wrapper  {
	width: 940px;
	margin: 0px auto;
	padding: 60px 0 0 0;
	position: relative;
}
/*----- Logo -----*/
.header {
	width: 505px;
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #D8DCE1;
	padding: 28px 0 0 0;
}

#wrapper h2.aflogo {margin:0; padding:0; text-indent:-9999px; overflow:hidden;  border: none; position: absolute; top: 0; left: 645px;  }
#wrapper h2.aflogo a{display:block; width:303px; height:46px; margin:0; background:url(/images/app-page/appflight.png) no-repeat;}

/*----- Content container for frontpage -----*/
#content {
	width: 840px;
	float: left;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	background: url(/images/app-page/content_bg.png) no-repeat bottom;
}
#content .info {
	width: 505px;
	font-size: 18px;
	float: left;
}
#content .info .pitch {
	width: 505px;
	height: 280px;
	float: left;
	color: #9caebd;
	padding: 0;
	line-height: 1.5em;
}
#content .info .pitch ul {
	margin: 20px 0 0 0;
	color: #d8dce1;
	list-style-type: none;
}
#content .info .pitch ul li {
	padding: 3px 0 3px 30px;
	background: url(/images/app-page/bullet_check.png) no-repeat 0 7px;
}
/*----- Button container -----*/
#content .actions {
	width: 491px;
	float: left;
	margin: 0 0 0 15px;
}
/*----- Download button -----*/
.button_download {
	width: 183px;
	height: 41px;
	float: left;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 14px 0 0 57px;
	text-shadow: 0 1px 1px #52631f;
	background: url(/images/app-page/button_download.png) no-repeat;
}
/*----- Appstore button -----*/
.button_appstore {
	width: 183px;
	height: 41px;
	float: left;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 14px 0 0 57px;
	background: url(/images/app-page/button_appstore.png) no-repeat;
}
/*----- Read more button -----*/
.button_read_more {
	width: 182px;
	height: 41px;
	float: right;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 14px 0 0 58px;
	text-shadow: 0 1px 1px #1b5d76;
	background: url(/images/app-page/button_readmore.png) no-repeat;
}
/*----- Blackberry button -----*/
.button_bberry_more {
	width: 182px;
	height: 41px;
	float: right;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 14px 0 0 58px;
	text-shadow: 0 1px 1px #1b5d76;
	background: url(/images/app-page/button_bberry.png) no-repeat;
}
/*------ Subscribe ------*/
#content .subscribe {
	width: 490px;
	height: 55px;
	background: url(/images/app-page/subscribe.png) no-repeat;
	float: left;
	margin: 0 0 0 15px;
}
/*----- Textfield -----*/
#content .subscribe .field {
	width: 370px;
	padding: 7px 0 7px 0;
	margin: 5px 0 0 15px;
	background: none;
	border: none;
	color: #888;
	font-size: 22px;
	float: left;
}
/*----- Submit -----*/
#content .subscribe .submit {
	width: 80px;
	height: 50px;
	background: none;
	margin: 0 5px 0 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	font-size: 0;
	display: block;
	line-height: 0;
}
#content .subscribe .submit:hover {
	background: #fff;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
/*------ Phone container ------*/
.phone {
	width: 850px;
	height: 470px;
	margin: 0 0 0 70px;
}
/*----- iPhone -----*/
.iphone_image {
	width: 263px;
	height: 388px;
	float: left;
	padding: 82px 0 0 32px;
	background: url(/images/app-page/iphone.png) no-repeat left;
	z-index:5;
	position:relative;
	left: 0;
}
/*----- Nexus -----*/
.nexus_image  {
	width: 229px;
	height: 420px;
	float: left;
	padding: 50px 0 0 34px;
	background: url(/images/app-page/nexus.png) no-repeat left;
	z-index: 4;
	position:relative;
	left: -190px;
}
/*----- BlackBerry -----*/
.blackberry_image {
	width: 241px;
	height: 368px;
	float: left;
	padding: 102px 0 0 22px;
	background: url(/images/app-page/blackberry.png) no-repeat left;
	z-index: 3;
	position:relative;
	left:-360px;
}
.blackberry_image div{ width: 215px; height: 149px;  overflow: hidden; }
/*----- Monitor -----*/
#content .webapp {
	width: 317px;
	height: 330px;
	float: right;
	margin: 140px 0 0 0;
	background: url(/images/app-page/webapp.png) no-repeat left;
}
#content .webapp_image {
	width: 276px;
	height: 173px;
	background: #fff;
	margin: 24px 0 0 16px;
}
/*----- Price badge -----*/
#badge {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index:7;
	top: 166px;
	left: 70px;
	background: url(/images/app-page/badge.png) no-repeat;
}
/*------ Subpage ------*/
#subpage_left {
	width: 605px;
	float: left;
	color: #e4e4e4;
}
#subpage_right {
	width: 290px;
	padding: 144px 0 0 0;
	float: right;
	color: #8096ab;
	text-shadow: 0 1px 0 #1e2429;
}
/*------ Right column ------*/
#subpage_right .box {
	width: 240px;
	padding: 25px 25px 0 25px;
	float: left;
	background: url(/images/app-page/sidebar_box.png) no-repeat top center;
}
#subpage_right .box_bottom {
	width: 290px;
	height: 25px;
	float: left;
	margin: 0 0 30px 0;
	background: url(/images/app-page/sidebar_box.png) no-repeat bottom center;
}
/*------ Menu ------*/
#subpage_right .box ul.menu {
	margin: -5px 0 -4px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
#subpage_right .box ul.menu li {
	margin: 0;
	padding: 6px 0 6px 33px;
	font-weight: bold;
	font-size: 18px;
	background: url(/images/app-page/submenu_bullet.png) no-repeat 0 6px;
}
#subpage_right .box ul.menu li.active a {
	color: #fff;
}
#subpage_right .box ul.menu li.active {
	background: url(/images/app-page/submenu_bullet_active.png) no-repeat 0 6px;
}
/*------ Sharing ------*/
#subpage_right .box.sharing {
	width: 260px;
	padding: 15px 15px 0 15px;
	float: left;
	background: url(/images/app-page/sidebar_box.png) no-repeat top center;
}
#subpage_right .box_bottom.sharing {
	width: 290px;
	height: 15px;
	float: left;
	margin: 0 0 30px 0;
	background: url(/images/app-page/sidebar_box.png) no-repeat bottom center;
}
#subpage_right .box ul.share {
	margin: 0 0 0 -13px;
	padding: 0;
	list-style-type: none;
}
#subpage_right .box ul.share li {
	margin: 0;
	width: 32px;
	height: 33px;
	padding: 0;
	margin: 0 0 0 13px;
	float: left;
}
/*------ Headline and paragraph -----*/
#subpage_right .box p {
	margin: 0 0 7px 5px;
}
#subpage_right  .headline {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	float: left;
	width: 240px;
	margin: 0 0 10px 5px;
	text-transform: uppercase;
}
#subpage_right .box .sidebar {
	margin: 0 0 25px 0;
}
/*------ Left column ------*/
#subpage_left .header {
	margin: 0 0 20px 0;
	color: #D8DCE1;
}
#subpage_left h1, #subpage_left h2, #subpage_left h3 {
	margin: 0 0 15px 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
}
#subpage_left h2 {
	font-size: 24px;
}
#subpage_left h3 {
	font-size: 20px;
}
#subpage_left h4, #subpage_left h5 {
	font-size: 18px;
}
#subpage_left strong {
	color: #fff;
}
#subpage_left ul {
	list-style-type: none;
	margin: 2px 0 20px 10px;
}
#subpage_left ul li {
	padding: 3px 0 3px 17px;
	background: url(/images/app-page/footer_divider.png) no-repeat -1px 9px;
}
.divider {
	width: 600px;
	height: 20px;
	float: left;
	margin: 0;
	background: url(/images/app-page/more_bg.png) no-repeat;
}
/*----- Contactform -----*/
dl.form {
	width: 505px;
	float: left;
	margin: 0 0 15px 0;
}
dl.form dt {
	width: 140px;
	height: 36px;
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 4px 0 0 0;
	font-weight: bold;
}
dl.form dd {
	width: 360px;
	height: 40px;
	float: right;
}
dl.form dd .field {
	width: 270px;
	padding: 5px 10px 10px 10px;
	float: left;
	line-height: 0;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	background: url(/images/app-page/textfield.png) no-repeat;
	border: none;
}
dl.form dd .textarea {
	width: 330px;
	height: 110px;
	padding: 5px 10px 10px 10px;
	float: left;
	text-shadow: 0 1px 0 #fff;
	background: url(/images/app-page/textarea.png) no-repeat;
	border: none;
}
dl.form dd.big {
	height: auto;
}
#submit {
	width: 130px;
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0 8px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #52631f;
	background: url(/images/app-page/submit.png) no-repeat;
	border: none;
	outline: none;
}
/*----- Webkit and IE fixes for form -----*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
dl.form dd .field {
	padding: 0px 10px 15px 10px;
}
#submit {
	padding: 7px 0 9px 0;
}
}
dl.form dd .field {
	padding: 12px 10px 10px 10px\9;
}
#submit {
	padding: 6px 0 10px 0\9;
}
/*----- Twitter and quote container -----*/

.pdivider {	
	height: 19px;
	width: 594px;
	background: url(/images/app-page/divider.png) no-repeat;
	margin: 0 0 20px;
}
#more {
	width: 600px;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
	color: #e4e4e4;
}
#more a {
	
}
#more .twitter {
	width: 560px;
	float: left;
	padding: 0 32px 0 0;
}
#more .twitter .headline {
	width: 560px;
	float: left;
}
#more .twitter .headline .follow {
	width: 70px;
	height: 19px;
	float: right;
	text-indent: -9999px;
	border: none;
	background: url(/images/app-page/follow.png) no-repeat;
}
/*----- Quote -----*/
#subpage_right .quote {
	width: 310px;
	float: right;
}
#subpage_right .quote .headline {
	width: 310px;
	float: left;
}
#subpage_right .quote p {
	line-height: 1.5em;
	font-style: italic;
	font-size: 16px;
	float: left;
	margin: 0 0 10px 0;
}
#subpage_right .quote .quote_by {
	float: right;
}
#subpage_right .quote .quote_by a {
	font-weight: bold;
	font-size: 14px;
}
#subpage_right .quote a{ margin: 15px 40px 0 0; }
/*----- Headline -----*/
#more .twitter h4, #more .quote h4 {
	width: 83%;
	font-size: 18px;
	color: #fff;
	float: left;
	margin: 0 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}
/*------ Validation message -----*/
.error_message, .ok_message {
	width: 460px;
	padding: 15px 20px 0 20px;
	float: left;
	color: #8096ab;
	font-size: 14px;
	background: url(/images/app-page/message_box.png) no-repeat;
	font-weight: bold;
}
.error_message p, .ok_message p {
	margin: 0;
	padding: 0 0 0 30px;
}
.error_message p {
	background: url(/images/app-page/icon_error.png) no-repeat 0 1px;
}
.ok_message p {
	background: url(/images/app-page/icon_ok.png) no-repeat 0 1px;
}
.msg_bottom {	
	width: 500px;
	height: 15px;
	float: left;
	background: url(/images/app-page/message_box.png) no-repeat bottom;
	margin: 0 0 30px 0;
}
/*------ Footer ------*/
#footer {
	width: 915px;
	height: 31px;
	background: url(/images/app-page/footer.png) no-repeat bottom;
	margin: 20px 0 0 0;
	padding: 0px 15px 0 10px;
	color: #e4e4e4;
}
#footer .hold{ padding-top: 4px; }
#footer .divider {	
	height: 16px;
	width: 16px;
	background: url(/images/app-page/footer_divider.png) no-repeat bottom;
	margin: 0 10px;
	float: right;
}
#footer a {
	font-weight: bold;
}
#footer .alignright a {
	float: right;
}
/*------ Sliding share ------*/
#sliding_share {
	width: 105px;
	height: 281px;
	position: absolute;
	top: 25%;
	left: -70px;
	background: url(/images/app-page/sliding_share.png) no-repeat;
}
#sliding_share .button {
	width: 35px;
	height: 60px;
	float: right;
	margin: 110px 0 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
#sliding_share .container {
	width: 70px;
	height: 280px;
	float: left;
}
#sliding_share .container ul {
	margin: 15px 0 0 19px;
	padding: 0;
	list-style-type: none;
}
#sliding_share .container ul li {
	width: 32px;
	height: 33px;
	float: left;
	margin: 0 0 10px 0;
}
.icon-holder{ 
		margin:0px auto; margin-bottom:20px;
		width:65px; height:65px;
		padding: 5px 0 0 5px;
		background:#fff;
		-moz-border-radius: 10px;
		border-radius: 10px;
 }

.iconcontainer {
		position: relative;
		margin: -2px 5px 0 0;
		width: 65px;
		float: left;

		
}
.iconcontainer .mask {
		position: absolute;
		top: 0;
		left: -1px;
		height: 63px;
		width: 62px;
		z-index: 1;
		display: block;
		background-image: url("/images/app-page/shadow.png");
}
.iconcontainer img {
		height: 60px;
}

#footer p{ margin: 0; }