body {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  text-align: center;
  font: 14px Helvetica Neue, Verdana, Helvetica, Arial, sans-sarif;
  color: #FFFFDC; }

h1, h2, h3 {
  font: 1.82em;
  font-weight: normal;
  font: 14px Helvetica Neue, Verdana, Helvetica;
  font-family: Helvetica Neue, Verdana, Helvetica;
  color: #000000;
  text-align: left; }

p, ol {
  line-height: 1.67em;
  padding: 0;
  padding-bottom: 8px;
  margin: 0; }

a:active {
  outline: none; }

input:focus {
  outline: none;
  -moz-outline-style: none; }

a:focus {
  -moz-outline-style: none; }

h2.title, h1.title {
  text-align: right;
  font-size: 18px;
  padding: 0;
  padding-bottom: 15px;
  margin: 0; }
  h2.title a, h1.title a {
    display: block;
    color: #111;
    text-decoration: none; }
    h2.title a:hover, h1.title a:hover {
      color: #D67331; }

ul {
  line-height: 1.67em;
  padding-left: 1.2em; }

a {
  color: #828170; }
  a:hover {
    text-decoration: none; }

hr {
  display: none; }

#upsell_wrap {
  width: 100%;
  height: 350px;
  position: fixed;
  top: 0;
  left: 0;
  background: #009AE1;
  border-bottom: 8px #4b7790 solid; }
  #upsell_wrap .product {
    width: 840px;
    margin-left: 120px; }
    #upsell_wrap .product .description h2 {
      font-size: 26px;
      font-weight: bold;
      color: white; }
    #upsell_wrap .product .description h3 {
      font-size: 16px;
      color: white;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2px; }
    #upsell_wrap .product .description p {
      font-size: 14px;
      color: white; }
    #upsell_wrap .product .description a {
      font-size: 34px;
      text-decoration: none;
      width: 300px;
      height: 40px;
      display: block;
      float: left;
      text-align: right;
      background: #ABDF87;
      color: white;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 20px; }
      #upsell_wrap .product .description a:hover {
        cursor: pointer;
        background: #72C937; }
      #upsell_wrap .product .description a.more {
        font-size: 35px !important;
        margin-top: 30px; }
      #upsell_wrap .product .description a.return {
        background: #33AEE7;
        color: #8ED2F2;
        padding: 0;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        height: 23px;
        font-size: 16px;
        text-align: left; }
        #upsell_wrap .product .description a.return:hover {
          background: #33AEE7 !important;
          color: white;
          cursor: pointer; }

#header {
  float: left;
  width: 100%;
  height: 235px;
  text-align: center;
  min-width: 750px;
  background: #abc6d7; }
  #header #logo_wrap {
    width: 960px;
    height: 225px;
    margin: 0 auto; }
    #header #logo_wrap #logo {
      width: 380px;
      height: 170px;
      float: left;
      margin-top: 60px; }
      #header #logo_wrap #logo a {
        color: #000000;
        height: 160px;
        width: 370px;
        background: url('/images/logo-alpha.png');
        display: block;
        float: left; }
    #header #logo_wrap #link_bar {
      float: left;
      width: 300px;
      height: 55px; }
      #header #logo_wrap #link_bar .links {
        margin: 0 auto;
        margin-top: 170px;
        width: 650px;
        height: 55px; }
        #header #logo_wrap #link_bar .links a {
          float: left;
          font-size: 16px;
          font-weight: normal;
          color: #fff;
          width: 125px;
          text-align: left;
          text-decoration: none;
          padding-top: 10px;
          padding-bottom: 10px; }
          #header #logo_wrap #link_bar .links a.blog {
            width: 70px !important; }
          #header #logo_wrap #link_bar .links a.contact {
            width: 105px !important; }
          #header #logo_wrap #link_bar .links a.freebooks {
            width: 105px !important; }
          #header #logo_wrap #link_bar .links a:hover {
            cursor: pointer;
            font-weight: bold; }
          #header #logo_wrap #link_bar .links a:active {
            color: #C4D8E1;
            border-bottom: 1px solid #C4D8E1; }

#content {
  text-align: center;
  color: #000000;
  font-family: Georgia, Serif;
  width: 960px;
  margin: 0 auto; }

#blog_menu {
  width: 100%;
  float: left; }
  #blog_menu a {
    float: left;
    height: 25px;
    width: 256px;
    margin-right: 10px;
    margin-top: 25px;
    background: #80ceff;
    font-size: 24px;
    color: white;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 7px;
    text-decoration: none; }
    #blog_menu a.split.right {
      width: 155px;
      margin-right: 0px; }
      #blog_menu a.split.right.read {
        margin-left: 0px !important;
        margin-right: 10px !important; }
      #blog_menu a.split.right.read {
        margin-right: 10px; }
    #blog_menu a.split.left {
      width: 91px; }
    #blog_menu a.selected {
      background: #F1731F;
      color: white !important;
      cursor: default; }
    #blog_menu a:hover {
      color: #4b7790; }

.post {
  float: left;
  width: 800px;
  min-height: 200px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: left; }
  .post .gutter {
    float: left;
    width: 250px;
    text-align: right; }
    .post .gutter .data {
      padding: 0;
      margin: 0; }
      .post .gutter .data a {
        color: #aaa; }
    .post .gutter p.author {
      padding: 0;
      color: #AAAAAA;
      font-family: sans-serif; }
      .post .gutter p.author a:hover {
        color: black; }
      .post .gutter p.author em {
        color: #C2C2C2;
        font-size: 12px; }
    .post .gutter p.tags {
      height: 20px;
      background: #aaa;
      display: block;
      padding: 0;
      padding-bottom: 2px;
      margin: 0; }
      .post .gutter p.tags span.tags {
        float: right;
        display: block;
        margin: 0;
        padding: 0;
        padding-right: 2px;
        font-style: italic;
        font-size: 12px;
        color: #D6ECFA; }
      .post .gutter p.tags a {
        display: block;
        float: right;
        width: none;
        text-decoration: none;
        color: #fff;
        text-transform: lowercase;
        padding-right: 5px;
        padding-bottom: 2px; }
        .post .gutter p.tags a:hover {
          color: #D67331; }
    .post .gutter a.link {
      float: left;
      color: #80ceff;
      text-decoration: none;
      font-size: 14px;
      width: 100%;
      padding-top: 3px;
      padding-bottom: 3px; }
      .post .gutter a.link.direct {
        padding-top: 0px; }
      .post .gutter a.link:hover {
        color: #D67331;
        background: #F6F6F6; }
  .post .post_content {
    width: 500px;
    float: right;
    padding-bottom: 40px; }
    .post .post_content .entry {
      font-size: 15px;
      font-family: Georgia, Serif;
      text-align: center; }
      .post .post_content .entry h3 {
        font-size: 22px; }
    .post .post_content p {
      text-align: left;
      width: 100%;
      padding: 10px;
      color: #111111; }
      .post .post_content p a {
        font-size: 16px;
        color: #80ceff !important; }
    .post .post_content a:hover {
      color: #80ceff;
      text-decoration: none; }
    .post .post_content a.comment_cta {
      display: block;
      float: left;
      padding: 5px;
      width: 200px;
      text-align: center;
      font-size: 16px;
      color: white;
      margin-top: 15px;
      margin-left: 10px;
      background: #80ceff; }
      .post .post_content a.comment_cta:hover {
        cursor: pointer;
        background: #B9E4FF;
        color: #50A0D3; }

#older_posts {
  font-size: 120%; }

#new_post {
  position: absolute;
  top: 1em;
  right: 1em; }

.postzoom {
  margin-top: 20px;
  position: relative; }
  .postzoom .title, .postzoom .pagetitle {
    margin: 0;
    padding: 0px 0 0 0;
    font-size: 2em;
    font-family: Helvetica Neue, Verdana, Helvetica; }
  .postzoom .meta {
    margin: 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    color: #979680;
    font-family: Helvetica Neue, Verdana, Helvetica; }
  .postzoom .entry {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 17px;
    font-family: Georgia, Serif; }
  .postzoom .edit {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; }

#single_post {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #f00; }

#footer {
  float: left;
  width: 100%;
  height: 52px;
  background: #1b406d;
  padding-top: 20px;
  padding-bottom: 5px; }
  #footer .content {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px; }
    #footer .content #spreadsong-special {
      float: left;
      display: block;
      background: url('/images/spreadsong-special.png');
      height: 39px;
      width: 141px; }
    #footer .content #footer-nav {
      float: left;
      margin-top: 15px;
      margin-left: 40px; }
      #footer .content #footer-nav a {
        display: block;
        float: left;
        margin-right: 5px; }
      #footer .content #footer-nav #free-books-link {
        background: url('/images/free-books-link.png');
        width: 78px;
        height: 22px; }
        #footer .content #footer-nav #free-books-link:hover {
          cursor: default; }
      #footer .content #footer-nav #free-audiobooks-link {
        background: url('/images/footer-link-sprite.png');
        width: 130px;
        height: 23px;
        background-position: 150px 0px; }
        #footer .content #footer-nav #free-audiobooks-link:hover {
          cursor: pointer;
          background-position: 150px 25px; }
      #footer .content #footer-nav #spreadsong-link {
        background: url('/images/footer-link-sprite.png');
        width: 100px;
        height: 23px;
        background-position: -5px 25px; }
  #footer #follow-links {
    float: right;
    margin-top: 15px;
    width: 70px;
    height: 30px; }

#legal {
  clear: both;
  margin: 0;
  padding: 10px 0;
  font-size: 10px;
  color: #525252; }

.archive .date {
  font-size: 85%;
  color: #828170; }
.archive .title a {
  font-size: 120%;
  text-decoration: none;
  font-family: Helvetica Neue, Verdana, Helvetica;
  color: #000000; }

pre {
  font-family: Monaco, monospace;
  color: #ccc;
  background: #000;
  border-left: 6px solid #222;
  padding: 0.4em;
  padding-left: 0.8em; }
  pre span.attribute {
    color: #009900; }
  pre span.char {
    color: #F00; }
  pre span.class {
    color: #A020F0;
    font-weight: bold; }
  pre span.comment {
    color: #0000FF; }
  pre span.constant {
    color: #008B8B; }
  pre span.escape {
    color: #6A5ACD; }
  pre span.expr {
    color: #2222CC; }
  pre span.global {
    color: #11AA44; }
  pre span.ident {
    color: #CCCCCC; }
  pre span.keyword {
    color: #A52A2A;
    font-weight: bold; }
  pre span.method {
    color: #008B8B; }
  pre span.module {
    color: #A020F0;
    font-weight: bold; }
  pre span.number {
    color: #DD00DD; }
  pre span.punct {
    color: #6A5ACD; }
  pre span.regex, pre span.string {
    color: #DD00DD; }
  pre span.symbol {
    color: #008B8B; }

#edit_selector {
  width: 960px;
  height: 100px;
  display: block;
  margin: 0 auto; }
  #edit_selector a {
    height: 100%;
    float: left;
    width: 30%;
    margin-right: 10px;
    margin-top: 10px;
    height: 100%;
    background: #80ceff;
    font-size: 40px;
    color: white;
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none; }
    #edit_selector a.selected {
      background: #F1731F;
      color: white !important;
      cursor: default; }
    #edit_selector a:hover {
      color: #4b7790; }

form[name=edit] {
  margin: 0 auto;
  width: 960px; }
  form[name=edit] .inputs {
    float: left;
    width: 685px;
    height: 800px;
    margin-top: 25px; }
    form[name=edit] .inputs p {
      float: left;
      font-size: 26px;
      text-align: left;
      width: 675px;
      height: 100px;
      display: block;
      margin: 0;
      padding: 0;
      color: #aaa; }
      form[name=edit] .inputs p#post_body {
        height: 300px; }
      form[name=edit] .inputs p#post_url input {
        font-size: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
      form[name=edit] .inputs p#post_embed {
        height: 200px; }
        form[name=edit] .inputs p#post_embed textarea {
          font-size: 18px;
          height: 100px; }
      form[name=edit] .inputs p span {
        height: 40px;
        display: block; }
      form[name=edit] .inputs p input {
        width: 650px;
        border: 2px solid #87ceef;
        color: #4b7790;
        font-size: 30px;
        text-align: left;
        padding-left: 15px; }
  form[name=edit] input#post_category {
    border: none;
    font-size: 10px;
    color: #87ceef;
    float: right; }
  form[name=edit] input.submit {
    float: left;
    border: 5px solid #80ceff;
    width: 200px;
    background: white;
    height: 400px;
    color: #80ceff;
    font-size: 40px;
    margin-top: 50px; }
    form[name=edit] input.submit:hover {
      border: 5px solid #D67331;
      color: #D67331;
      cursor: pointer; }
  form[name=edit] textarea {
    float: left;
    display: block;
    font-size: 16px;
    width: 630px;
    padding: 10px;
    border: 2px solid #87ceef;
    height: 300px; }
    form[name=edit] textarea:focus {
      border: 2px solid #ddd; }

#delete_confirm {
  width: 100%;
  text-align: center;
  float: left; }
  #delete_confirm h3 {
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  #delete_confirm a {
    text-decoration: none;
    display: block;
    margin: 0 auto; }
    #delete_confirm a.cancel {
      color: white;
      width: 600px;
      height: 100px;
      background: green;
      font-size: 80px;
      padding-top: 50px; }
      #delete_confirm a.cancel small {
        font-size: 30px; }
      #delete_confirm a.cancel:hover {
        background: #00E600;
        cursor: pointer; }
    #delete_confirm a.delete {
      margin: 0 auto;
      margin-top: 50px;
      padding-top: 10px;
      width: 200px;
      height: 30px;
      background: red;
      color: white;
      font-size: 16px; }
      #delete_confirm a.delete:hover {
        background: #FF6666;
        cursor: pointer; }

#disqus_thread {
  float: left;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 500px;
  min-height: 250px; }

#archive {
  float: left;
  margin-top: 20px; }
  #archive .archive_post {
    float: left;
    width: 300px;
    height: 160px;
    padding: 10px;
    padding-left: 0;
    margin: 10px;
    margin-left: 0; }
    #archive .archive_post .date {
      color: white;
      padding: 5px;
      float: left;
      text-align: left;
      width: 300px;
      background: #7ECBFB; }
      #archive .archive_post .date a {
        color: white;
        font-size: 14px;
        float: right;
        text-decoration: none; }
        #archive .archive_post .date a:hover {
          color: #D67331; }
    #archive .archive_post .content {
      float: left;
      width: 300px;
      padding: 5px;
      height: 130px;
      background: #A7DAFA;
      overflow: hidden; }
      #archive .archive_post .content p {
        text-decoration: none;
        font-size: 15px;
        text-align: left;
        line-height: 22px;
        color: #4b7790;
        padding-left: 15px;
        padding-right: 5px;
        padding-top: 5px;
        margin-top: 0; }
      #archive .archive_post .content img {
        text-align: center;
        max-height: 130px;
        max-width: 270px; }
      #archive .archive_post .content object {
        height: 120px;
        width: 250px;
        margin-top: 5px; }
      #archive .archive_post .content embed {
        height: 100px;
        width: 200px;
        margin-top: 5px; }
      #archive .archive_post .content span.video {
        color: #D63B31;
        font-size: 36px;
        float: left; }

#tag_list {
  float: left;
  margin-top: 20px;
  height: 500px; }
  #tag_list h3 {
    font-size: 26px;
    color: #4b7790; }
  #tag_list a {
    float: left;
    color: #80ceff;
    border: 3px solid #80CEFF;
    width: 250px;
    height: 60px;
    font-size: 60px;
    text-decoration: none;
    display: block;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    #tag_list a:hover {
      background: #80ceff;
      color: white;
      cursor: pointer; }

#single_tag {
  width: 960px;
  min-height: 500px;
  float: left; }
  #single_tag h3 {
    float: left;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    height: 45px;
    line-height: 40px;
    font-size: 60px;
    color: #80ceff;
    letter-spacing: 12px; }
    #single_tag h3 small {
      letter-spacing: 0px;
      font-size: 24px;
      padding-right: 15px;
      font-style: italic;
      font-weight: bold; }

#products {
  float: left;
  margin-top: 25px;
  width: 100%; }
  #products .heading {
    float: left;
    width: 450px;
    border: solid 3px #80ceff;
    padding-bottom: 10px; }
    #products .heading.selected {
      border: solid 3px #F1731F;
      background: #F1731F;
      color: white !important;
      cursor: default; }
      #products .heading.selected h1 {
        color: white; }
      #products .heading.selected span {
        color: white; }
    #products .heading h1 {
      text-align: right;
      font-size: 60px;
      color: #80CEFF;
      padding: 0;
      padding-left: 10px;
      padding-right: 10px;
      letter-spacing: -3px;
      margin: 0; }
    #products .heading span {
      font-size: 16px;
      float: right;
      display: block;
      margin: 0;
      margin-top: -10px;
      padding: 0;
      padding-right: 10px;
      color: #AEE0FF; }
  #products #icon_nav span {
    display: block;
    float: left;
    font-size: 120px;
    line-height: 70px;
    color: #009AE1;
    width: 27px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 15px; }
  #products #icon_nav a {
    width: 70px;
    height: 70px;
    background: black;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 27px; }
  #products #product_nav a.product {
    float: left;
    color: #80ceff;
    border: 1px solid #80CEFF;
    font-size: 35px;
    line-height: 35px;
    font-family: Helvetica Neue, Verdana, Helvetica;
    text-decoration: none;
    display: block;
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    #products #product_nav a.product:hover {
      background: #80ceff;
      color: white;
      cursor: pointer; }

.product {
  float: left;
  width: 100%;
  height: 400px;
  margin-top: 20px; }
  .product a.buy {
    width: 100%;
    color: #444;
    font-size: 50px;
    float: right;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px; }
    .product a.buy:hover {
      color: #71D674;
      cursor: pointer; }
  .product .icon {
    width: 120px;
    height: 120px;
    float: left; }
    .product .icon img {
      width: 120px;
      height: 120px; }
  .product .description {
    float: left;
    width: 350px;
    height: 200px;
    margin-left: 20px; }
    .product .description h2 {
      font-size: 50px;
      margin: 0;
      padding: 0; }
    .product .description h3 {
      font-size: 30px;
      margin: 0;
      padding: 0; }
    .product .description p {
      text-align: left;
      padding-top: 5px; }
  .product .video {
    float: left;
    height: 300px;
    width: 200px;
    background: #aaa;
    margin-left: 25px; }
    .product .video object {
      z-index: 0; }
      .product .video object embed {
        z-index: 0; }
  .product .screenshots {
    float: left;
    margin-left: 10px;
    width: 230px; }
    .product .screenshots a {
      float: right;
      display: block;
      background: #aaa;
      width: 100px;
      height: 145px;
      margin-left: 10px;
      margin-top: 10px; }
      .product .screenshots a.first {
        margin-top: 0; }

#contact {
  float: left;
  width: 500px;
  margin-top: 30px; }

#post_upsell {
  float: left;
  width: 100%;
  margin-top: 10px; }
  #post_upsell a {
    font-size: 18px;
    text-align: center;
    padding: 4px;
    background: #9AC97A;
    color: white;
    display: block;
    float: left; }
    #post_upsell a:hover {
      background: #6ABB33;
      cursor: pointer; }
    #post_upsell a small {
      font-size: 16px; }
  #post_upsell .small a {
    background: none;
    color: #98EAA0;
    width: 48%;
    text-decoration: none; }
    #post_upsell .small a.right {
      float: right;
      padding-right: none; }
    #post_upsell .small a:hover {
      color: #59DD66;
      text-decoration: underline; }
  #post_upsell .big {
    float: left;
    width: 100%;
    margin-top: 10px; }
    #post_upsell .big a {
      width: 100%; }

#about {
  width: 100%;
  height: 600px; }

small.img_license a {
  display: inline !important;
  font-size: 9px !important;
  width: none !important; }
