/* @group Reset basic styles */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	background-color: #ddd;
	background: url(/images/keymap/bg.png) repeat;
}

div#archive-popover-toggle {
	top: 15px;
	right: 15px;
}

/* @end */

/* @group Wyctimbar */

div#header {
	background: #234268 url(/images/keymap/wyctimbar-gradient.png) repeat-x;
}

/* @end */

/* @group Searchbox */

.search {
	width: 170px;
	height: 21px;
	border: none;
	background-color: #111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#222), color-stop(1, #000));
	background: -moz-linear-gradient(-90deg, #000, #222);
	padding: 2px 5px;
	padding-left: 10px;
	margin-top: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2);	
}

.search input {
	width: 145px;
 	font-family: "Helvetica-Neue", sans-serif;
	font-size: 14px;
	color: #999;
	text-shadow: #000 0 1px 0;
	background: url(/images/core/magnifying-glass.png) no-repeat left center;
	border: none;
	padding: 2px 0 0 17px;
	outline: 0;
	-webkit-text-stroke:1px rgba(255, 255, 255, 0.01);
}

/* @end */

/* @group Containers */

div#wrap {
	width: 100%;
	text-align: center;
	line-height: 30px;
	border-top: 1px #2C405D solid;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 800px;
	color: #333;
	font-size: 18px;
	text-shadow: #fff 0 1px 0;
	text-align: left;
	background-color: #efefef;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#dfdfdf), color-stop(1, #000));
	background: -moz-linear-gradient(-90deg, #efefef, #dfdfdf);
	border: 1px #fff solid;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

div#iphone-screenshot {
	float: right;
}

div#content img.iphone-placeholder {
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 0;
}

div#description {
	float: left;
	width: 300px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#desc1 {
	background: url(/images/keymap/30x-Breifcase.png) no-repeat;
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
}

div#desc2 {
	background: url(/images/keymap/30x-Cloud.png) no-repeat;
	padding-left: 50px;
}

div#download {
	padding-left: 40px;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 40px;
}

div.more-info {
	width: 310px;
	position: absolute;
	font-size: 11px;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	line-height: 20px;
	background-color: #eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#dfdfdf), color-stop(1, #000));
	background: -moz-linear-gradient(-90deg, #efefef, #dfdfdf);
	border: 1px #fff solid;
	padding: 10px;
	margin-left: 50px;
	margin-top: 40px;
	z-index: 999;
	opacity: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}


div#logo {
	width: 100%;
	font-size: 50px;
	color: #000;
	text-shadow: rgba(255,255,255,0.4) 0 1px 0;
	background-color: #04224A;
	background: #121720 url(/images/keymap/logo-shadow.png) repeat-x;
	border-bottom: 1px #fff solid;
}

/* @end */
