/* http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style-type : none; }
:focus { outline : 0 }
ins { text-decoration : none; }
del { text-decoration : line-through }

body      { font: 12px/1.5 "Lucida Grande", Tahoma, serif; overflow: hidden !important; text-align: center }
div.slide { display: none; position: relative }
div.slide.current { display: block }

.no-text-shadow { text-shadow: none }
.no-drop-shadow {}
.hidden         { display: none }
.visible        { opacity: 1; display: static }
.centered       { text-align: center; margin: 0 auto }

html, body {
  height: 100%;
  width: 100%;
}


/* Main CSS */

body {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  display: box;
  box-pack: center;
  box-align: center;

  width: 100%;
  height: 100%;

  background-color: #0C0C0C;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(black));
  background: -moz-linear-gradient(top, #333, black);
  font-size: 150%;
  color: #FFF;
  font-family: 'tenby-four-1';
  text-align: left;
}

#boxwrapper {
  text-align: center;
  width: 800px;
  height: 700px;
  padding-left: 5%;
}

span.not  {
  text-decoration: line-through;
}

section {
  color: transparent;
  position: absolute;
  display: none;
  padding-right: 2em;
  
  -webkit-transition: all 300ms ease-out; 
  -moz-transition: all 300ms ease-out; 
  -o-transition: 300ms ease-out; 
  transition: all 300ms ease-out;
  -webkit-transform:  translate(-0.2em, -0.2em) scale (0.95);  
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

section.current {
  display: inline;
  color: rgba(255, 255, 255, 1);
}

section.previous { 
  pointer-events: none;
  -moz-transform:     translate(-2em, -2em) scale(0.9);
  -webkit-transform:  translate(-2em, -2em) scale(0.9);  
  -o-transform:       translate(-2em, -2em) scale(0.9);
  transform:          translate(-2em, -2em) scale(0.9);
  display: block; 
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1)
}

section.previous a {
  color: inherit;
  text-shadow: 0px 0px 6px rgba(235, 50, 31, 0.3);
}

section.previous pre > * {
  color: inherit;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.1);
}


section.previous img, section.previous div, section.previous blockquote {
  filter: alpha(opacity=02);
  opacity: 0.02;
}

section.next {
  pointer-events: none;
  -moz-transform:     translate(2em, 2em) scale(1.3);
  -webkit-transform:  translate(2em, 2em) scale(1.3);  
  -o-transform:       translate(2em, 2em) scale(1.3);
  transform:          translate(2em, 2em) scale(1.3);
  display: block;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0)
}

section.current a {
  display: block;
}

section.next {
  opacity: 0;
}

section h1, h2, h3  {
  font-weight: 700;
}

img, blockquote {
  margin: 1em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

section p {
  font-weight: 300;
  font-size: 1.6em;
}

section ul {
  font-size: 1.4em
}

a {
  color: #EB321F;
}

em {
  font-weight: bold;
}

pre {
  font-size: 1.5em;
  text-align: left;
}

ol, ul { 
  text-align: left;
  list-style-type : disc;
}

blockquote {
  background:#f9f9f9;
  border-left:10px solid #ccc;
  margin:1.5em 2.0em;
  padding:.5em 0.5em;
  color: black;
  font-size: 2.0em;
  quotes:"\201C""\201D""\2018""\2019";
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2em;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0.5em;
  width: 100%;
  font-size: 0.7em;
}
