/* @group Page Layout */

div#wrapper {
	width: 800px;
	margin: 10px auto;
}

div#page {
	min-height: 400px;
	padding: 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 5px 5px 5px #222;
	box-shadow: 5px 5px 5px #222;
}

div#header {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #99f;
	height: 90px;
	position: relative;
}

div#torso {
	padding: 5px;
	margin: 0 5px 55px;
	position: relative;
}

div#footer {
	position: absolute;
	bottom: 5px;
	left: 10px;
	right: 10px;
	padding: 5px;
	height: 40px;
}

div#trailer {
	color: #999;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}



/* @end */

/* @group Element Defaults */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #106;
}

body {
	margin: 0;
	padding: 0;
	background: #00c url(../i/cord.png) repeat;
}

/* @end */

/* @group Header */

/* @group Site Menu */

div#sitemenu {
	bottom: 0;
	position: absolute;
	left: 0;
}

div#sitemenu ul {
	margin: 0;
	padding: 0;
}

div#sitemenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	background-color: #99f;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

div#sitemenu a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	margin: 0;
	display: block;
	width: 90px;
}

div#sitemenu a:hover, div#sitemenu a:focus {
	color: #106;
}



/* @end */

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header h2 {
	margin: 0;
	padding: 0;
}

img#sitelogo {
	position: relative;
	float: right;
	z-index: 1;
}



/* @end */

/* @group Torso */

/* @group formulaic_reference */

div#torso.formulaic_reference table {
	margin-top: 30px;
}

div#torso.formulaic_reference table caption {
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#torso.formulaic_reference th, div#torso.formulaic_reference td {
	padding: 3px 6px;
}

div#torso.formulaic_reference .varname, div#torso.formulaic_reference .operator {
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

div#torso.formulaic_reference .equation {
	font: bold 110% "Courier New", Courier, mono;
}



/* @end */

div#torso a.appstore {
	display: block;
	text-align: center;
}

div#torso img.productmain {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#torso img.productright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

div#torso img.productleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 25px;
}

/* @group support */

div#torso.support table td {
	padding: 10px;
}



/* @end */

/* @group index */

div#torso.index table td {
	padding: 10px;
}



/* @end */

/* @group apps */

div#torso.apps table td {
	padding: 10px;
}

/* @end */

/* @group spycam */

div#torso.spycam ul.questions {
  list-style-type: none;
}

div#torso.spycam ul.questions li {
  margin-left: 100px;
  margin-bottom: 10px;
}

div#torso.spycam ol.instructions li {
  margin-top: 5px;
}
div#torso.spycam ol.instructions li img {
  float: right;
}
div#torso.spycam ol.instructions li br {
  clear: both;
}


/* @end */

/* @group Billboard */
div#torso.billboard ul.imageButtons {
	list-style-type: none;
	padding-left: 32px;
}
div#torso.billboard ul.imageButtons>li {
	margin-bottom: 5px;
	min-height: 2.0em;
}
div#torso.billboard ul.imageButtons>li>img {
	float: left;
	margin: 2px 5px 5px -35px;
}
div#torso.billboard .gesture {
	font-weight: bolder;
	text-transform: capitalize;
	color: darkred;
}
div#torso.billboard dt {
	float: left;
	clear: left;
	width: 50px;
}
div#torso.billboard dt>img {
	margin: 3px;
}
div#torso.billboard dd {
	margin: 0 0 0 55px;
	padding: 0 0 0.5em 0;
	min-height: 30px;
}

/* @end */

/* @end */

/* @group Footer */



/* @end */

/* @group Tracking Code */

div#adsense {
  width:468px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
}

/* @end */

