/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.stincf-inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.layout-row .layout-center {
  margin: 0 auto;
  width: 1020px;
}
.layout-row .layout-content-area {
  position: relative;
  *zoom: 1;
  *zoom: 1;
  display: block;
  width: 1035px;
  margin: 0 -7.5px;
  *zoom: 1;
  *zoom: 1;
}
.layout-row .layout-content-area:before,
.layout-row .layout-content-area:after {
  content: "";
  display: table;
}
.layout-row .layout-content-area:after {
  clear: both;
}
.layout-row .layout-content-area:before,
.layout-row .layout-content-area:after {
  content: "";
  display: table;
}
.layout-row .layout-content-area:after {
  clear: both;
}
.layout-row.rowstyle-white {
  background-color: #ffffff;
  color: #323232;
}
.layout-row.rowstyle-black {
  background-color: #323232;
  color: #ffffff;
}
.layout-row.rowstyle-blue {
  background-color: #0099cc;
  color: #ffffff;
}
.layout-row.rowstyle-gray {
  background-color: #6e6d6b;
  color: #ffffff;
  padding: 11.200000000000001px 0;
}
.layout-row.rowstyle-cream {
  background-color: #edece4;
  background-image: url(../../img/bkgd-cream.png);
  background-repeat: repeat;
}
.layout-row.rowstyle-sage {
  background-color: #dfe8c6;
  background-image: url(../../img/bkgd-sage.png);
  background-repeat: repeat;
}
.standalone-border {
  padding: 5.6000000000000005px 0;
}
.standalone-border.borderstyle-blue {
  background-color: #0099cc;
}
body {
  background-color: #323232;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
body ::-moz-selection {
  background: #a5caff;
  color: #ffffff;
  text-shadow: none;
}
body ::selection {
  background: #a5caff;
  color: #ffffff;
  text-shadow: none;
}
.header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.header-narrow {
  font-family: Geneva, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}
a:link,
a:visited {
  color: #0099cc;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #0099cc;
}
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 22.400000000000002px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl,
dd,
dt {
  margin: 0 0 0 0;
}
.ir-text {
  display: none;
}
.text-centered {
  text-align: center;
}
.callout {
  font-size: 19px;
  line-height: 1.5;
}
#navbar {
  position: relative;
  background-color: #323232;
}
#navbar a:link,
#navbar a:visited {
  color: #cccccc;
}
#navbar a:hover,
#navbar a:active,
#navbar a:focus {
  color: #ffffff;
}
#navbar ul,
#navbar ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navbar #main-menu ul {
  display: inline;
  float: left;
  width: 750px;
  margin: 0 7.5px;
}
#navbar #main-menu ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#navbar #main-menu ul li a {
  height: 22.400000000000002px;
  padding: 0 1em 0 1em;
  padding-top: 28.000000000000004px;
  padding-bottom: 22.400000000000002px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#navbar #main-menu ul li a:link,
#navbar #main-menu ul li a:visited,
#navbar #main-menu ul li a:hover,
#navbar #main-menu ul li a:active,
#navbar #main-menu ul li a:focus {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#navbar #main-contact-links {
  padding-top: 1em;
  display: inline;
  float: left;
  width: 155px;
  margin: 0 7.5px;
}
#navbar #main-contact-links ul {
  font-size: 12px;
  padding-left: 1em;
}
#navbar #main-contact-links ul li {
  margin-bottom: 6px;
}
#navbar #main-contact-links ul li a {
  padding: 4px 4px 4px 22px;
  background-image: url(../../img/icon-envelope.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#navbar #main-contact-links ul li a:link,
#navbar #main-contact-links ul li a:visited {
  color: #eee;
}
#navbar #main-contact-links ul li a:link,
#navbar #main-contact-links ul li a:visited,
#navbar #main-contact-links ul li a:hover,
#navbar #main-contact-links ul li a:active,
#navbar #main-contact-links ul li a:focus {
  text-decoration: underline;
}
#navbar #main-social-badges {
  padding-top: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
#navbar #main-social-badges li div {
  height: 22px;
  width: 56px;
  margin-bottom: 2px;
}
#navbar #main-social-links {
  display: inline;
  float: left;
  width: 155px;
  margin: 0 7.5px;
  margin-left: 772.5px;
}
#main-social-badges {
  font-size: 10px;
  text-align: right;
}
.main-social-links-tab-bg {
  background-image: url(../../img/tab-sprite.png);
  background-repeat: no-repeat;
}
.main-social-links-tab-bg-center {
  background-position: 0 -68px;
  background-repeat: repeat-x;
}
.main-social-links-tab-bg-left {
  background-image: url(../../img/tab-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -31px;
}
.main-social-links-tab-bg-right {
  background-image: url(../../img/tab-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main-social-links {
  position: relative;
  background-image: url(../../img/tab-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -31px;
}
#main-social-links ul {
  background-position: 0 -68px;
  background-repeat: repeat-x;
  background-color: #323232;
  position: absolute;
  text-align: left;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 1em;
  padding-right: 1em;
}
#main-social-links ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#main-social-links ul li a {
  height: 0;
  padding-top: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
  float: left;
  background-repeat: no-repat;
}
#main-social-links ul li.linkto-facebook a {
  background-image: url(../../img/icon-facebook.png);
}
#main-social-links ul li.linkto-twitter a {
  background-image: url(../../img/icon-twitter.png);
}
#main-social-links ul li.linkto-youtube a {
  background-image: url(../../img/icon-youtube.png);
}
#main-social-links ul li.linkto-linkedin a {
  background-image: url(../../img/icon-linkedin.png);
}
header#site-header {
  padding-top: 44.800000000000004px;
}
header#site-header .testimonials {
  display: inline;
  float: left;
  width: 580px;
  margin: 0 7.5px;
  margin-left: 92.5px;
  font-size: 18px;
}
header#site-header .testimonials .item {
  margin-bottom: 11.200000000000001px;
}
header#site-header .testimonial-source {
  color: #ff9900;
  font-style: italic;
}
header#site-header .cta-buttons-big {
  display: inline;
  float: left;
  width: 240px;
  margin: 0 7.5px;
  padding: 15px 0;
}
header#site-header .cta-buttons-big a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  height: 82px;
  width: 235px;
}
header#site-header .cta-buttons-big .download a {
  background: url(../../img/btn-download.png) no-repeat top left;
}
header#site-header .cta-buttons-big .buy {
  background: url(../../img/btn-buy_print.png) no-repeat top left;
}
header#site-header .cta-buttons-small {
  display: inline;
  float: left;
  width: 70px;
  margin: 0 7.5px;
  padding: 15px 0;
}
header#site-header .cta-buttons-small a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background: url(../../img/btn-buy-it.png) no-repeat top left;
  display: block;
  height: 41px;
  width: 114px;
}
header#site-header .cta-buttons-small a.ibooks {
  background-position: 0 0;
}
header#site-header .cta-buttons-small a.nook {
  background-position: 0 -45px;
}
header#site-header .cta-buttons-small a.kindle {
  background-position: 0 -89px;
}
header#site-header .cta-buttons-small a.reader {
  background-position: 0 -132px;
}
.book-shadow {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.book-rotate {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}
.book-details {
  *zoom: 1;
  *zoom: 1;
  padding: 44.800000000000004px 0;
  clear: both;
}
.book-details:before,
.book-details:after {
  content: "";
  display: table;
}
.book-details:after {
  clear: both;
}
.book-details .book-description {
  display: inline;
  float: left;
  width: 495px;
  margin: 0 7.5px;
}
.book-details .book-description h2 {
  color: #0099cc;
  font-size: 30px;
}
.book-details .book-image {
  height: 679px;
  width: 450px;
  float: right;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  clear: right;
}
.book-details .supporting-credits {
  position: relative;
  top: 40px;
  clear: both;
  text-align: center;
  color: #0099cc;
  font-size: 17.5px;
  font-weight: bold;
}
.book-details .supporting-credits .forward-attribution {
  font-size: 21px;
}
.book-details .supporting-credits .logos {
  padding: 22.400000000000002px 0 22.400000000000002px 0;
}
.readme {
  padding: 22.400000000000002px 0;
}
.cta-readdotme {
  float: left;
  margin-left: 177.5px;
  /*   width:@total-width/3; */

}
.cta-writerswanted {
  float: right;
  margin-right: 177.5px;
  /* 	width:@total-width/2.5; */

  text-align: center;
  padding: 22.400000000000002px 0;
}
.layout-content-area.techsavvy {
  text-align: center;
  padding: 20px 0;
}
h1#site-name {
  text-align: center;
}
.authors {
  padding: 22.400000000000002px 0;
}
.authors .bio {
  *zoom: 1;
  *zoom: 1;
  clear: both;
  margin-bottom: 22.400000000000002px;
}
.authors .bio:before,
.authors .bio:after {
  content: "";
  display: table;
}
.authors .bio:after {
  clear: both;
}
.authors .bio h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .8em;
  margin-top: 0;
}
.authors .bio.bio-primary h3 {
  font-size: 1.75em;
}
.authors .bio.bio-secondary h3 {
  font-size: 1.2em;
}
.authors .bio.bio-tertiary {
  border-top: 1px solid #cccccc;
  padding-top: 22.400000000000002px;
}
.authors .bio.bio-tertiary h3 {
  font-size: 1.2em;
}
.authors .bio .image-wrapper {
  display: inline;
  float: left;
  width: 155px;
  margin: 0 7.5px;
  text-align: right;
}
.authors .bio .text-wrapper {
  margin-left: 262.5px;
}
.related-content {
  padding-top: 22.400000000000002px;
  padding-bottom: 22.400000000000002px;
}
.related-content .related-content-news {
  display: inline;
  float: left;
  width: 410px;
  margin: 0 7.5px;
  margin-left: 92.5px;
}
.related-content .related-content-advice {
  display: inline;
  float: left;
  width: 410px;
  margin: 0 7.5px;
  margin-left: 92.5px;
}
.related-content dt {
  font-weight: normal;
  font-size: 1.2em;
  color: #666;
}
.related-content dd {
  margin-bottom: 22.400000000000002px;
  font-size: 13px;
}
.related-content h3 {
  font-family: Geneva, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #0099cc;
  font-size: 22px;
  text-align: center;
}
.related-content p {
  font-size: 80%;
  line-height: 1.1;
  margin: 0 0 22.400000000000002px 0;
}
.related-content a {
  color: inherit;
}
#footer {
  padding-top: 11.200000000000001px;
  color: #fff;
}
#footer ul,
#footer ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
#footer li {
  float: left;
}
#footer #footer-col-left {
  display: inline;
  float: left;
  width: 750px;
  margin: 0 7.5px;
  padding-top: 44.800000000000004px;
}
#footer #footer-col-right {
  display: inline;
  float: left;
  width: 240px;
  margin: 0 7.5px;
}
#footer .contact-label {
  float: left;
  height: 24px;
  font-size: 20px;
  line-height: 1.1;
  font-family: Geneva, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 1em;
}
#footer #footer-social-links {
  height: 24px;
  position: relative;
  float: left;
  margin-right: 1em;
}
#footer #footer-social-links ul li {
  display: block;
  float: left;
  margin-right: 4px;
  height: 24px;
}
#footer #footer-social-links ul li a {
  height: 0;
  padding-top: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
  float: left;
  background-repeat: no-repat;
}
#footer #footer-social-links ul li.linkto-facebook a {
  background-image: url(../../img/icon-facebook.png);
}
#footer #footer-social-links ul li.linkto-twitter a {
  background-image: url(../../img/icon-twitter.png);
}
#footer #footer-social-links ul li.linkto-youtube a {
  background-image: url(../../img/icon-youtube.png);
}
#footer #footer-social-links ul li.linkto-linkedin a {
  background-image: url(../../img/icon-linkedin.png);
}
#footer #footer-contact-links {
  height: 24px;
}
#footer #footer-contact-links li a {
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  margin-right: 1em;
}
#footer #footer-contact-links li.linkto-email a {
  background-image: url(../../img/footer-link-general-inquiries.png);
  width: 142px;
}
#footer #footer-contact-links li.linkto-press a {
  background-image: url(../../img/footer-link-press.png);
  width: 197px;
}
#footer #footer-contact-links li {
  position: relative;
}
#footer #footer-contact-links li a {
  position: relative;
  top: 0;
}
#footer #footer-menu {
  clear: left;
}
#footer #footer-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer #footer-menu li a {
  height: 22.400000000000002px;
  padding: 0 2em 0 .2em;
  padding-top: 28.000000000000004px;
  padding-bottom: 22.400000000000002px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: .9em;
}
#footer #footer-menu li a:link,
#footer #footer-menu li a:visited,
#footer #footer-menu li a:hover,
#footer #footer-menu li a:active,
#footer #footer-menu li a:focus {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}
#footer #footer-menu li a:link,
#footer #footer-menu li a:visited {
  color: #cccccc;
}
#footer #footer-menu li a:hover,
#footer #footer-menu li a:active,
#footer #footer-menu li a:focus {
  color: #ffffff;
}
