/* ----------------------------------------- */
/* Author:		Rob Hawkes */
/* Author URI:	http://rawkes.com/ */
/* Version:		3 */
/* ----------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

a img {
  border: none; }

header, footer, nav, section, article, aside {
  display: block; }

html {
  background: #faf4e5 url('img/bodyBg.gif'); }

body {
  background: none;
  color: #5b554a;
  font: 62.5%/2em Helvetica Neue, Verdana, Arial, sans-serif; }

hr {
  border-bottom: solid white;
  border-top: solid #e7d8b1;
  border-width: 1px 0;
  margin: 0; }

form {
  margin: 40px 0; }
  form ol {
    margin: 20px 0 0; }
    form ol li {
      list-style: none;
      margin: 15px 0; }
  form legend {
    display: none; }
  form label {
    font-size: 14px;
    margin-left: 15px; }
  form input, form textarea {
    background-color: #f2ead7;
    border-bottom: solid white;
    border-right: solid white;
    border-top: solid #e7d8b1;
    border-left: solid #e7d8b1;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -webkit-transition: background-color 0.1s linear; }
    form input[type="text"], form textarea[type="text"] {
      height: 30px;
      line-height: 30px;
      padding: 0 5px;
      width: 250px; }
  form input:focus[type="text"], form textarea:focus {
    background-color: white;
    -webkit-transition: background-color 0.1s linear; }
  form textarea {
    height: auto;
    padding: 5px;
    width: 600px; }

input[type="button"], input[type="submit"], .button {
  background: #8b8372;
  border: 1px solid;
  border-bottom-color: #746a54;
  border-right-color: #746a54;
  border-top-color: #9c968a;
  border-left-color: #9c968a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  text-shadow: none;
  -webkit-transition: background 0.1s linear; }
  input[type="button"]:active, input[type="submit"]:active, .button:active {
    background: #d4c5a0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #b6a270;
    border-left-color: #b6a270; }

table {
  border-collapse: collapse;
  margin: 30px 0 40px;
  table-layout: fixed;
  width: 100%; }
  table thead {
    color: white; }
    table thead tr {
      background-color: #413c32; }
      table thead tr th {
        border-bottom: 2px solid #faf4e5; }
        table thead tr th.c25 {
          width: 25%; }
  table tbody td {
    border: solid #faf4e5;
    border-width: 2px 0; }
  table th, table td {
    padding: 5px 15px;
    margin: 0;
    text-shadow: none;
    vertical-align: top; }
  table.alternate tbody tr {
    background: #eae0c9; }
    table.alternate tbody tr:nth-child(even) {
      background: #dad0bc; }

p, li, th, td {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px; }
  p.sub:first-of-type, li.sub:first-of-type, th.sub:first-of-type, td.sub:first-of-type {
    margin-top: -30px; }
  p.sub:last-of-type, li.sub:last-of-type, th.sub:last-of-type, td.sub:last-of-type {
    margin-bottom: 60px; }

ul, ol, dl {
  font-style: italic;
  margin: 30px 0 40px 60px; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    margin: 0 0 0 40px; }
  ul ul li, ol ul li, dl ul li {
    list-style: circle; }
  ul li, ol li, dl li {
    margin: 8px 0; }

ul li {
  list-style: square; }

ol li {
  list-style: decimal; }

small {
  font-size: small; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  border-left: 3px dotted #d4c5a0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  margin: 40px 0 40px 40px;
  padding-left: 15px; }
  blockquote p {
    font-size: 18px;
    line-height: 25px;
    margin: 0; }
    blockquote p cite {
      border-top: 1px solid #e7d8b1;
      color: #666666;
      display: block;
      font-size: 13px;
      margin-top: 10px;
      padding-top: 10px; }

a {
  color: #2886bb;
  cursor: pointer;
  -webkit-transition: color 0.1s linear; }
  a:visited {
    color: #5b554a; }
  a:hover {
    color: #d9411e; }

h1 {
  color: #d9411e;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 50px; }

h2 {
  color: #413c32;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px; }
  h2 a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #413c32;
    cursor: pointer; }
    h2 a:active, h2 a:focus {
      outline: none; }
    h2 a:hover {
      color: #d9411e; }

h3 {
  color: #413c32;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px; }
  h3 a {
    color: #413c32; }

#secondaryContent p, #secondaryContent li {
  font-size: 14px; }

pre {
  margin: 30px 0;
  position: relative;
  text-align: left;
  white-space: pre; }
  pre span.codeMask {
    background: url('img/contentCodeMask.png') repeat-y top right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
  pre code {
    background-color: #f2ead7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    padding: 20px; }
    pre code.active {
      position: relative;
      z-index: 100; }
    pre code span.comment {
      color: #8b8372 !important; }

code {
  font-family: Inconsolata, Monaco, Courier New, Courier, monospace; }

figure {
  background-color: rgba(212, 197, 160, 0.7);
  display: block;
  line-height: 0;
  margin: 30px -10px 50px;
  padding: 10px;
  position: relative;
  text-align: center; }
  figure img, figure object, figure audio, figure video {
    -webkit-box-shadow: 0 0 10px #705b26;
    margin: 0;
    max-width: 100%;
    padding: 0; }
  figure audio {
    width: 540px; }
  figure .legend {
    bottom: -23px;
    color: #d4c5a0;
    display: block;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: small;
    font-style: italic;
    left: 10px;
    line-height: 1em;
    margin: 0;
    position: absolute;
    text-shadow: none; }

#secondaryContent figure {
  margin-bottom: 30px; }

#planetForeCanvas {
  left: 50%;
  margin-left: -490px;
  position: absolute;
  width: 980px;
  z-index: 50; }
  #planetForeCanvas img {
    left: 50%;
    margin: 150px 0 0 -750px;
    position: absolute; }

#planetCanvas {
  left: 50%;
  margin-left: -490px;
  position: absolute;
  width: 980px;
  z-index: 1; }
  #planetCanvas img {
    left: 50%;
    margin: 150px 0 0 -750px;
    position: absolute; }

#planetGround {
  background: url('img/planet/ground.png') no-repeat bottom center;
  height: 320px;
  left: 50%;
  margin-left: -335px;
  position: absolute;
  width: 670px;
  z-index: 10; }

#rocketHandle {
  height: 70px;
  left: 50%;
  margin: -35px 0 0 -35px;
  position: absolute;
  top: 220px;
  width: 70px;
  z-index: 99; }

#rocketShadowCanvas {
  height: 16px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
  top: 241px;
  z-index: 98; }

#pageHeaderWrapper {
  background: url('img/headerBg.gif') top center;
  overflow: hidden;
  position: relative; }
  #pageHeaderWrapper #pageHeader {
    background: url('img/headerPlanetBg.jpg') no-repeat top center;
    height: 320px; }
    #pageHeaderWrapper #pageHeader:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #pageHeaderWrapper #pageHeader #branding {
      margin: 0 auto;
      padding-top: 44px;
      width: 770px; }
      #pageHeaderWrapper #pageHeader #branding #logo {
        float: left;
        height: 33px;
        width: 161px; }
      #pageHeaderWrapper #pageHeader #branding #strapline {
        color: #a2a5a8;
        float: right;
        font-family: Georgia;
        font-size: 18px;
        font-style: italic;
        font-weight: lighter;
        line-height: 40px;
        text-shadow: 0 0 1px black;
        text-transform: uppercase; }
    #pageHeaderWrapper #pageHeader.short {
      height: 120px; }

#primaryNav {
  background: url('img/primaryNavRibbon.png') no-repeat top center;
  font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 65px;
  margin-top: -15px;
  position: relative;
  text-transform: uppercase; }
  #primaryNav a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    background-color: #d9411e;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: white;
    cursor: pointer;
    padding: 5px 8px;
    text-decoration: none;
    -webkit-transition: background-color 0.1s linear; }
    #primaryNav a:active, #primaryNav a:focus {
      outline: none; }
    #primaryNav a:hover {
      background-color: #bc2a08;
      border-bottom: 1px solid #e34a27;
      border-right: 1px solid #e34a27;
      border-left: 1px solid #982105;
      border-top: 1px solid #982105; }
  #primaryNav ul {
    margin: 0 auto;
    padding-top: 15px;
    width: 980px; }
    #primaryNav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #primaryNav ul li {
      font-style: normal;
      float: left;
      line-height: 52px;
      list-style: none;
      margin: 0 0 0 32px;
      text-shadow: -1px -1px 0 #922b13; }
  #primaryNav #primarySearch {
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 230px;
    position: absolute;
    top: 14px;
    width: 220px; }
    #primaryNav #primarySearch input#search {
      background-color: white;
      width: 220px; }

#contentWrapper {
  margin: 0 auto;
  padding-top: 60px;
  width: 980px; }
  #contentWrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #contentWrapper #primaryContent {
    float: left;
    margin: 0 20px;
    width: 620px; }
    #contentWrapper #primaryContent.full {
      width: 940px; }
    #contentWrapper #primaryContent article {
      background: url('img/contentDateLine.gif') no-repeat 22px 30px;
      margin-bottom: 30px;
      padding-left: 80px;
      position: relative; }
      #contentWrapper #primaryContent article time, #contentWrapper #primaryContent article aside.tags {
        color: #d4c5a0;
        font-size: 13px;
        font-weight: bold;
        left: 0;
        line-height: 30px;
        position: absolute;
        text-transform: uppercase;
        top: 0; }
      #contentWrapper #primaryContent article aside.tags {
        left: auto;
        position: static;
        top: auto; }
        #contentWrapper #primaryContent article aside.tags ul {
          list-style-type: none;
          margin: 0; }
          #contentWrapper #primaryContent article aside.tags ul, #contentWrapper #primaryContent article aside.tags ul li {
            margin: 0px;
            padding: 0px;
            display: inline; }
          #contentWrapper #primaryContent article aside.tags ul li:after {
            content: ", "; }
          #contentWrapper #primaryContent article aside.tags ul li:last-child:after, #contentWrapper #primaryContent article aside.tags ul li.last:after {
            content: ""; }
          #contentWrapper #primaryContent article aside.tags ul li {
            font-size: inherit;
            font-style: normal;
            font-weight: inherit;
            list-style: none;
            margin: 0;
            text-shadow: none; }
    #contentWrapper #primaryContent h2 {
      margin-top: 40px; }
    #contentWrapper #primaryContent #moreEntries {
      margin: 40px 0;
      text-align: right; }
      #contentWrapper #primaryContent #moreEntries a {
        color: inherit;
        text-decoration: inherit;
        cursor: inherit;
        color: white;
        cursor: pointer; }
        #contentWrapper #primaryContent #moreEntries a:active, #contentWrapper #primaryContent #moreEntries a:focus {
          outline: none; }
  #contentWrapper #secondaryContent {
    float: left;
    margin: 0 20px;
    width: 280px; }
    #contentWrapper #secondaryContent section {
      margin-bottom: 50px; }
    #contentWrapper #secondaryContent h2 {
      background: url('img/sideHeadingBorderBottom.gif') no-repeat bottom left;
      border-top: 1px solid #413c32;
      font-size: 16px;
      line-height: 1em;
      margin: 8px 0 15px;
      padding: 10px 0 19px;
      text-transform: uppercase;
      text-align: center; }
    #contentWrapper #secondaryContent ul {
      font-style: normal;
      margin: 0 0 0 15px; }
    #contentWrapper #secondaryContent p, #contentWrapper #secondaryContent li {
      line-height: 20px;
      text-shadow: none; }
    #contentWrapper #secondaryContent a {
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      text-decoration: none;
      color: #666666;
      cursor: pointer;
      font-weight: bold; }
      #contentWrapper #secondaryContent a:active, #contentWrapper #secondaryContent a:focus {
        outline: none; }
      #contentWrapper #secondaryContent a:hover {
        text-decoration: underline; }
      #contentWrapper #secondaryContent a.unstyled {
        color: #5b554a;
        font-weight: inherit; }
    #contentWrapper #secondaryContent #rss {
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      background-image: url('img/sideRssIllustration.png');
      background-repeat: no-repeat;
      background-position: 0 0;
      display: block;
      height: 235px;
      width: 280px; }
      #contentWrapper #secondaryContent #rss:hover {
        background-position: 0 -235px; }
    #contentWrapper #secondaryContent #secondaryLabs ul {
      font-style: normal;
      margin: 0; }
      #contentWrapper #secondaryContent #secondaryLabs ul li {
        list-style: none;
        margin: 0 0 15px;
        min-height: 40px;
        padding-left: 60px;
        position: relative; }
        #contentWrapper #secondaryContent #secondaryLabs ul li p {
          margin: 0; }
    #contentWrapper #secondaryContent #secondaryLabs img {
      left: 0;
      margin: 2px;
      position: absolute;
      top: 0; }
    #contentWrapper #secondaryContent #secondaryLabs h3 a {
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      text-decoration: none;
      color: #5b554a; }
      #contentWrapper #secondaryContent #secondaryLabs h3 a:active, #contentWrapper #secondaryContent #secondaryLabs h3 a:focus {
        outline: none; }
      #contentWrapper #secondaryContent #secondaryLabs h3 a:hover {
        text-decoration: underline; }
      #contentWrapper #secondaryContent #secondaryLabs h3 a:hover img {
        border: 2px solid #d4c5a0;
        margin: 0; }
    #contentWrapper #secondaryContent #secondaryLabs p {
      font-style: italic;
      line-height: 1em; }
  #contentWrapper #featuredContent {
    background: url('img/featuredBgTop.jpg') repeat-x, url('img/featuredBgBottom.jpg') repeat-x bottom left;
    border: solid #413c32;
    border-width: 2px 0;
    margin-bottom: 60px;
    padding: 30px 30px 30px 320px;
    position: relative; }
    #contentWrapper #featuredContent #featuredIllustration {
      left: 20px;
      margin-top: -90px;
      position: absolute;
      top: 50%; }
    #contentWrapper #featuredContent h2 {
      margin-left: 20px;
      margin-top: 20px; }
    #contentWrapper #featuredContent h3 {
      color: #d4c5a0;
      font-size: 16px;
      font-weight: bold;
      line-height: 1em;
      text-transform: uppercase; }
    #contentWrapper #featuredContent p {
      margin: 0 0 0 20px; }

#blog #contentWrapper #primaryContent article {
  background: none;
  padding-left: 0; }
  #blog #contentWrapper #primaryContent article time {
    display: block;
    left: auto;
    line-height: 25px;
    margin: -20px 0 15px;
    position: static;
    top: auto; }
#blog #contentWrapper #primaryContent #comments #comment_form {
  margin-top: 0; }
#blog #contentWrapper #primaryContent #comments article {
  margin: 30px 0 0;
  padding-left: 70px;
  position: relative; }
  #blog #contentWrapper #primaryContent #comments article.author h3 {
    color: #d9411e; }
  #blog #contentWrapper #primaryContent #comments article h3 {
    font-size: 16px; }
    #blog #contentWrapper #primaryContent #comments article h3 time {
      display: inline;
      margin: 0 0 0 5px; }
    #blog #contentWrapper #primaryContent #comments article h3 a {
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      text-decoration: none; }
      #blog #contentWrapper #primaryContent #comments article h3 a:active, #blog #contentWrapper #primaryContent #comments article h3 a:focus {
        outline: none; }
      #blog #contentWrapper #primaryContent #comments article h3 a:hover {
        text-decoration: underline; }
  #blog #contentWrapper #primaryContent #comments article .avatar {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 0;
    position: absolute;
    top: 0; }

#speaking #primaryContent #intro {
  position: relative;
  width: 100%; }
  #speaking #primaryContent #intro:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #speaking #primaryContent #intro p {
    width: 600px; }
#speaking #primaryContent figure {
  line-height: inherit;
  text-align: left; }
  #speaking #primaryContent figure img {
    -webkit-box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 0; }
  #speaking #primaryContent figure.header {
    height: 199px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -65px;
    width: 300px; }
#speaking #primaryContent #map {
  height: 400px;
  width: 940px; }
#speaking #primaryContent table {
  margin: 10px 0; }
  #speaking #primaryContent table colgroup .when {
    width: 150px; }
  #speaking #primaryContent table tbody td {
    border-color: #d4c5a0;
    border-width: 1px 0;
    padding: 10px 15px; }
    #speaking #primaryContent table tbody td.extras {
      text-align: right; }
#speaking #primaryContent .flag {
  margin-right: 10px; }
#speaking #primaryContent .button {
  border: none;
  color: white;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-decoration: none; }
  #speaking #primaryContent .button.tickets {
    background-color: #f43b0a; }
  #speaking #primaryContent .button.lanyrd {
    background-color: #608ec3; }
  #speaking #primaryContent .button.slides {
    background-color: #8cb814; }
  #speaking #primaryContent .button.video {
    background-color: #f5971d; }
  #speaking #primaryContent .button.audio {
    background-color: #a714b8; }
  #speaking #primaryContent .button.followup {
    background-color: #a3a3a3; }
#speaking #primaryContent h3 .button {
  margin-left: 10px;
  margin-right: -10px; }

#daily article {
  width: 760px; }
  #daily article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #daily article h2, #daily article p {
    margin-left: 250px; }
  #daily article figure {
    float: left;
    margin: 0;
    position: static;
    width: 200px; }

#foundationcanvas #secondaryContent h3 {
  margin-top: 30px; }
#foundationcanvas #secondaryContent p {
  margin: 20px 0; }
#foundationcanvas #secondaryContent .foundationCanvasButton {
  display: block;
  height: 35px;
  width: 280px; }
  #foundationcanvas #secondaryContent .foundationCanvasButton:active {
    background-position: 0 -35px !important; }
#foundationcanvas #secondaryContent ul#whereToBuy {
  margin: 0;
  padding: 0; }
  #foundationcanvas #secondaryContent ul#whereToBuy li {
    list-style: none; }
  #foundationcanvas #secondaryContent ul#whereToBuy #amazonUK {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('img/foundationCanvasAmazonUK.png');
    background-repeat: no-repeat;
    background-position: 0 0; }
  #foundationcanvas #secondaryContent ul#whereToBuy #amazonUS {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('img/foundationCanvasAmazonUS.png');
    background-repeat: no-repeat;
    background-position: 0 0; }
#foundationcanvas #secondaryContent #download {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('img/foundationCanvasDownload.png');
  background-repeat: no-repeat;
  background-position: 0 0; }
#foundationcanvas #secondaryContent ul#preview {
  margin: 0;
  padding: 0; }
  #foundationcanvas #secondaryContent ul#preview li {
    list-style: none; }
  #foundationcanvas #secondaryContent ul#preview #previewGoogle {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('img/foundationCanvasPreviewGoogle.png');
    background-repeat: no-repeat;
    background-position: 0 0; }
  #foundationcanvas #secondaryContent ul#preview #previewSafari {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('img/foundationCanvasPreviewSafari.png');
    background-repeat: no-repeat;
    background-position: 0 0; }
#foundationcanvas #secondaryContent #ebook {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('img/foundationCanvasEbook.png');
  background-repeat: no-repeat;
  background-position: 0 0; }

#carbonads-container .carbonad {
  width: 100% !important; }
  #carbonads-container .carbonad .carbonad-text, #carbonads-container .carbonad .carbonad-tag {
    width: 120px !important; }
  #carbonads-container .carbonad .carbonad-tag {
    margin-top: 5px !important; }
  #carbonads-container .carbonad .carbonad-text {
    margin-top: -5px !important; }

