body {

}
body>header {
	background-color: #0ce;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	border-bottom: 1px solid #000;
	box-shadow: 0 2px 6px #666;
}
body>header section {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
body>header section h1 {
	float: left;
	margin: 0;
	display: inline;
	height: 66px;
	padding: 3px 0;
}
nav ul{
	float: right;
	list-style-type: none;
}
nav ul li {
	margin-bottom: 0;
	display: inline;
	float: left;
}
nav ul li a {
	display: block;
	padding: 36px 12px 12px;	
	color: #fff;
	text-decoration: none;
}
.cta {
	background-color: #e90;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
}
.cta:hover {
}
.promo {
	background-color:  #fa1;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(238,153,0,0.3) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,153,0,0.3)), to(rgba(238,153,0,0.7)));	
	background-image: -webkit-linear-gradient(270deg, rgba(238,153,0,0.3), rgba(238,153,0,0.7) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.5) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.5) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.5) 100.0%);
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.3), rgba(0,0,0,0.1) 100.0%);
	box-shadow: 2px 2px 5px #666;
/*	color: #fff;
	font-weight: bold; */
	text-shadow: 1px 1px 1px #ccc;

	padding: 8px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0em 1em 1em;
	text-align: center;
}
nav ul li a:hover, body>header section h1:hover {
	background-color: #666;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
}
.current-menu-item {
	background-color: #9e0;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.2)));	
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
}
article>header, article>section, article>aside {
	margin-right: 24px;
	margin-bottom: 24px;
	float: left;
}
article>header {
	padding: 0;
	text-align: center;
}
article header h2 {
	margin: 0;
}
h2.frontpage {
	font-size: 50px;
}
article>aside#device {
	text-align: center;
	background-image: url("img/nexus_s.png");
	background-repeat: no-repeat;
	background-position: center 0;
}
article>aside#device div#screen {
	margin: 94px auto 285px;
}
article h2 {
	letter-spacing: -1px;
}
article h3 {
	color: #00a0bb;
}
article p img {
	display: block;
	margin: 0 auto;
}
code {
	color: #bb00a0;
	font-family: "Droid Sans Mono", monospace;
}
img#qr {
	margin: 0 -22px -16px -4px;
}
a.infobox {
	display: block;
	float: left;
	margin-right: 24px;
	width: 252px;
	padding: 12px;
	border: 3px solid #bbb;
	border-radius: 12px;
	margin-top: 24px;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.2)));	
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	background-image: linear-gradient(270deg, rgba(255,255,255,0.2), rgba(0,0,0,0.2) 100.0%);
	text-decoration: none;
	color: #222;;
}
a.infobox:hover {
/* 	border-color: #9e0;
/* 	background-color: #9e0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.2)), to(rgba(0,0,0,0.3)));
	padding: 14px;
	border: 1px solid #222;
	color: #fff; 
	text-shadow: 1px 1px 1px #666;	*/
}
a.infobox h4 {
	margin-top: 0;
	color: #e90;
}
a.infobox:hover h4 {
	color: #90e;
}
footer {
	border-top: 5px solid #0ce;	
	background-color: #555;
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 100.0%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 100.0%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 100.0%);
	background-image: -ms-linear-gradient(270deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 100.0%);
	background-image: linear-gradient(270deg, rgba(0,0,0,0), rgba(0,0,0,0.5) 100.0%);
	color: #ddd;
}
footer a {
	color: #eee;
	
}
footer a:hover {
	color: #9e0;
}
footer iframe { float: left; margin-right: 10px; }
article ul, article ol {
	padding-left: 1.5em;
}
ul.conversion {
	padding-left: none;
	list-style-type: none;
	font-family: "Droid Sans Mono", monospace;
	color: #BB00A0;
}
ol.alpha {
	list-style-type: lower-alpha;
}
li {
	margin-bottom: 0.5em;
}

/** Contact Form Styles **/

ol.forms { float: left; list-style: none; margin: 0; padding-left: 0; width: 100%; }
ol.forms img {
	margin: 0.5em 0 0.5em 36%;
}
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 0.5em; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	width: 30%;
	margin: 6px 3% 0;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #ccc;
	font: inherit;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 60%;
}
ol.forms textarea { height: 300px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #ffe; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.requiredRow label:after {
	color: #f00;
	content: " *";
}
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms input[type='submit'] {
	color: #000;
	background-color: #eee;
	cursor: pointer;
	border: 1px solid #ccc;
	font: inherit;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	padding: 5px 10px;
	width: auto;
	text-align: center;
	margin-left: 36%;
}


p {
	margin: 0.7em 0;
}
.eg {
	margin-left: 3.5em;
}
.eg:before {
	content: "e.g.";
	font-style: italic;
	margin-left: -2.5em;
	float: left;
	color: #999;
}
.top { margin-top: 0; }
.bottom { margin-bottom: 0; }
.left { margin-left: 0; }
.right { 	margin-right: 0; }

	/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
