@charset "UTF-8";
/* CSS Document */

body {
        font: 24px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px; top: 0px;
      }

p {line-height: 1.4em;
	padding: 15px;
	}
      
.presentation {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        display: block;
        overflow: hidden;
        background: #666;
      }
      
.slides {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        display: block;
        -webkit-transition: -webkit-transform 1s ease-in-out;
        -moz-transition: -moz-transform 1s ease-in-out;
        -o-transition: -o-transform 1s ease-in-out;
        transition: transform 1s ease-in-out;
        
        /* so it's visible in the iframe. */
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);  
      }
	  
.slide {
	display: none;
	position: absolute;
        overflow: hidden;
        width: 920px;
        height: 720px;
        left: 50%;
        top: 50%;
        margin-top: -350px;
        background-color: #fff;
        /*background: -webkit-gradient(linear, left bottom, left top, from(#bbd), to(#fff));
        background: -moz-linear-gradient(bottom, #bbd, #fff);
        background: linear-gradient(bottom, #bbd, #fff);*/
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }
      
      .slide:nth-child(even) {
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px; /* includes Opera 10.5+ */
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
      }
	  
	  .slide:nth-child(odd) {
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        border-radius:10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
      }
	  
	  .slide p, .slide textarea {
        font-size: 120%;
      }
 
      .slide .counter {
        color: #999999;
        position: absolute;
        left: 10px;
        bottom: 10px;
        display: block;
        font-size: 70%;
      }
 
      .slide.title > .counter,
      .slide.segue > .counter,
      .slide.mainTitle > .counter {
        display: none;
      }
 
      .force-render {
        display: block;
        visibility: hidden;
      }
      
      .slide.far-past {
        display: block;
        margin-left: -2400px;
      }
      
      .slide.past {
        visibility: visible;
        display: block;
        margin-left: -1400px;
      }
      
      .slide.current {
        visibility: visible;
        display: block;
        margin-left: -450px;
      }
      
      .slide.future {
        visibility: visible;
        display: block;
        margin-left: 500px;
      }
      
      .slide.far-future {
        display: block;
        margin-left: 1500px;
      }
	  
/* CONTENT */

header {
        font-weight: normal;
        letter-spacing: -.05em;
        text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
        left: 20px;
        top: 10px;
        margin: 0;
        padding: 0;
        font-size: 130%;
      }
      
      h1 {
        font-size: 130%;
        display: inline;
      	font-weight: normal;
      	padding: 0;
      	margin: 0;
      }
      
      h2 {
		line-height: 1.4em;
        color: black;
        font-size: 120%;
        padding: 0;
        margin: 10px 0;
      }
            
      h2:first-child {
        margin-top: 0;
      }
 
      section, footer {
        color: #3f3f3f;
        text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
        margin: 100px 30px 0;
        display: block;
        overflow: hidden;
      }
      
      footer {
        font-size: 100%;
        margin: 20px 0 720px 30px;
      }
 
      a {
        color: inherit;
        display: inline-block;
        text-decoration: none;
        line-height: 110%;
        border-bottom: 2px solid #3f3f3f;
      }
	  
	  a, a:link, a:visited, a:active {
border:0px none;
color:#000000;
font-style:normal;
font-weight:bold;
text-decoration:none;
text-shadow: #FF6666 0px 0px 4px;
}
a:hover {
text-shadow: #0089A3 0px 4px 6px;
color:#000000;
font-style:normal;
font-weight:bold;
}
	  
	  pre {
        text-align: left;
        font-family: "Courier New", Courier, monospace;
        font-size: 100%;
        padding: 10px 10px;
		line-height: 1.3em;
        background: rgba(0, 0, 255, 0.05);
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 255, 0.2);
      }
	  
	  ul {
        margin: 20px;
        /*padding: 15px 0px 10px 20px;*/
      }
	  
	  ul li {
		  line-height: 1.5em;
		  font-size: 120%;
	  }
	  
	  #presentation-counter {
        color: #ccc;
        font-size: 70%;
        letter-spacing: 1px;
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        text-align: center;
      }
	  
	  #instructions {
		font-weight: normal;
        letter-spacing: -.05em;
        text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
        left: 30px;
        top: 25px;
        margin: 0;
        padding: 0;
        font-size: 50%;
      }