/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: Helvetica, Arial, sans-serif;
  color: #222222;
}
body {
  color: #222222;
}
a {
  color: #ff0000;
}
a img {
  border: none;
}
acronym,
abbr {
  cursor: help;
  border-bottom: 1px dashed #999;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
}
/* For modern browsers */
.inner_wrapper,
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.inner_wrapper,
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.inner_wrapper,
.cf {
  zoom: 1;
}
.clear,
.clearfix {
  clear: both;
}
.center {
  text-align: center;
}
.hidden {
  display: none;
  visibility: hidden;
}
.error-box {
  background: #FFBCBC;
  padding: 8px 8px 8px 30px;
  font-size: 0.85em;
}
.error-box li {
  margin: 0 0 4px;
  color: #5e0000;
}
/*** WP core styles ***/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  margin: 0 16px 12px 0;
  float: left;
}
.alignright {
  margin: 0 0 16px 12px;
  float: right;
}
.gallery-caption,
.wp-caption-text {
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
}
/* ==========================================================================
   Layout
   ========================================================================== */
.outer_wrapper {
  min-width: 1040px;
  width: 100%;
  padding: 0;
  clear: both;
}
.inner_wrapper {
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1020px;
}
.site_header {
  margin: 0 0 30px;
}
.site_header .inner_wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.site_header .site_logo {
  max-width: 100%;
  display: inline-block;
}
#the-truth p,
#the-truth h1 {
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
  padding: 8px 0;
  margin: 0 20px;
  font-weight: normal;
}
.page_main_content .content_col {
  padding: 20px 0;
  width: 714px;
  float: left;
}
.page_main_content .sidebar {
  padding: 20px 0;
  width: 255px;
  float: right;
}
.page_main_content .content_full {
  width: 816px;
  margin: 0 auto 4em;
}
/* ==========================================================================
   Modules
   ========================================================================== */
.site_top_nav {
  background: #333;
  border-top: 1px solid white;
}
.site_top_nav .navigation li {
  display: inline-block;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  position: relative;
}
.site_top_nav .navigation li a {
  display: inline-block;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
}
.site_top_nav .navigation li.current-menu-item a,
.site_top_nav .navigation li a:hover {
  background: #555;
}
.site_top_nav .navigation li.buy_now a {
  color: white;
  background: #e25136;
  text-decoration: none;
  position: relative;
}
.site_top_nav .navigation li.buy_now a:hover {
  background: #f27963;
}
.site_top_nav .navigation li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  width: auto;
  margin: 0;
  padding: 0 ;
  z-index: 1 ;
  background: #333;
}
.site_top_nav .navigation li .sub-menu:hover {
  display: block;
}
.site_top_nav .navigation li .sub-menu li {
  margin: 0;
}
.site_top_nav .navigation li .sub-menu li a {
  margin: 0;
  width: 180px;
}
.site_top_nav .navigation li:hover .sub-menu {
  display: block;
}
.page-template-template-page-buy-php .site_top_nav {
  display: none;
}
.the_content p a.buy_now {
  float: right;
  width: 200px;
  padding: 6px 0;
  color: white;
  display: block;
  background: #e25136;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0 0 0 30px;
  text-align: center;
  position: relative;
  line-height: 1.2em;
  border-radius: 4px;
}
.the_content p a.buy_now:hover {
  background: #f27963;
}
.the_content p a.buy_now span {
  border-radius: 4px;
  background: #f27963;
  padding: 4px;
  display: inline-block;
  margin-right: 20px;
}
.wpss-post-navigation {
  clear: both;
}
.wpss-post-navigation .alignright,
.wpss-post-navigation .alignleft {
  width: 40%;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}
.wpss-post-navigation .alignright .fa,
.wpss-post-navigation .alignleft .fa {
  font-size: 2.8em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  color: #bbb;
}
.wpss-post-navigation .alignright span,
.wpss-post-navigation .alignleft span {
  margin-bottom: 0.6em;
  font-size: 0.9em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wpss-post-navigation .alignright a,
.wpss-post-navigation .alignleft a {
  font-size: 1.2em;
}
.wpss-post-navigation .alignright {
  text-align: right;
}
.wpss-post-navigation .alignright .fa {
  float: right;
  margin-left: 0.6em;
}
.wpss-post-navigation .alignleft {
  text-align: left;
}
.wpss-post-navigation .alignleft .fa {
  float: left;
  margin-right: 0.6em;
}
.wpss-post-navigation.wpss-loop-listing a {
  font-size: 0.9em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wpss-post-navigation.wpss-loop-listing a .alignright .fa,
.wpss-post-navigation.wpss-loop-listing a .alignleft .fa {
  font-size: 1.4em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.wpss-sub-pages {
  padding: 1.5em 0;
  list-style-type: none;
}
.wpss-sub-pages li {
  margin: 0 0 0.8em;
  padding: 0.8em 1em;
  font-size: 1.2em;
  background: #f9f9f9;
}
.wpss-sub-pages li a .fa {
  text-decoration: none;
  margin-right: 1em;
}
.they-love-it {
  padding: 24px;
  font-size: 1.1em;
  margin: 40px 0 0;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 3px;
  background: #f9f9f9;
}
.they-love-it a {
  font-style: italic;
}
.sidebar .wpss_page_nav {
  list-style-type: none;
  padding: 0;
  background: #f1f1f1;
}
.sidebar .wpss_page_nav .fa {
  display: none;
  position: absolute;
  left: -12px;
  top: 7px;
}
.sidebar .wpss_page_nav li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
}
.sidebar .wpss_page_nav li .children {
  list-style-type: none;
}
.sidebar .wpss_page_nav .children {
  display: none;
  background: #e1e1e1;
  padding: 6px 0 12px;
}
.sidebar .wpss_page_nav .children a {
  padding-left: 12px;
}
.sidebar .wpss_page_nav .wpss_page_nav_current_parent a {
  background: #e1e1e1;
}
.sidebar .wpss_page_nav .wpss_page_nav_current_parent .children {
  display: block;
}
.sidebar .wpss_page_nav .wpss_page_nav_current a {
  background: #e1e1e1;
}
.sidebar .wpss_page_nav .wpss_page_nav_current a .fa {
  display: inline-block;
}
.sidebar .wpss_page_nav .wpss_page_nav_current > a {
  background: #e1e1e1;
}
.sidebar .wpss_page_nav .wpss_page_nav_current > a:hover {
  background: #e1e1e1;
  cursor: default;
}
.sidebar .wpss_page_nav .wpss_page_nav_current .children {
  display: block;
}
.sidebar .wpss_page_nav .wpss_page_nav_current .children a .fa {
  display: none;
}
.sidebar .wpss_page_nav .wpss_page_nav_current .children a:hover .fa {
  display: inline-block;
}
.sidebar .wpss_page_nav a {
  display: block;
  padding: 6px 10px;
  color: #111;
  position: relative;
  text-decoration: none;
}
.sidebar .wpss_page_nav a:hover .fa {
  display: inline-block;
  color: #aaa;
}
.sidebar .widget_categories li {
  margin: 0 0 0.4em;
}
.commentlist {
  list-style: none;
  padding: 0;
}
.commentlist .comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.commentlist .avatar {
  float: left;
  margin: 0 10px 0 0;
}
.commentlist .comment_author {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0;
}
.commentlist .comment_meta {
  font-size: 0.85em;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.commentlist .comment_text {
  clear: both;
  padding: 8px 0;
  line-height: 1.6em;
}
.commentlist .comment_text p,
.commentlist .comment_text li {
  line-height: inherit;
}
.commentlist .comment_links {
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#respond {
  padding-top: 20px;
}
#respond .logged-in-as,
#respond .form-allowed-tags {
  font-size: 0.9em;
  font-style: italic;
}
#respond label {
  display: block;
  margin: 0 0 4px;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment textarea {
  padding: 6px;
  width: 96%;
  border: 1px solid #eee;
  border-radius: 4px;
}
#respond #submit {
  padding: 4px 20px;
  font-size: 0.9em;
}
.site_footer {
  font-size: 0.9em;
}
.site_footer .inner_wrapper {
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.site_footer .navigation {
  list-style-type: none;
  text-align: center;
}
.site_footer .navigation li {
  display: inline-block;
  margin: 0 1em;
}
.site_footer .navigation a {
  color: #222222;
}
.site_footer .credits {
  text-align: center;
}
.site_footer .credits img {
  height: 100px;
  width: auto !important;
  vertical-align: middle;
}
.site_footer .ampersand {
  font-size: 4.5em;
  font-family: Georgia, serif;
  display: inline-block;
  margin: 0 1em;
  font-style: italic;
  vertical-align: middle;
}
/* ==========================================================================
   Theme
   ========================================================================== */
.the_content {
  line-height: 1.5em;
}
.the_content hr {
  margin: 2em 0;
}
.the_content blockquote {
  padding: 10px 20px;
  font-style: italic;
  line-height: 1.8em;
  font-size: 1.1em;
}
.the_content ul {
  list-style-type: square;
  padding: 10px 0 0 40px;
  line-height: inherit;
}
.the_content ol {
  list-style-type: decimal;
  padding: 10px 0 0 40px;
  line-height: inherit;
}
.the_content p a {
  text-decoration: underline;
}
.the_content p a:hover {
  text-decoration: none;
}
.the_content dt {
  font-weight: bold;
}
.the_content p,
.the_content strong,
.the_content em,
.the_content b,
.the_content i,
.the_content a,
.the_content span,
.the_content u,
.the_content del,
.the_content s,
.the_content address,
.the_content abbr,
.the_content code,
.the_content pre,
.the_content dd,
.the_content li {
  line-height: inherit;
}
.the_content td,
.the_content th {
  padding: 5px;
  line-height: 1.4em;
}
.the_content iframe {
  max-width: 100%;
}
.the_content img {
  max-width: 100%;
}
.the_content img.alignleft {
  clear: left;
}
.the_content img.alignright {
  clear: right;
}
.home .the_content td,
.home .the_content th {
  padding: 20px;
}
.home .the_content td h4,
.home .the_content th h4 {
  margin-top: 0;
}
.sticky {
  /* required */

}
.bypostauthor {
  /* required */

}
/* ==========================================================================
   State
   ========================================================================== */
@media (max-width: 800px) {
  body .outer_wrapper {
    width: 100%;
    min-width: 400px;
  }
  body .outer_wrapper .inner_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  body .page_main_content .content_col {
    padding: 20px 0;
    width: 100%;
    float: none;
  }
  body .page_main_content .sidebar {
    padding: 20px 0;
    width: 100%;
    float: none;
  }
  body .page_main_content .content_full {
    width: 100%;
    float: none;
  }
  body .page_main_content img {
    display: block;
    margin: 0.5em auto 1.5em !important;
    max-width: 100%;
    height: auto !important;
  }
  body .page_main_content img.alignright,
  body .page_main_content img.alignleft {
    float: none;
  }
  body .site_footer .ampersand {
    display: block;
    margin: 0.4em 1em;
  }
  body .site_footer .navigation li {
    line-height: 2em;
    font-size: 1.2em;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
