/**** Base styles ****/

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body { 
  font: 11px 'Helvetica Neue', Arial, sans-serif;
  background: white;
  color: #222;
  line-height: 1.6em;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #aa1609;
}

a:active {
  background: #aa1609;
}

a:visited {
  color: #2d0204;
}

h1, h2 {
  font-weight: 100;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 11em;
  line-height: 1.0em;
  font-weight: 200;
}

h2 {
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 200;
}

h3 {
  font-size: 2.8em;
  display: inline;
  font-family: "UnderwoodChampionRegular";
}
h4 {
  font-size: 1.8em;
  font-family: "OverlockBold";
  margin-bottom: 0.5em;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

em { font-style: italic; }
strong { font-weight: bold; }

/**** #ADDITIONS ****/
#heading1 {
padding-left: 15px;
}
#heading2 {
padding-left: 15px;
}
.hidden {
  display: none;
}
.tip {
  font-weight: bold;
}
#outerDiv {
  width: 100%;
}
#innerDiv {
  width: 70%;
  margin: 0px 10% auto 15%;
}

#redHighlight {
  text-shadow: 0px 2px 3px #666;
  display: block;
  position: absolute;
  color: #aa1609;
  font-family: "UnderwoodChampionRegular";
  font-size: 3.4em;
  font-weight: 500; 
  margin-left:-1.5em;
  margin-top: -1.0em;
  -webkit-transform: rotate(4deg); 
  -moz-transform: rotate(4deg);
  -ms-transform: matrix(0.991,0.131,-0.131,0.991,0,0);
  -o-transform: matrix(0.991,0.131,-0.131,0.991,0,0);
}
.redHeading {
  text-shadow: 0px 2px 3px #666;
  display: block;
  color: #aa1609;
  font-family: "UnderwoodChampionRegular";
  font-size: 3.4em;
  font-weight: 500;
  line-height: 0.8em;
  margin-bottom: 0.5em;
}
#tldr {
  text-decoration: none;
  font-family: "OverlockBold";
  font-size: 14pt;
  display: block;
  position: absolute;
  z-index: 4;
  -webkit-transform: rotate(270deg); 
  -moz-transform: rotate(270deg);
  -ms-transform: matrix(1,0,0,1,0,0);
  -o-transform: matrix(1,0,0,1,0,0);
}
#tldrModal {
  width: 200px;
  background-color: #aa1609;
  color: white;
  font-family: "OverlockBold";
  font-size: 14pt;
  padding: 12px 25px 12px 25px;
  border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);

}
#tldrDiv {
  margin-left:-10.5em;
  margin-top: 12.4em;
  position: absolute;
  padding: 10px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#crackedOverlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #E0E0E0;
    opacity:0.8;
    filter:alpha(opacity=8);
}
#crackedText {
  position: relative;
  margin-left: 14%;
  margin-top: -150px;
  padding-bottom: 0.5em;
  z-index: 400;
  color: #aa1609;
  font-size: 17em;
  font-family: "UnderwoodChampionRegular";
  text-shadow: 3px 3px 3px #2b030b;
}
#explanationText {
  position: relative;
  margin-left: 17%;
  background-color: white;
  z-index: 100;
  color: black;
  line-height: 1em;
  font-size: 3.5em;
  font-family: "UnderwoodChampionRegular";
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.explanation {
color: #aa1609;

}
.anchor {
  text-decoration: none;
  color: inherit;
}
.anchor:hover {
  text-decoration: none;
  color: #222;
  background-color: none;
}
.shadow1 {
  text-shadow: -1px 2px 0px #2b030b;
}
.shadow2 {
  text-shadow: 1px -2px 0px #d71139; 
}
.moreShadow {
  text-shadow: -1px 2px 2px #64081a;
}
@font-face { /* FONT FACE USED FOR TITLE HEADING*/
    font-family: 'UnderwoodChampionRegular';
    src: url('../fonts/underwood_champion-webfont.eot');
    src: url('../fonts/underwood_champion-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/underwood_champion-webfont.woff') format('woff'),
         url('../fonts/underwood_champion-webfont.ttf') format('truetype'),
         url('../fonts/underwood_champion-webfont.svg#UnderwoodChampionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BoycottRegular';
    src: url('../fonts/BOYCOTT_-webfont.eot');
    src: url('../fonts/BOYCOTT_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BOYCOTT_-webfont.woff') format('woff'),
         url('../fonts/BOYCOTT_-webfont.ttf') format('truetype'),
         url('../fonts/BOYCOTT_-webfont.svg#BoycottRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OverlockBold';
    src: url('../fonts/Overlock-Bold-OTF-webfont.eot');
    src: url('../fonts/Overlock-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Overlock-Bold-OTF-webfont.woff') format('woff'),
         url('../fonts/Overlock-Bold-OTF-webfont.ttf') format('truetype'),
         url('../fonts/Overlock-Bold-OTF-webfont.svg#OverlockBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.genome {
  font-family: "BoycottRegular";
  font-size: 0.88em;
  color: #aa1609;
  letter-spacing:0.125em;
}
.title {
  font-family: "UnderwoodChampionRegular";
}
.contentBlocks {
  font-family: "OverlockBold";
}

ol li{
  list-style-type: decimal;
}
ol li ol li{
  list-style-type: lower-alpha;
}

#footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
}

/**** Content ****/

#content {
  padding: 10px 10px 10px 210px;
}



/* screens smaller than 640 */
@media screen and (max-width: 640px) {

  #site-nav {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0px;
    height: auto;
    margin-bottom: 20px;
  }
  
  #content {
    padding-left: 10px;
  }

}

a img {
  border: none;
}

pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}

p code {
  padding: 1px 3px;
}

pre {
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }


/**** Containers ****/

#MainContainer {
  /*background: #FFF;*/
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#LowerContainer {
  /*background: #FFF;*/
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.centered { margin: 0 auto; }

.box {
  margin: 5px;
  padding: 5px;
  /*background: #D8D5D2;*/
  font-size: 12pt;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}



.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col6 { width: 580px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.col6 img { max-width: 580px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }
.has-gutters .col5 { width: 730px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
