/* CSS Reset */
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  background-clip: padding-box;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
p, ul {
  padding: 7px 0px;
}
ul {
  padding-left: 15px;
}
h1 {
  padding: 5px 0px;
  font-size: 155%;
}
h2 {
  padding: 5px 0px;
  font-size: 125%;
}
h3 {
  padding: 5px 0px;
  font-size: 115%;
}
b,strong {
font-weight: bold;
}
i,emphasis,em {
font-style: italic;
}
/* Layout */
html {
  background: #333333 url(../images/page-bg.png) top left repeat;
  padding-bottom: 25px;
}
body {
  position: relative;
  font-family: Helvetica, Arial, Sans-Serif;
  width: 960px;
  margin: 0 auto;
  background: #F0F0F0;
  color: #000;
  font-size: 14px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
}
/* Layout, Header, Footer */
header {
  background: #ffffff url(header-bg.png) top left repeat-x;
  overflow: hidden;
  height: 124px;
  border-bottom: 3px solid #F50527;
}
header img.logo {
  margin-left: 35px;
}
header nav.site {
  position: absolute;
  top: 0px;
  left: 150px;
  height: 24px;
  line-height: 24px;
  width: auto;
  white-space: nowrap;
  padding: 0px;
  color: #000;
  font-size: 12px;
  background: #999;
  background: #bbbbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#888888));
  background: -moz-linear-gradient(top, #bbbbbb, #888888);
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 1px 0px #eeeeee;
  -moz-box-shadow: 0px 1px 0px #eeeeee;
  -webkit-box-shadow: 0px 1px 0px #eeeeee;
}
header nav.site a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0px -1px 0px #222222;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  border-right: 1px solid #808080;
  border-left: 1px solid #B0B0B0;
}
header nav.site a:hover {
  text-decoration: underline;
}
header nav.site a:first-child {
  border-left: 0;
}
header nav.site a:last-child {
  border-right: 0;
}
header nav.apps {
  position: absolute;
  top: 0px;
  left: 380px;
  height: 124px;
  width: 525px;
  color: #000;
  overflow: hidden;
  padding-top: 49px;
}
header nav.apps a {
  display: inline-block;
  margin: 0px 35px;
  text-align: center;
  text-decoration: none;
  color: #111;
  width: 57px;
}
header nav.apps a img.changes {
   -webkit-box-shadow: none;
   -webkit-border-radius: 0px;
   -moz-box-shadow: none;
   -moz-border-radius: 0px;
}
header nav.apps a img {
  -webkit-box-shadow: 0px 2px 3px #AAA;
  -webkit-border-radius: 11px;
  -webkit-transition: all 100ms ease-out;
  -webkit-transform-origin: 28px 57px;
  -moz-transition: all 100ms ease-out;
  -moz-transform-origin: 28px 57px;
  -moz-box-shadow: 0px 2px 3px #AAA;
  -moz-border-radius: 11px;
}
header nav.apps a span {
  font-size: 15px;
  visibility: hidden;
}
header nav.apps a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
header nav.apps a.selected span {
  color: #F50527 !important;
  visibility: visible;
}
header nav.apps label {
  font-size: 13px;
  position: absolute;
  top: 18px;
  left: 0px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  background: #000;
  padding: 0px 10px;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(0.3, #333333), color-stop(0.7, #000000), to(#000000));
  -webkit-border-radius: 12px;
  background: -moz-linear-gradient(270deg, #333333, #333333 30%, #000000 70%, #000000);
  -moz-border-radius: 12px;
}
header nav.apps label span {
  display: block;
  font-size: 16px;
  margin-bottom: -15px;
  text-align: center;
  line-height: 9px;
  color: #000;
}
footer {
  clear: both;
  padding: 10px;
  padding-left: 50px;
  color: #888;
  font-size: 85%;
}
footer a {
  color: #777;
}
footer a:hover {
  color: #000;
}
footer .sub-nav {
  float: right;
  margin-right: 75px;
}
footer .sub-nav A {
  padding: 0 5px;
}
/* Landing */
body.home {
  background: #E0E0E0;
  color: #333;
  border-bottom: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(0.2, #f0f0f0), color-stop(0.65, #cfcfcf), color-stop(0.66, #bebebe), to(#cfcfcf));
  background: -moz-linear-gradient(270deg, #f0f0f0, #f0f0f0 20%, #cfcfcf 65%, #bebebe 66%, #cfcfcf);
}
body.home header nav.apps {
  display: none;
}
body.home header section.welcome {
  position: absolute;
  top: 55px;
  left: 450px;
  width: 350px;
  height: 85px;
  font-size: 27px;
  line-height: 24px;
  font-style: italic;
  color: #777;
  text-shadow: 0px 1px 0px #FFF;
}
body.home header section.welcome span {
  display: block;
}
body.home header section.welcome span.part-1 {
  text-align: left;
}
body.home header section.welcome span.part-2 {
  text-align: right;
}
body.home article {
  padding: 45px 25px;
  min-height: 235px;
  padding-top: 65px;
  padding-left: 40px;
  text-shadow: 0px 1px 0px #FFF;
}
body.home article section {
  float: left;
  width: auto;
  text-align: center;
  margin: 10px;
}
body.home article section a {
  display: block;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: all 100ms ease-out;
  -webkit-transform-origin: 100px 200px;
  -moz-transition: all 100ms ease-out;
  -moz-transform-origin: 100px 200px;
}
body.home article section a span {
  display: block;
}
body.home article section a span.title {
  font-size: 150%;
  color: #333;
}
body.home article section a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
body.home article section a:hover .title {
  color: #000;
}
body.home article section .info {
  color: #555;
  font-size: 90%;
}
body.home footer {
  clear: both;
  padding: 10px;
  padding-top: 35px;
  padding-left: 50px;
  color: #888;
}
body.home footer a {
  color: #777;
}
body.home footer a:hover {
  color: #000;
}
/* Blog (and Page's Base)*/
body.blog, body.page {
  background: #d5d5d5;
}
body.blog > section, body.page > section {
  padding: 15px;
  padding-top: 35px;
  padding-right: 380px;
  padding-left: 50px;
  line-height: 1.4em;
  color: #333;
  text-shadow: 0px 1px 0px #FFF;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d5d5d5));
  background: -moz-linear-gradient(top, #f0f0f0, #d5d5d5);
}
body.blog > section a, body.page > section a {
  color: #F50527;
}
body.blog > section a:hover, body.page > section a:hover {
  color: #000;
}
body.blog article, body.page article {
  padding: 15px 0px;
}
body.blog article h1, body.page article h1 {
  color: #444;
  font-size: 225%;
}
body.blog article h1 a, body.page article h1 a {
  color: #444;
  text-decoration: none;
}
body.blog article h1 a:hover, body.page article h1 a:hover {
  color: #000;
  text-decoration: underline;
}
body.blog article .meta, body.page article .meta {
  font-size: 90%;
  color: #777;
}
body.blog article div.left, body.page article div.left {
  width: 240px;
}
body.blog article div.right, body.page article div.right {
  float: right;
  width: 240px;
}
body.blog aside, body.page aside {
  position: absolute;
  padding: 15px;
  padding-right: 0px;
  padding-left: 30px;
  font-size: 85%;
  top: 165px;
  right: 0px;
  width: 350px;
}
body.blog aside section, body.page aside section {
  padding: 12px;
  padding-left: 15px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 0px #FFF;
  color: #666666;
}
body.blog aside section h3, body.page aside section h3 {
  color: #333;
  font-size: 130%;
}
body.blog aside section ul, body.page aside section ul {
  margin-left: 0px;
}
body.blog aside section ul li, body.page aside section ul li {
  color: #888;
  padding-bottom: 4px;
}
body.blog aside section ul li:hover, body.page aside section ul li:hover {
  color: #F50527;
}
body.blog aside section a, body.page aside section a {
  color: #444;
}
body.blog aside section a:hover, body.page aside section a:hover {
  color: #F50527;
}
body.blog aside section.box, body.page aside section.box {
  /*        text-shadow: 0px -1px 0px #222;
        color: #EEE;
        background: #AAA;
*/

  border: 3px solid #FFF;
  border-right: 0px;
  background: #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#f0f0f0));
  background: -moz-linear-gradient(top, #d5d5d5, #f0f0f0);
  -moz-border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
}
/* Page */
body.page article {
  padding: 15px 0px;
  padding: 15px;
  padding-top: 35px;
  padding-right: 380px;
  padding-left: 50px;
  line-height: 1.4em;
  color: #333;
  text-shadow: 0px 1px 0px #FFF;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d5d5d5));
  background: -moz-linear-gradient(top, #f0f0f0, #d5d5d5);
}
body.page article a {
  color: #F50527;
}
body.page article a:hover {
  color: #000;
}
/* Products, Light */
body.product.light {
  background: #d5d5d5;
}
body.product.light article {
  padding-top: 20px;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d5d5d5));
  background: -moz-linear-gradient(top, #f0f0f0, #d5d5d5);
  text-shadow: 0px 1px 0px #FFF;
}
body.product.light article h1 {
  color: #000;
  font-size: 225%;
}
body.product.light article h2 {
  color: #333;
}
body.product.light article h3 {
  color: #777;
}
body.product.light article section {
  padding: 15px;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 1.4em;
  color: #333;
}
body.product.light article section.title {
  padding-left: 230px;
  padding-bottom: 40px;
  min-height: 200px;
}
body.product.light article section.title img.large-icon {
  position: absolute;
  top: 165px;
  left: 45px;
}
body.product.light article section.title .app-store {
  position: absolute;
  top: 325px;
  left: 57px;
}
body.product.light article section.title .app-store img {
  width: 125px;
}
body.product.light article section a {
  color: #F50527;
}
body.product.light article section a:hover {
  color: #000;
}
body.product.light article section li {
  padding: 5px 0px 10px 0px;
}
body.product.light article section .description {
  margin-top: 5px;
  font-size: 90%;
}
body.product.light article section .features {
  padding: 20px;
  margin: -20px;
  border: 3px solid #FFF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#e7e7e7));
  background: -moz-linear-gradient(top, #d5d5d5, #e7e7e7);
}
body.product.light article section .features h3 {
  font-size: 150%;
}
body.product.light article section div.left {
  width: 240px;
}
body.product.light article section div.right {
  float: right;
  width: 240px;
}
body.product.light aside {
  top: 165px;
  right: 0px;
  border-right: 0px;
  -moz-border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
}
body.product.light footer {
  padding: 10px;
  padding-left: 25px;
  padding-left: 50px;
  color: #888;
  clear: both;
  text-shadow: 0px 1px 0px #FFF;
}
body.product.light footer a {
  color: #444;
}
body.product.light footer a:hover {
  color: #000;
}
body.product.light footer .sub-nav {
  margin-right: 75px;
}
/* Browser Tweaks */
.webkit body.product.light article section.title {
  min-height: 250px;
}
.webkit body.product.dark article section.title {
  min-height: 270px;
}
.webkit body.home article {
  min-height: 290px;
}

.content-inner {width:90%; margin-left: 40px;}