/* From http://html5boilerplate.com/ */
/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* Adapted from http://github.com/DominikGuzei/flawless.css */
.border-box-model {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box-model {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  background-color: #9DC8F2;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#9dc8f2), color-stop(0.5, #c7e2fc), to(#9dc8f2));
  background: -moz-linear-gradient(left center, #9dc8f2, #c7e2fc, #9dc8f2);
  text-shadow: white 0 1px 0;
  min-width: 1080px;
}
body, a {
  color: #505050;
}
p {
  margin-bottom: 1em;
  line-height: 140%;
}
.presenceOnly, .webjimboOnly {
  display: none;
}
.presencePage .presenceOnly {
  display: block;
}
.webjimboPage .webjimboOnly {
  display: block;
}
nav {
  background: -moz-linear-gradient(center top, #808080, #404040);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #808080), color-stop(1, #404040));
  -webkit-background-origin: padding-box;
  -pie-background: linear-gradient(-90deg, #808080, #404040);
  behavior: url(/_thirdparty/PIE.htc);
  background-color: #606060;
  position: relative;
  /* won't work in IE8 without this - hopefully this PIE bug will be fixed */

  text-shadow: none;
  width: 100%;
  margin: 0;
  padding: 15px 0 9px 0;
}
nav ul {
  margin: auto;
  width: 1000px;
}
nav ul li {
  width: 160px;
  display: block;
  float: left;
  text-align: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
nav ul li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: white;
}
nav ul li a img {
  width: 32px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  margin: -7px 8px 0 0;
}
.bodyBlock {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* for inline display */
.menuBarIcon {
  vertical-align: bottom;
  padding-bottom: 2px;
}
/* use .clearfix rather than this */
.clearer {
  clear: both;
}
/* Old colours: */
/*
@dark: #68320E;
#404040: #4D1B04;
*/
header {
  background-color: white;
  text-align: center;
  margin: 0;
  min-width: 1024px;
  position: relative;
}
header p#description {
  font-size: 25px;
  font-weight: 200;
  color: #808080;
  text-shadow: none;
  padding: 30px 0 0 0;
  margin: 0;
  line-height: 120%;
}
header p#description #first {
  display: block;
  font-size: 42px;
  font-weight: 600;
  text-shadow: none;
  padding: 0 0 14px 0;
  margin: 0;
  color: #505050;
}
header p#description #first #product {
  color: #D06B22;
}
header #social {
  width: 110px;
  text-align: left;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px 1px 1px 0;
  padding: 7px 0 4px 10px;
  background: -moz-linear-gradient(center top, #f0f0f0, #e0e0e0);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #f0f0f0), color-stop(1, #e0e0e0));
  -webkit-background-origin: padding-box;
  -pie-background: linear-gradient(-90deg, #f0f0f0, #e0e0e0);
  behavior: url(/_thirdparty/PIE.htc);
  background-color: #e8e8e8;
  position: relative;
  /* won't work in IE8 without this - hopefully this PIE bug will be fixed */

  /*.border-radius-all(0, @corner, @corner, 0);*/

  position: absolute;
  left: 0;
}
header #social > div {
  padding: 5px 0 5px 0;
}
header #social > div a {
  text-decoration: none;
}
header #social > div img {
  vertical-align: top;
}
header #social > div .fbhead {
  margin-bottom: 3px;
}
header #buttons {
  position: absolute;
  right: 0;
  /*float: right;*/

  width: 160px;
  z-index: 2;
}
header #buttons a {
  display: block;
  width: 150px;
  float: right;
  clear: both;
  margin-bottom: 4px;
  background: -moz-linear-gradient(center top, #a94900, #f6a000);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #a94900), color-stop(1, #f6a000));
  -webkit-background-origin: padding-box;
  -pie-background: linear-gradient(-90deg, #a94900, #f6a000);
  behavior: url(/_thirdparty/PIE.htc);
  background-color: #d07500;
  position: relative;
  /* won't work in IE8 without this - hopefully this PIE bug will be fixed */

  -webkit-background-clip: padding-box;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  behavior: url(/_thirdparty/PIE.htc);
  padding-top: 10px;
  padding-bottom: 8px;
  color: #FFFBEB;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
header #buttons #trial {
  font-size: 12px;
}
header #buttons p {
  float: right;
  clear: both;
  width: 140px;
  font-size: 12px;
  text-align: right;
  padding: 4px 8px 0 0;
  margin: 0;
}
header #buttons .buttonMinor {
  background: -moz-linear-gradient(center top, #808080, #b0b0b0);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #808080), color-stop(1, #b0b0b0));
  -webkit-background-origin: padding-box;
  -pie-background: linear-gradient(-90deg, #808080, #b0b0b0);
  behavior: url(/_thirdparty/PIE.htc);
  background-color: #989898;
  position: relative;
  /* won't work in IE8 without this - hopefully this PIE bug will be fixed */

  -webkit-background-clip: padding-box;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  behavior: url(/_thirdparty/PIE.htc);
}
header #buttons .buttonMinor img {
  vertical-align: top;
  margin-top: 1px;
}
header img#shots {
  width: 700px;
  height: 343px;
  margin-top: 30px;
  z-index: 1;
}
header p {
  font-size: 16px;
  padding-top: 1em;
  margin: auto;
}
header p:last-child {
  padding-bottom: 2em;
}
#features {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#features .column {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* I'm too lazy to do the maths to account for different padding, since I've already done it this way */

  width: 280px;
  padding: 25px 30px;
}
#features .column:first-child {
  padding-left: 0;
}
#features .column:nth-child(2) {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 4px 0 4px;
}
#features .column:last-child {
  padding-right: 0;
}
#features h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  text-shadow: 0 1px 1px white;
}
#features h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 1px 1px white;
}
#features ul {
  margin: 0 0 0 20px;
  padding: 0;
}
#features li {
  padding: 2px 0 0 0;
}
#features h3.howItWorks {
  color: #A94900;
}
#features ul.howItWorks li {
  padding: 0 0 8px 0;
}
#features .url {
  font-weight: 600;
}
#footer {
  width: 100%;
  background: -moz-linear-gradient(center top, #808080, #404040);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #808080), color-stop(1, #404040));
  -webkit-background-origin: padding-box;
  -pie-background: linear-gradient(-90deg, #808080, #404040);
  behavior: url(/_thirdparty/PIE.htc);
  background-color: #606060;
  position: relative;
  /* won't work in IE8 without this - hopefully this PIE bug will be fixed */

  color: white;
  text-shadow: none;
}
#footer #guts {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  padding-top: 1em;
  padding-bottom: 1em;
}

