/* Parasite One Page Stylesheet */
/* Common Mixins */
body {
  width: 100%;
  float: left;
}
/* Defaults-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Grid Settings */
/* Font Families */
/* Color Variables */
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
html {
  background: #d7e0ec url('_/images/background.jpg');
}
body {
  font-size: 12px;
  line-height: 1.4;
  font-family: Verdana, Arial, sans-serif;
}
p,
li {
  font-size: 12px;
  line-height: 1.4;
}
p {
  margin-bottom: 14px;
}
li {
  margin-bottom: 8px;
}
body,
select,
input,
textarea {
  color: #3e3e3e;
}
a {
  color: #58999a;
}
a:hover {
  color: #233c3c;
}
a img {
  border: none;
}
a:link {
  -webkit-tap-highlight-color: #FFF;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Layout */
header {
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.video_twitter_wrapper,
.warning_wrapper {
  *zoom: 1;
  position: relative;
  z-index: 6;
}
.video_twitter_wrapper:before,
.warning_wrapper:before,
.video_twitter_wrapper:after,
.warning_wrapper:after {
  content: "";
  display: table;
}
.video_twitter_wrapper:after,
.warning_wrapper:after {
  clear: both;
}
.video_twitter_wrapper {
  margin-bottom: 20px;
}
.warning_wrapper {
  margin-bottom: 5px;
}
.videos {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  overflow: hidden;
}
.twitter {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.tabs {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  *zoom: 1;
  border-bottom: 2px solid #5c6d89;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 6px;
}
.tabs a {
  color: #FFF;
  text-decoration: none;
  padding: 6px;
  display: block;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  background: #96a8c5;
}
.tabs a:hover {
  background: #5c6d89;
}
.tabs .active a {
  background: #5c6d89;
}
.side_effects,
.illustration {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.side_effects p,
.illustration p {
  font-size: 14px;
  line-height: 22px;
  color: #696b6c;
  text-shadow: 1px 1px 3px #FFF;
}
.side_effects img,
.illustration img {
  border: 2px solid #add5e0;
}
.illustration {
  margin-bottom: 20px;
}
.interrupt {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 8;
  background: url('_/images/dark_exa.png');
  margin-bottom: 8px;
  color: #FFF;
}
.interrupt a {
  color: #ff000a;
  text-decoration: none;
}
.interrupt a:hover {
  color: #80161a;
}
.interrupt h1 {
  color: #ff000a;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.interrupt h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.interrupt p {
  color: #FFF;
  line-height: 18px;
  margin-bottom: 18px;
}
.interrupt .header {
  height: 44px;
  width: 100%;
  background: url('_/images/scramble-top.png') repeat-x;
  position: relative;
  top: -32px;
}
.interrupt .footer {
  height: 44px;
  width: 100%;
  background: url('_/images/scramble-bottom.png') repeat-x;
  position: relative;
  bottom: -32px;
}
.interrupt .book_content {
  *zoom: 1;
}
.interrupt .book_content:before,
.interrupt .book_content:after {
  content: "";
  display: table;
}
.interrupt .book_content:after {
  clear: both;
}
.interrupt .cover {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
.interrupt .copy {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.interrupt .preorder {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
.interrupt .preorder .bam {
  position: relative;
  top: -10px;
  margin-right: 10px;
}
.interrupt .preorder .image_buys a:hover {
  opacity: .7;
}
.interrupt .preorder .text_buys {
  margin-top: 10px;
}
.interrupt .preorder .text_buys li {
  font-size: 16px;
  background: url('_/images/dot.png') no-repeat 5px;
  padding-left: 30px;
}
.interrupt input[type=text] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  border: 2px solid #FF000a;
  font-size: 16px;
  width: 250px;
}
.interrupt input[type=submit] {
  background: #FF000a;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 4px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 10px;
}
footer {
  margin-top: 20px;
  border-top: 1px solid #a6a9a9;
  padding: 10px 0;
  text-transform: uppercase;
  *zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .links,
footer .copyright {
  width: 50%;
  float: left;
}
footer .copyright {
  text-align: right;
}
